Branch indexing > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git://git.eclipse.org/gitroot/hawk/hawk.git > git config remote.origin.url git://git.eclipse.org/gitroot/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/552362-commit-messages Seen branch in repository origin/552698-git Seen branch in repository origin/master Seen 3 remote branches Obtained greycat/Jenkinsfile from 32975427e48f84f20084aedc8ae207542f906e79 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-greycat-backend-master-124-gs1qs-dp5g2-79l28 [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][Scheduled] Successfully assigned hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28 to osnode-14.eclipse.org [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "toolchains-xml" [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][Created] Created container [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][Started] Started container [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][Created] Created container [Normal][hawk/hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28][Started] Started container Agent hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28 is provisioned from template Hawk_Greycat_backend_master_124-gs1qs-dp5g2 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/124/" runUrl: "job/Hawk%20Greycat%20backend/job/master/124/" labels: jenkins: "slave" jenkins/label: "Hawk_Greycat_backend_master_124-gs1qs" name: "hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.hawk.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28" - name: "JENKINS_NAME" value: "hawk-greycat-backend-master-124-gs1qs-dp5g2-79l28" - 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/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.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" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - 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-greycat-backend-master-124-gs1qs-dp5g2-79l28 in /home/jenkins/agent/workspace/Hawk_Greycat_backend_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 git://git.eclipse.org/gitroot/hawk/hawk.git > git init /home/jenkins/agent/workspace/Hawk_Greycat_backend_master # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/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 -- git://git.eclipse.org/gitroot/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Fetching without tags Checking out Revision 32975427e48f84f20084aedc8ae207542f906e79 (master) > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/hawk/hawk.git using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org > git fetch --no-tags --force --progress -- git://git.eclipse.org/gitroot/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 32975427e48f84f20084aedc8ae207542f906e79 # timeout=10 Commit message: "EMFModelResourceFactory: allow subclasses to override resource factory / load options" > git rev-list --no-walk f1bc5d90755b138a457cf1c579a8b683b33c0314 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Core without tests) [Pipeline] container [Pipeline] { [Pipeline] sh + cd core + mvn -B --quiet clean install -DskipTests --toolchains jenkins-toolchains.xml Jul 27, 2020 5:14:01 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 Jul 27, 2020 5:14:01 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 27, 2020 5:14:09 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 Jul 27, 2020 5:14:09 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 27, 2020 5:14:30 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 Jul 27, 2020 5:14:30 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 27, 2020 5:14:33 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 Jul 27, 2020 5:14:33 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 27, 2020 5:14:35 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 Jul 27, 2020 5:14:35 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 27, 2020 5:14:42 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 Jul 27, 2020 5:14:42 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 27, 2020 5:14:43 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 Jul 27, 2020 5:14:43 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 27, 2020 5:14:49 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 Jul 27, 2020 5:14:49 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Jul 27, 2020 5:14:51 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 Jul 27, 2020 5:14:51 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Greycat with tests) [Pipeline] container [Pipeline] { [Pipeline] sh + cd greycat + mvn -B --quiet clean install -P signjars -DfailIfNoTests=false --toolchains ../core/jenkins-toolchains.xml [ivy:retrieve] :: problems summary :: [ivy:retrieve] :::: ERRORS [ivy:retrieve] unknown resolver public [ivy:retrieve] unknown resolver public [ivy:retrieve] unknown resolver public [ivy:retrieve] unknown resolver public [ivy:retrieve] unknown resolver public Running org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.286 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.768 s getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.731 s invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.145 s doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.458 s removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.392 s removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.451 s removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.392 s indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.539 s integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.512 s integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.561 s indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.609 s removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.334 s removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.451 s addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.726 s addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.333 s query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.409 s removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.308 s removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.401 s nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.342 s queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.368 s addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.258 s removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.368 s indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.443 s deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.259 s floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.508 s removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.437 s indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.581 s testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.192 s testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.334 s testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.392 s twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.209 s oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.166 s oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.701 s oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.326 s oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.318 s escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.167 s escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.191 s escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.276 s twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.2 s oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.2 s oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.201 s threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.259 s Running org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite 17:17:29.327 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:17:29.514 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:29.514 [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 17:17:29.518 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:29.518 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:29.521 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:17:29.521 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:17:29.522 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:17:29.522 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:17:29.523 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:17:29.523 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:17:29.523 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:17:29.523 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:17:29.697 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:29.698 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:29.723 [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 17:17:29.723 [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 17:17:29.791 [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 17:17:29.792 [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 17:17:29.793 [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 17:17:29.793 [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[] 17:17:29.793 [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 17:17:29.796 [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 17:17:29.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 17:17:29.802 [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 17:17:29.803 [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 17:17:29.803 [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 17:17:29.804 [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 17:17:29.804 [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 17:17:29.804 [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 17:17:29.804 [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 17:17:29.804 [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 17:17:29.804 [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 17:17:29.808 [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 17:17:29.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 17:17:29.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 17:17:29.808 [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 17:17:29.808 [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 17:17:29.808 [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 17:17:29.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 17:17:29.808 [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 17:17:29.808 [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 17:17:29.808 [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 17:17:29.811 [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 17:17:29.811 [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 17:17:29.811 [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 17:17:29.812 [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 17:17:29.812 [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 17:17:29.906 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:17:29.906 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:29.906 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:17:29.915 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:29.915 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:29.991 [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 17:17:29.991 [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 17:17:29.991 [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 17:17:29.991 [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 17:17:29.991 [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 17:17:29.992 [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 17:17:29.992 [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[] 17:17:29.992 [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 17:17:29.993 [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 17:17:29.993 [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 17:17:29.993 [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 17:17:29.993 [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 17:17:29.993 [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 17:17:29.993 [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 17:17:29.993 [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 17:17:29.993 [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 17:17:29.993 [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 17:17:29.994 [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 17:17:29.994 [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 17:17:29.994 [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 17:17:29.994 [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 17:17:29.994 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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[] 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.995 [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 17:17:29.996 [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 17:17:29.996 [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 17:17:29.996 [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 17:17:29.997 [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 17:17:29.997 [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 17:17:29.997 [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 17:17:29.997 [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 17:17:29.997 [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 17:17:29.997 [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 17:17:29.997 [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 17:17:29.997 [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 17:17:29.997 [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 17:17:29.998 [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 17:17:30.004 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:17:30.004 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:30.004 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:17:30.005 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:30.005 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:30.012 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:17:30.014 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:17:30.014 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:30.018 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#parentLabel (isMany=false|isOrdered=false|isUnique=false|type=String) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] No username/password recorded for the repository file:///tmp/hawkSvnRepo5327981711173724773 17:17:38.110 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5327981711173724773:org.eclipse.hawk.svn.SvnManager:false 17:17:38.111 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:38.112 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:17:38.151 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:38.190 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:38.190 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:38.190 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:38.191 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:38.196 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:38.196 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 17:17:38.196 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:38.196 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:38.198 [pool-46-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... 17:17:38.198 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 17:17:38.204 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870247895) of file:///tmp/hawkSvnRepo5327981711173724773 17:17:38.207 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:38.214 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:38.214 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:17:38.409 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:38.413 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:38.414 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:17:38.414 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:17:38.417 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:17:38.593 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:17:38.593 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:17:38.593 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:17:38.593 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s185ms [pure insertion] marking any relevant derived attributes for update...17:17:38.593 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:17:38.594 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:17:38.594 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:38.594 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:38.594 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:38.594 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:17:38.594 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:38.594 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:38.604 [pool-46-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 17:17:38.815 [pool-46-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) 17:17:38.815 [pool-46-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... 17:17:38.815 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s222ms [proxy update] 17:17:38.816 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870250217) of file:///tmp/hawkSvnRepo5327981711173724773 17:17:38.817 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:38.820 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:38.820 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:38.893 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:38.893 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:38.894 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:17:38.894 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:17:38.895 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:17:38.895 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:17:38.895 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:17:38.908 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:17:38.908 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:17:38.909 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:17:38.909 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:38.909 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:38.910 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:38.910 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:17:38.910 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:38.910 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:38.911 [pool-46-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 17:17:38.997 [pool-46-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) 17:17:38.998 [pool-46-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... 17:17:38.998 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s89ms [proxy update] 17:17:38.998 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870252126) of file:///tmp/hawkSvnRepo5327981711173724773 17:17:38.999 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:39.002 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:39.002 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:39.015 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:39.015 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:39.016 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:17:39.016 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:17:39.017 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:17:39.017 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:17:39.017 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:17:39.018 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:17:39.018 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:17:39.019 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:17:39.019 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:39.019 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:39.019 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:39.019 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:17:39.019 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:39.019 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:39.019 [pool-46-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... 17:17:39.019 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:17:39.020 [pool-46-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 0s87ms [proxy update] 17:17:39.106 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870254114) of file:///tmp/hawkSvnRepo5327981711173724773 17:17:39.107 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:39.110 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:39.110 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:39.121 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:39.121 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:39.122 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:17:39.122 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:17:39.122 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:17:39.122 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:17:39.122 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:17:39.123 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:17:39.123 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:17:39.124 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:17:39.124 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:39.124 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:39.124 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:39.124 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:17:39.124 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:39.124 [pool-46-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:39.124 [pool-46-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... 17:17:39.124 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:17:39.125 [pool-46-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.revRefNav_children.first; if (parent.isDefined()) return parent.label; else return [! long script, snipped !] 0s81ms [proxy update] 17:17:39.205 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870256113) of file:///tmp/hawkSvnRepo5327981711173724773 17:17:39.206 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:17:39.206 [pool-46-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 94 ms 17:17:39.296 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:17:39.296 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5327981711173724773:org.eclipse.hawk.svn.SvnManager:false 17:17:39.298 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:39.298 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:17:40.304 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:17:40.304 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6890928305221155793/test_revRefNavDerived[LevelDB GreyCat] 17:17:40.306 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:17:42.273 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:17:42.274 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:42.274 [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 17:17:42.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:42.274 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:42.276 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:17:42.277 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:17:42.277 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:17:42.277 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:17:42.277 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:17:42.277 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:17:42.277 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:17:42.278 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:17:42.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:42.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:42.289 [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 17:17:42.289 [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 17:17:42.289 [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 17:17:42.290 [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 17:17:42.290 [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 17:17:42.292 [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 17:17:42.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 17:17:42.295 [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 17:17:42.295 [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 17:17:42.295 [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 17:17:42.295 [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 17:17:42.296 [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 17:17:42.296 [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 17:17:42.296 [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 17:17:42.296 [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 17:17:42.296 [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 17:17:42.298 [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 17:17:42.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 17:17:42.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 17:17:42.302 [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 17:17:42.302 [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 17:17:42.302 [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 17:17:42.302 [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 17:17:42.302 [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 17:17:42.302 [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 17:17:42.302 [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 17:17:42.303 [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 17:17:42.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 17:17:42.304 [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 17:17:42.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[] 17:17:42.305 [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 17:17:42.305 [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 17:17:42.305 [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 17:17:42.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:17:42.312 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:42.312 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:17:42.315 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:42.316 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:42.390 [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 17:17:42.390 [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 17:17:42.390 [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 17:17:42.390 [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 17:17:42.390 [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 17:17:42.390 [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 17:17:42.390 [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 17:17:42.390 [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 17:17:42.391 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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[] 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.392 [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 17:17:42.393 [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 17:17:42.393 [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 17:17:42.393 [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 17:17:42.393 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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[] 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.394 [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 17:17:42.395 [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 17:17:42.395 [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 17:17:42.395 [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 17:17:42.395 [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 17:17:42.399 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:17:42.399 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:42.399 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:17:42.400 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:42.400 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:42.407 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:17:42.409 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:17:42.409 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:42.409 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 17:17:42.415 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.label = 'NowYouSeeMe'; No username/password recorded for the repository file:///tmp/hawkSvnRepo166177829422828973 17:17:50.111 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo166177829422828973:org.eclipse.hawk.svn.SvnManager:false 17:17:50.113 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:50.113 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:17:50.121 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:50.121 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:50.121 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:50.121 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:50.121 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:50.123 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:50.123 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:17:50.123 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:50.123 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:50.126 [pool-48-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... 17:17:50.126 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s73ms [proxy update] 17:17:50.194 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870260922) of file:///tmp/hawkSvnRepo166177829422828973 17:17:50.195 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:50.200 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:50.200 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:50.212 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:50.216 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:50.216 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:17:50.216 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:17:50.292 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:17:50.323 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:17:50.323 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:17:50.323 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:17:50.323 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s111ms [pure insertion] marking any relevant derived attributes for update...17:17:50.323 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:17:50.323 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:17:50.323 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:50.323 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:50.324 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:50.324 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:17:50.324 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:50.324 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:50.325 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:17:50.397 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:17:50.490 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:17:50.491 [pool-48-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... 17:17:50.491 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s169ms [proxy update] 17:17:50.492 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870262502) of file:///tmp/hawkSvnRepo166177829422828973 17:17:50.492 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:50.495 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:50.495 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:50.506 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:50.506 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:50.509 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:17:50.509 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 17:17:50.509 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:17:50.509 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:17:50.509 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:17:50.515 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:17:50.515 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:17:50.516 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:17:50.516 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:50.516 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:50.516 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:50.516 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:17:50.516 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:50.516 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:50.516 [pool-48-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... 17:17:50.516 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:17:50.517 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s80ms [proxy update] 17:17:50.596 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870264111) of file:///tmp/hawkSvnRepo166177829422828973 17:17:50.597 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:50.599 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:50.599 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:50.610 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:50.610 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:50.611 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:17:50.611 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:17:50.611 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:17:50.611 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:17:50.611 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:17:50.619 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:17:50.619 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:17:50.620 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:17:50.620 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:50.620 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:50.620 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:50.620 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:17:50.620 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:50.620 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:50.621 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:17:50.693 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:17:50.712 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:17:50.712 [pool-48-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... 17:17:50.712 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:17:50.713 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s173ms [proxy update] 17:17:50.793 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870266111) of file:///tmp/hawkSvnRepo166177829422828973 17:17:50.793 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:50.795 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:50.795 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:50.804 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:50.804 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:50.806 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:17:50.807 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:17:50.807 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:17:50.807 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:17:50.807 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:17:50.808 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:17:50.808 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:17:50.808 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:17:50.808 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:50.808 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:50.808 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:50.808 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:17:50.808 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:50.808 [pool-48-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:50.808 [pool-48-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... 17:17:50.808 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:17:50.809 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s17ms [proxy update] 17:17:50.825 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870268111) of file:///tmp/hawkSvnRepo166177829422828973 17:17:50.826 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:17:50.826 [pool-48-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 713 ms 17:17:50.911 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:17:50.911 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo166177829422828973:org.eclipse.hawk.svn.SvnManager:false 17:17:50.912 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:50.912 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:17:51.749 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:17:51.749 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2407032916140715011/test_untilAnnotated[LevelDB GreyCat] 17:17:51.751 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:17:53.250 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:17:53.252 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:53.252 [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 17:17:53.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:53.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:53.254 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:17:53.254 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:17:53.254 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:17:53.254 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:17:53.254 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:17:53.254 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:17:53.255 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:17:53.255 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:17:53.261 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:53.261 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:53.265 [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 17:17:53.265 [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 17:17:53.266 [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 17:17:53.266 [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 17:17:53.266 [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 17:17:53.266 [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 17:17:53.266 [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 17:17:53.266 [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 17:17:53.267 [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 17:17:53.269 [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 17:17:53.269 [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 17:17:53.270 [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 17:17:53.271 [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 17:17:53.271 [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 17:17:53.271 [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 17:17:53.271 [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 17:17:53.271 [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 17:17:53.271 [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 17:17:53.271 [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 17:17:53.272 [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[] 17:17:53.272 [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 17:17:53.274 [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 17:17:53.274 [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 17:17:53.274 [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 17:17:53.274 [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 17:17:53.274 [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 17:17:53.274 [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 17:17:53.274 [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 17:17:53.275 [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 17:17:53.275 [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 17:17:53.275 [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 17:17:53.277 [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 17:17:53.277 [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 17:17:53.282 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:17:53.282 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:53.282 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:17:53.291 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:53.291 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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[] 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.336 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.337 [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 17:17:53.338 [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 17:17:53.338 [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 17:17:53.338 [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 17:17:53.338 [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 17:17:53.338 [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 17:17:53.338 [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 17:17:53.338 [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 17:17:53.338 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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[] 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.339 [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 17:17:53.342 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:17:53.342 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:53.342 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:17:53.343 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:53.343 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:53.352 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:17:53.353 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:17:53.353 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:53.354 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.label = 'NowYouSeeMe'; No username/password recorded for the repository file:///tmp/hawkSvnRepo5692585414012363297 17:17:57.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5692585414012363297:org.eclipse.hawk.svn.SvnManager:false 17:17:57.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:57.105 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:17:57.155 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:57.155 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:57.155 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:57.155 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:57.155 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:57.156 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:57.157 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:17:57.157 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:57.157 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:57.158 [pool-50-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... 17:17:57.158 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 17:17:57.161 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870271942) of file:///tmp/hawkSvnRepo5692585414012363297 17:17:57.162 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:57.165 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:57.165 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:57.193 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:57.198 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:57.198 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:17:57.198 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:17:57.200 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:17:57.206 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:17:57.206 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:17:57.207 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:17:57.207 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:17:57.207 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:17:57.207 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:17:57.207 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:57.207 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:57.207 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:57.207 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:17:57.207 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:57.207 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:57.208 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:17:57.215 [pool-50-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) 17:17:57.215 [pool-50-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... 17:17:57.215 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 17:17:57.216 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870273401) of file:///tmp/hawkSvnRepo5692585414012363297 17:17:57.216 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:17:57.218 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:17:57.218 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:17:57.226 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:17:57.226 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:17:57.226 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:17:57.226 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 17:17:57.227 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:17:57.227 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:17:57.227 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:17:57.292 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:17:57.292 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:17:57.293 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:17:57.293 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:17:57.293 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:17:57.293 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:17:57.293 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:17:57.293 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:17:57.293 [pool-50-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:17:57.293 [pool-50-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... 17:17:57.293 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:17:57.294 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s14ms [proxy update] 17:17:57.307 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870275111) of file:///tmp/hawkSvnRepo5692585414012363297 17:17:57.307 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:17:57.308 [pool-50-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 203 ms 17:17:57.316 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:17:57.316 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5692585414012363297:org.eclipse.hawk.svn.SvnManager:false 17:17:57.318 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:57.318 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:17:57.836 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:17:57.836 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6460964471209925145/test_computedForAllVersions[LevelDB GreyCat] 17:17:57.837 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:17:59.221 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:17:59.224 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:17:59.224 [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 17:17:59.224 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:59.224 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:59.226 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:17:59.226 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:17:59.226 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:17:59.226 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:17:59.226 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:17:59.226 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:17:59.227 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:17:59.227 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:17:59.231 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:59.231 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:59.236 [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 17:17:59.236 [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[] 17:17:59.236 [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 17:17:59.236 [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 17:17:59.236 [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 17:17:59.236 [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 17:17:59.236 [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 17:17:59.236 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.238 [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 17:17:59.239 [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 17:17:59.241 [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 17:17:59.241 [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 17:17:59.241 [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 17:17:59.241 [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 17:17:59.242 [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 17:17:59.243 [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 17:17:59.243 [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 17:17:59.243 [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 17:17:59.243 [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 17:17:59.243 [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 17:17:59.244 [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 17:17:59.244 [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 17:17:59.245 [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 17:17:59.245 [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 17:17:59.248 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:17:59.248 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:59.248 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:17:59.251 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:59.251 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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[] 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.263 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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[] 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.264 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.290 [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 17:17:59.291 [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 17:17:59.291 [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 17:17:59.291 [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 17:17:59.291 [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 17:17:59.291 [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 17:17:59.292 [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 17:17:59.292 [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 17:17:59.292 [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 17:17:59.292 [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 17:17:59.292 [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 17:17:59.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:17:59.294 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:59.294 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:17:59.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:17:59.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:17:59.306 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:17:59.307 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:17:59.307 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:17:59.307 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 17:17:59.314 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.label = 'NowYouSeeMe'; No username/password recorded for the repository file:///tmp/hawkSvnRepo3870949162237956280 17:18:07.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3870949162237956280:org.eclipse.hawk.svn.SvnManager:false 17:18:07.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:07.104 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:07.113 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:07.113 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:07.113 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:07.113 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:07.113 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:07.114 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:07.115 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:18:07.115 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:07.115 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:07.116 [pool-52-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... 17:18:07.116 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 17:18:07.121 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870278029) of file:///tmp/hawkSvnRepo3870949162237956280 17:18:07.121 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:07.124 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:07.124 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:07.132 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:07.135 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:07.135 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:18:07.135 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:18:07.191 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:18:07.199 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:18:07.199 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:18:07.199 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:18:07.199 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:18:07.199 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:07.199 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:07.199 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:07.199 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:07.199 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:07.199 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:07.199 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:07.199 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:07.200 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:18:07.205 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:18:07.216 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:18:07.216 [pool-52-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... 17:18:07.216 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 17:18:07.216 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870279338) of file:///tmp/hawkSvnRepo3870949162237956280 17:18:07.217 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:07.218 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:07.218 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:07.290 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:07.290 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:07.290 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:07.290 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 17:18:07.291 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:07.291 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:07.291 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:07.296 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:18:07.296 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:07.296 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:07.296 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:07.296 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:07.296 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:07.296 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:07.296 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:07.296 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:07.296 [pool-52-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... 17:18:07.296 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:07.297 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s12ms [proxy update] 17:18:07.308 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870281110) of file:///tmp/hawkSvnRepo3870949162237956280 17:18:07.308 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:07.310 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:07.310 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:07.318 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:07.318 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:07.318 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:07.318 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:18:07.319 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:07.319 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:07.319 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:07.413 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s95ms [pure insertion] marking any relevant derived attributes for update...17:18:07.413 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:18:07.414 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:18:07.414 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:07.414 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:07.414 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:07.414 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:07.414 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:07.414 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:07.415 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:18:07.420 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:18:07.434 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:18:07.434 [pool-52-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... 17:18:07.434 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:07.435 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s85ms [proxy update] 17:18:07.499 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870283110) of file:///tmp/hawkSvnRepo3870949162237956280 17:18:07.500 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:07.502 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:07.502 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:07.509 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:07.510 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:07.512 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:18:07.512 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:18:07.512 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:07.513 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:07.513 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:07.513 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:18:07.513 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:07.513 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:07.514 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:07.514 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:07.514 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:07.514 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:07.514 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:07.514 [pool-52-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:07.514 [pool-52-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... 17:18:07.514 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:07.514 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s79ms [proxy update] 17:18:07.593 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870285110) of file:///tmp/hawkSvnRepo3870949162237956280 17:18:07.594 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:07.594 [pool-52-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 490 ms 17:18:07.600 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:18:07.600 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3870949162237956280:org.eclipse.hawk.svn.SvnManager:false 17:18:07.602 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:07.602 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:18:08.205 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:18:08.206 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1451283794263778064/test_sinceAnnotated[LevelDB GreyCat] 17:18:08.207 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:18:09.341 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:18:09.342 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:09.342 [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 17:18:09.342 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:09.342 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:09.344 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:18:09.344 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:18:09.344 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:18:09.345 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:18:09.345 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:18:09.345 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:09.345 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:09.345 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:18:09.349 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:09.349 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:09.352 [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 17:18:09.356 [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 17:18:09.356 [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 17:18:09.356 [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 17:18:09.356 [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 17:18:09.356 [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[] 17:18:09.356 [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 17:18:09.356 [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 17:18:09.358 [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 17:18:09.358 [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 17:18:09.359 [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 17:18:09.359 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.360 [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 17:18:09.361 [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 17:18:09.361 [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 17:18:09.362 [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 17:18:09.362 [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 17:18:09.362 [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 17:18:09.362 [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 17:18:09.363 [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 17:18:09.363 [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 17:18:09.363 [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 17:18:09.363 [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 17:18:09.366 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:18:09.366 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:09.366 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:18:09.369 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:09.369 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:09.400 [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 17:18:09.400 [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 17:18:09.400 [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 17:18:09.400 [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 17:18:09.400 [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 17:18:09.400 [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 17:18:09.400 [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 17:18:09.400 [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 17:18:09.400 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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[] 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.401 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.402 [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 17:18:09.403 [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 17:18:09.403 [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 17:18:09.403 [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 17:18:09.403 [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 17:18:09.403 [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 17:18:09.403 [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[] 17:18:09.403 [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 17:18:09.403 [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 17:18:09.405 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:18:09.405 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:09.405 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:18:09.406 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:09.406 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:09.418 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:18:09.419 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:18:09.419 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:09.419 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 17:18:09.425 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.label = 'NowYouSeeMe'; No username/password recorded for the repository file:///tmp/hawkSvnRepo361905838266830946 17:18:17.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo361905838266830946:org.eclipse.hawk.svn.SvnManager:false 17:18:17.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:17.105 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:17.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:17.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:17.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:17.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:17.113 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:17.116 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:17.116 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 17:18:17.116 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:17.116 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:17.118 [pool-54-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... 17:18:17.118 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:18:17.123 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870288416) of file:///tmp/hawkSvnRepo361905838266830946 17:18:17.124 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:17.128 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:17.128 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:17.136 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:17.192 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:17.193 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:18:17.193 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:18:17.195 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:18:17.202 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:18:17.202 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:18:17.202 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:18:17.202 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:18:17.202 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:17.202 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:17.202 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:17.202 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:17.202 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:17.202 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:17.202 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:17.202 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:17.203 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:18:17.207 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:18:17.217 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:18:17.217 [pool-54-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... 17:18:17.217 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 17:18:17.217 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870289448) of file:///tmp/hawkSvnRepo361905838266830946 17:18:17.218 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:17.219 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:17.219 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:17.227 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:17.227 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:17.227 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:17.228 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 17:18:17.228 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:17.228 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:17.228 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:17.294 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:18:17.294 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:17.294 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:17.294 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:17.294 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:17.294 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:17.294 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:17.294 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:17.294 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:17.294 [pool-54-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... 17:18:17.294 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:17.295 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s11ms [proxy update] 17:18:17.305 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870291110) of file:///tmp/hawkSvnRepo361905838266830946 17:18:17.306 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:17.307 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:17.307 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:17.314 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:17.314 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:17.315 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:17.315 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:18:17.315 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:17.315 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:17.315 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:17.322 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:18:17.322 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:17.322 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:17.322 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:17.322 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:17.322 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:17.322 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:17.322 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:17.322 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:17.323 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:18:17.328 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:18:17.402 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:18:17.403 [pool-54-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... 17:18:17.403 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:17.403 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s92ms [proxy update] 17:18:17.414 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870293109) of file:///tmp/hawkSvnRepo361905838266830946 17:18:17.415 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:17.416 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:17.416 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:17.424 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:17.424 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:17.426 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:18:17.426 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:18:17.426 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:17.426 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:17.426 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:17.427 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:18:17.427 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:17.427 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:17.427 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:17.427 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:17.490 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:17.490 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.063s attempting to resolve any uninitialized derived attributes... 17:18:17.490 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:17.490 [pool-54-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:17.490 [pool-54-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... 17:18:17.490 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:17.490 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s77ms [proxy update] 17:18:17.504 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870295110) of file:///tmp/hawkSvnRepo361905838266830946 17:18:17.505 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:17.505 [pool-54-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 400 ms 17:18:17.511 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:18:17.511 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo361905838266830946:org.eclipse.hawk.svn.SvnManager:false 17:18:17.512 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:17.512 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:18:18.526 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:18:18.526 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2962182230692872555/test_beforeAnnotated[LevelDB GreyCat] 17:18:18.527 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:18:19.219 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:18:19.221 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:19.221 [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 17:18:19.221 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:19.221 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:19.224 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:18:19.224 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:18:19.224 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:18:19.224 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:18:19.224 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:18:19.224 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:19.225 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:19.225 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:18:19.230 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:19.230 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:19.234 [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 17:18:19.236 [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 17:18:19.237 [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 17:18:19.237 [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 17:18:19.238 [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 17:18:19.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 17:18:19.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 17:18:19.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 17:18:19.251 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.252 [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 17:18:19.253 [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 17:18:19.253 [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 17:18:19.253 [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 17:18:19.253 [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 17:18:19.253 [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 17:18:19.254 [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 17:18:19.255 [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 17:18:19.256 [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 17:18:19.256 [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 17:18:19.256 [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[] 17:18:19.256 [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 17:18:19.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:18:19.294 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:19.294 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:18:19.298 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:19.298 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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[] 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.303 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.304 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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 17:18:19.305 [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[] 17:18:19.305 [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 17:18:19.305 [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 17:18:19.306 [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 17:18:19.306 [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 17:18:19.306 [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 17:18:19.306 [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 17:18:19.309 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:18:19.309 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:19.309 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:18:19.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:19.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:19.329 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:18:19.330 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:18:19.330 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:19.330 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 17:18:19.337 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.label = 'NowYouSeeMe'; No username/password recorded for the repository file:///tmp/hawkSvnRepo7018105098015349781 17:18:27.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7018105098015349781:org.eclipse.hawk.svn.SvnManager:false 17:18:27.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:27.104 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:27.113 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:27.113 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:27.114 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:27.114 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:27.114 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:27.116 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:27.116 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:18:27.116 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:27.116 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:27.118 [pool-56-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... 17:18:27.118 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 17:18:27.123 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870298736) of file:///tmp/hawkSvnRepo7018105098015349781 17:18:27.123 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:27.127 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:27.127 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:27.136 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:27.192 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:27.192 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:18:27.192 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:18:27.194 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:18:27.201 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:18:27.202 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:18:27.202 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:18:27.202 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:18:27.202 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:27.202 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:27.202 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:27.202 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:27.202 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:27.202 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:27.202 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:27.202 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:27.203 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:18:27.207 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:18:27.216 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:18:27.216 [pool-56-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... 17:18:27.216 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 17:18:27.217 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870299405) of file:///tmp/hawkSvnRepo7018105098015349781 17:18:27.217 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:27.218 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:27.218 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:27.226 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:27.226 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:27.226 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:27.226 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 17:18:27.226 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:27.226 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:27.226 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:27.294 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:18:27.294 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:27.294 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:27.294 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:27.294 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:27.294 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:27.294 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:27.294 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:27.294 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:27.295 [pool-56-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... 17:18:27.295 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:27.295 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s10ms [proxy update] 17:18:27.304 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870301108) of file:///tmp/hawkSvnRepo7018105098015349781 17:18:27.305 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:27.307 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:27.307 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:27.314 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:27.314 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:27.314 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:27.314 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:18:27.314 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:27.314 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:27.314 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:27.321 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:18:27.321 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:27.321 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:27.322 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:27.322 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:27.322 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:27.322 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:27.322 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:27.322 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:27.322 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:18:27.327 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:18:27.401 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:18:27.401 [pool-56-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... 17:18:27.401 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:27.401 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s90ms [proxy update] 17:18:27.412 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870303109) of file:///tmp/hawkSvnRepo7018105098015349781 17:18:27.412 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:27.414 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:27.414 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:27.422 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:27.422 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:27.424 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:18:27.424 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:18:27.424 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:27.424 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:27.424 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:27.490 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:18:27.490 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:27.490 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:27.490 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:27.490 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:27.491 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:27.491 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:18:27.491 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:27.491 [pool-56-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:27.491 [pool-56-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... 17:18:27.491 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:27.491 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s14ms [proxy update] 17:18:27.504 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870305109) of file:///tmp/hawkSvnRepo7018105098015349781 17:18:27.504 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:27.504 [pool-56-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 400 ms 17:18:27.510 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:18:27.511 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7018105098015349781:org.eclipse.hawk.svn.SvnManager:false 17:18:27.512 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:27.512 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:18:28.381 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:18:28.382 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1543083568359707156/test_whenComposability[LevelDB GreyCat] 17:18:28.383 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:18:29.239 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:18:29.241 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:29.241 [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 17:18:29.241 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:29.241 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:29.243 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:18:29.243 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:18:29.244 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:18:29.244 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:18:29.244 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:18:29.244 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:29.244 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:29.244 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:18:29.249 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:29.249 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:29.253 [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 17:18:29.253 [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 17:18:29.254 [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 17:18:29.254 [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 17:18:29.254 [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 17:18:29.255 [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 17:18:29.255 [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 17:18:29.256 [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 17:18:29.256 [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 17:18:29.257 [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 17:18:29.257 [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 17:18:29.257 [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 17:18:29.258 [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 17:18:29.258 [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 17:18:29.258 [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 17:18:29.258 [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 17:18:29.258 [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 17:18:29.259 [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 17:18:29.259 [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 17:18:29.259 [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 17:18:29.259 [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 17:18:29.259 [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 17:18:29.260 [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 17:18:29.260 [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 17:18:29.260 [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 17:18:29.260 [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 17:18:29.260 [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 17:18:29.260 [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 17:18:29.260 [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 17:18:29.260 [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 17:18:29.261 [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 17:18:29.261 [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[] 17:18:29.261 [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 17:18:29.265 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:18:29.265 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:29.265 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:18:29.268 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:29.268 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.307 [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 17:18:29.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 17:18:29.308 [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 17:18:29.308 [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 17:18:29.308 [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 17:18:29.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 17:18:29.308 [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 17:18:29.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 17:18:29.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 17:18:29.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 17:18:29.308 [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 17:18:29.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 17:18:29.308 [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 17:18:29.309 [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 17:18:29.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 17:18:29.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 17:18:29.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[] 17:18:29.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 17:18:29.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 17:18:29.309 [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[] 17:18:29.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 17:18:29.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 17:18:29.311 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:18:29.311 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:29.311 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:18:29.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:29.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:29.324 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:18:29.325 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:18:29.325 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:29.325 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#HasChildren (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.size > 0; 17:18:29.332 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#Important (isMany=false|isOrdered=false|isUnique=false|type=Boolean) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.label = 'NowYouSeeMe'; No username/password recorded for the repository file:///tmp/hawkSvnRepo9094706107765778383 17:18:37.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9094706107765778383:org.eclipse.hawk.svn.SvnManager:false 17:18:37.106 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:37.106 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:37.114 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:37.114 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:37.114 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:37.114 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:37.114 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:37.116 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:37.116 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:18:37.116 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:37.116 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:37.118 [pool-58-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... 17:18:37.119 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:18:37.124 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870308573) of file:///tmp/hawkSvnRepo9094706107765778383 17:18:37.124 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:37.128 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:37.128 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:37.190 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:37.194 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:37.194 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:18:37.194 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:18:37.197 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:18:37.207 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:18:37.207 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:18:37.207 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:18:37.207 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:18:37.207 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:37.207 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:37.207 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:37.207 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:37.207 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:37.207 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:37.207 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:37.207 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:37.208 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:18:37.213 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:18:37.225 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:18:37.225 [pool-58-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... 17:18:37.225 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s19ms [proxy update] 17:18:37.226 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870309391) of file:///tmp/hawkSvnRepo9094706107765778383 17:18:37.226 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:37.291 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:37.291 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:37.302 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:37.302 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:37.303 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:37.303 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 17:18:37.303 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:37.303 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:37.303 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:37.309 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:18:37.309 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:37.309 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:37.309 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:37.309 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:37.309 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:37.310 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:37.310 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:37.310 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:37.310 [pool-58-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... 17:18:37.310 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:37.310 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s13ms [proxy update] 17:18:37.322 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870311109) of file:///tmp/hawkSvnRepo9094706107765778383 17:18:37.323 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:37.325 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:37.325 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:37.334 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:37.334 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:37.334 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:37.334 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:18:37.334 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:37.334 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:37.334 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:37.396 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:18:37.396 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:18:37.397 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:18:37.397 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:37.397 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:37.397 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:37.397 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:37.397 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:37.397 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:37.398 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 17:18:37.405 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 17:18:37.420 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:18:37.420 [pool-58-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... 17:18:37.420 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:37.421 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s101ms [proxy update] 17:18:37.498 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870313107) of file:///tmp/hawkSvnRepo9094706107765778383 17:18:37.498 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:37.501 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:37.501 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:37.510 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:37.510 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:37.512 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:18:37.513 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:18:37.513 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:37.513 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:37.513 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:37.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:18:37.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:37.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:37.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:37.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:37.514 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:37.514 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:37.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:37.514 [pool-58-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:37.514 [pool-58-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... 17:18:37.514 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:37.515 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s80ms [proxy update] 17:18:37.594 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870315109) of file:///tmp/hawkSvnRepo9094706107765778383 17:18:37.594 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:37.594 [pool-58-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 488 ms 17:18:37.602 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:18:37.602 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9094706107765778383:org.eclipse.hawk.svn.SvnManager:false 17:18:37.604 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:37.604 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:18:38.303 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:18:38.303 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8881536154777454742/test_afterAnnotated[LevelDB GreyCat] 17:18:38.304 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:18:39.263 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:18:39.264 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:39.264 [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 17:18:39.264 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:39.264 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:39.266 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:18:39.266 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:18:39.266 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:18:39.266 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:18:39.266 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:18:39.266 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:39.266 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:39.266 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:18:39.269 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:39.269 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:39.272 [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 17:18:39.272 [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 17:18:39.272 [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 17:18:39.272 [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 17:18:39.273 [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 17:18:39.274 [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 17:18:39.274 [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 17:18:39.274 [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 17:18:39.275 [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 17:18:39.275 [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 17:18:39.275 [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 17:18:39.275 [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 17:18:39.275 [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[] 17:18:39.275 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.276 [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 17:18:39.277 [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 17:18:39.278 [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 17:18:39.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 17:18:39.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:18:39.281 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:39.281 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:18:39.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:39.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:39.289 [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 17:18:39.289 [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[] 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.289 [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 17:18:39.290 [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 17:18:39.290 [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 17:18:39.290 [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 17:18:39.290 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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[] 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.291 [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 17:18:39.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:18:39.293 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:39.293 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:18:39.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:39.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:39.306 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:18:39.307 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:18:39.307 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:39.307 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#parentLabel (isMany=false|isOrdered=false|isUnique=false|type=String) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; No username/password recorded for the repository file:///tmp/hawkSvnRepo827016375129695260 17:18:47.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo827016375129695260:org.eclipse.hawk.svn.SvnManager:false 17:18:47.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:47.104 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:47.141 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:47.141 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:47.141 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:47.141 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:47.141 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:47.143 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:47.143 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:18:47.143 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:47.143 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:47.144 [pool-60-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... 17:18:47.144 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:18:47.146 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870318505) of file:///tmp/hawkSvnRepo827016375129695260 17:18:47.147 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:47.151 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:47.151 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:47.157 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:47.160 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:47.160 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:18:47.160 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:18:47.162 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:18:47.194 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:18:47.194 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:18:47.194 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:18:47.194 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s37ms [pure insertion] marking any relevant derived attributes for update...17:18:47.194 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:47.194 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:47.194 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:47.194 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:47.195 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:47.195 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:18:47.195 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:47.195 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:47.195 [pool-60-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; property: eContainer not found in metamodel for type: Tree 17:18:47.204 [pool-60-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) 17:18:47.204 [pool-60-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... 17:18:47.204 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:18:47.204 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870319326) of file:///tmp/hawkSvnRepo827016375129695260 17:18:47.204 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:47.206 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:47.206 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:47.212 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:47.212 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:47.212 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:18:47.212 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:18:47.212 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:47.212 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:47.212 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:47.219 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:18:47.220 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:47.220 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:47.220 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:47.220 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:47.220 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:47.220 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:47.220 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:47.220 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:47.220 [pool-60-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 17:18:47.298 [pool-60-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) 17:18:47.298 [pool-60-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... 17:18:47.298 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s79ms [proxy update] 17:18:47.299 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870321107) of file:///tmp/hawkSvnRepo827016375129695260 17:18:47.299 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:47.300 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:47.300 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:47.306 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:47.306 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:47.307 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:18:47.307 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:18:47.307 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:47.307 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:47.307 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:47.307 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:18:47.308 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:47.308 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:47.308 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:47.308 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:47.308 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:47.308 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:47.308 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:47.308 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:47.308 [pool-60-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... 17:18:47.308 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:47.308 [pool-60-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 0s11ms [proxy update] 17:18:47.319 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870323108) of file:///tmp/hawkSvnRepo827016375129695260 17:18:47.320 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:47.321 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:47.321 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:47.327 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:47.327 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:47.327 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:18:47.327 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:18:47.327 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:18:47.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:18:47.328 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:18:47.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:18:47.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:47.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:47.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:47.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:47.328 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:47.328 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:47.328 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:47.328 [pool-60-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:47.329 [pool-60-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... 17:18:47.329 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:18:47.329 [pool-60-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 0s78ms [proxy update] 17:18:47.406 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870325108) of file:///tmp/hawkSvnRepo827016375129695260 17:18:47.407 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:47.407 [pool-60-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 303 ms 17:18:47.410 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:18:47.410 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo827016375129695260:org.eclipse.hawk.svn.SvnManager:false 17:18:47.411 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:47.411 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:18:48.590 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:18:48.590 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2271521270358932386/test_eContainerDerived[LevelDB GreyCat] 17:18:48.592 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:18:50.275 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:18:50.276 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:50.276 [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 17:18:50.276 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:50.277 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:50.278 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:18:50.278 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:18:50.278 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:18:50.278 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:18:50.279 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:18:50.279 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:50.279 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:50.279 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:18:50.282 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:50.282 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:50.285 [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 17:18:50.285 [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 17:18:50.286 [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 17:18:50.286 [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 17:18:50.286 [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 17:18:50.286 [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 17:18:50.286 [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 17:18:50.286 [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 17:18:50.286 [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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.287 [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 17:18:50.288 [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 17:18:50.288 [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 17:18:50.289 [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 17:18:50.289 [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 17:18:50.289 [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 17:18:50.290 [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 17:18:50.291 [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 17:18:50.291 [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 17:18:50.291 [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 17:18:50.291 [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 17:18:50.291 [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[] 17:18:50.291 [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 17:18:50.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:18:50.294 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:50.294 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:18:50.297 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:50.297 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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[] 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.310 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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 17:18:50.311 [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[] 17:18:50.311 [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 17:18:50.311 [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 17:18:50.312 [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 17:18:50.312 [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 17:18:50.312 [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 17:18:50.312 [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 17:18:50.312 [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 17:18:50.312 [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 17:18:50.313 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:18:50.313 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:50.313 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:18:50.314 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:50.314 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:50.327 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:18:50.328 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:18:50.328 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1962641991587509883 17:18:55.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1962641991587509883:org.eclipse.hawk.svn.SvnManager:false 17:18:55.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:55.104 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:55.137 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:55.137 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:55.137 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:55.137 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:55.137 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:55.144 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:55.144 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:18:55.144 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:55.144 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:55.145 [pool-62-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... 17:18:55.145 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:18:55.147 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870329259) of file:///tmp/hawkSvnRepo1962641991587509883 17:18:55.147 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:55.150 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:55.150 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:55.156 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:18:55.160 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:55.160 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:18:55.160 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:18:55.162 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:18:55.165 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:18:55.165 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:18:55.165 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:18:55.165 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:18:55.165 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:55.165 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:55.165 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:55.165 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:55.165 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:55.165 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:55.165 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:55.165 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:55.165 [pool-62-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... 17:18:55.165 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:18:55.166 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870330340) of file:///tmp/hawkSvnRepo1962641991587509883 17:18:55.166 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:55.166 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 62 ms No username/password recorded for the repository file:///tmp/hawkSvnRepo5950195319033998384 17:18:55.167 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1962641991587509883:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo5950195319033998384:org.eclipse.hawk.svn.SvnManager:false 17:18:55.190 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:55.190 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:55.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:55.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:55.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:55.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:55.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:55.195 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:55.195 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:55.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:55.195 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:55.195 [pool-62-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... 17:18:55.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:18:55.195 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870328775) of file:///tmp/hawkSvnRepo5950195319033998384 17:18:55.196 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:18:55.198 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:18:55.198 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:18:55.205 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /main.xmi... 17:18:55.205 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:18:55.205 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:18:55.205 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /main.xmi... 17:18:55.207 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /main.xmi 17:18:55.210 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:18:55.210 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /main.xmi 17:18:55.210 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:18:55.210 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /main.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:18:55.210 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:18:55.210 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:18:55.210 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:18:55.210 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:18:55.210 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:18:55.210 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:18:55.210 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:18:55.210 [pool-62-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:18:55.210 [pool-62-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... 17:18:55.210 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:18:55.210 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870333113) of file:///tmp/hawkSvnRepo5950195319033998384 17:18:55.211 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:55.211 [pool-62-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 21 ms 17:18:55.219 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:18:55.219 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1962641991587509883:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo5950195319033998384:org.eclipse.hawk.svn.SvnManager:false 17:18:55.220 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:55.220 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:18:56.085 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:18:56.086 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1026314013285273162/test_testCounts[LevelDB GreyCat] 17:18:56.087 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:18:56.311 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:18:56.313 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:18:56.313 [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 17:18:56.313 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:56.313 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:56.315 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:18:56.315 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:18:56.315 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:18:56.315 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:18:56.315 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:18:56.315 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:18:56.316 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:18:56.316 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:18:56.319 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:56.319 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:56.322 [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 17:18:56.323 [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 17:18:56.323 [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 17:18:56.324 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.325 [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 17:18:56.326 [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 17:18:56.326 [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 17:18:56.326 [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 17:18:56.327 [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 17:18:56.327 [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 17:18:56.328 [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 17:18:56.328 [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 17:18:56.328 [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 17:18:56.328 [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 17:18:56.328 [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[] 17:18:56.328 [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 17:18:56.328 [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 17:18:56.328 [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 17:18:56.331 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:18:56.331 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:56.331 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:18:56.333 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:56.333 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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[] 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.346 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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[] 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.347 [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 17:18:56.349 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:18:56.349 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:56.349 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:18:56.350 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:18:56.350 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:18:56.390 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:18:56.391 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:18:56.391 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:18:56.426 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:18:56.426 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config] 17:18:56.428 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [git, --version],/usr/bin 17:18:56.429 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.20.1' 17:18:56.429 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 17:18:56.430 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [git, config, --system, --edit],/usr/bin 17:18:56.432 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return '/etc/gitconfig' 17:18:56.432 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 17:18:56.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, isRacyClean=false, read=2020-07-27 17:18:56.426000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336426000000 ns, racy<=2500000000 ns 17:18:56.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, is unmodified 17:18:56.492 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:18:56.492 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/etc/gitconfig] 17:18:56.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, isRacyClean=false, read=2020-07-27 17:18:56.426000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336426000000 ns, racy<=2500000000 ns 17:18:56.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, is unmodified 17:18:56.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:18:56.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:18:56.493 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 17:18:56.493 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig] 17:18:56.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, isRacyClean=false, read=2020-07-27 17:18:56.426000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336426000000 ns, racy<=2500000000 ns 17:18:56.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, is unmodified 17:18:56.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:18:56.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:18:56.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:18:56.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:18:56.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:18:56.495 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:18:56.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, isRacyClean=false, read=2020-07-27 17:18:56.426000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336426000000 ns, racy<=2500000000 ns 17:18:56.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, is unmodified 17:18:56.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:18:56.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:18:56.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:18:56.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:18:56.505 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (rootfs) in /tmp/junit6497107609255116034 17:18:56.515 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (rootfs) in /tmp/junit6497107609255116034 17:18:56.515 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit6497107609255116034 17:18:56.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.515000000, lastModified=2020-07-27 17:18:56.514030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.514030000 to 2020-07-27 17:18:56.515030000 17:18:56.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.517000000, lastModified=2020-07-27 17:18:56.516030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.516030000 to 2020-07-27 17:18:56.517030000 17:18:56.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.518000000, lastModified=2020-07-27 17:18:56.517030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.518000000, lastModified=2020-07-27 17:18:56.517030000, delta=970000 ns, racy<=2502500 ns 17:18:56.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.518000000, lastModified=2020-07-27 17:18:56.517030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.517030000 to 2020-07-27 17:18:56.518030000 17:18:56.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.519000000, lastModified=2020-07-27 17:18:56.518030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.519000000, lastModified=2020-07-27 17:18:56.518030000, delta=970000 ns, racy<=2502500 ns 17:18:56.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.521000000, lastModified=2020-07-27 17:18:56.520030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.521000000, lastModified=2020-07-27 17:18:56.520030000, delta=970000 ns, racy<=2502500 ns 17:18:56.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.522000000, lastModified=2020-07-27 17:18:56.521030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.522000000, lastModified=2020-07-27 17:18:56.521030000, delta=970000 ns, racy<=2502500 ns 17:18:56.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.523000000, lastModified=2020-07-27 17:18:56.522030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.523000000, lastModified=2020-07-27 17:18:56.522030000, delta=970000 ns, racy<=2502500 ns 17:18:56.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.523000000, lastModified=2020-07-27 17:18:56.522030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.523000000, lastModified=2020-07-27 17:18:56.522030000, delta=970000 ns, racy<=2502500 ns 17:18:56.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.524000000, lastModified=2020-07-27 17:18:56.523030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.524000000, lastModified=2020-07-27 17:18:56.523030000, delta=970000 ns, racy<=2502500 ns 17:18:56.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.525000000, lastModified=2020-07-27 17:18:56.524030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.524030000 to 2020-07-27 17:18:56.525030000 17:18:56.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.526000000, lastModified=2020-07-27 17:18:56.525030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.525030000 to 2020-07-27 17:18:56.526030000 17:18:56.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.527000000, lastModified=2020-07-27 17:18:56.526030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.527000000, lastModified=2020-07-27 17:18:56.526030000, delta=970000 ns, racy<=2502500 ns 17:18:56.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.527000000, lastModified=2020-07-27 17:18:56.526030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.527000000, lastModified=2020-07-27 17:18:56.526030000, delta=970000 ns, racy<=2502500 ns 17:18:56.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.528000000, lastModified=2020-07-27 17:18:56.527030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.528000000, lastModified=2020-07-27 17:18:56.527030000, delta=970000 ns, racy<=2502500 ns 17:18:56.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.528000000, lastModified=2020-07-27 17:18:56.527030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.528000000, lastModified=2020-07-27 17:18:56.527030000, delta=970000 ns, racy<=2502500 ns 17:18:56.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.529000000, lastModified=2020-07-27 17:18:56.528030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.529000000, lastModified=2020-07-27 17:18:56.528030000, delta=970000 ns, racy<=2502500 ns 17:18:56.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.529000000, lastModified=2020-07-27 17:18:56.528030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.529000000, lastModified=2020-07-27 17:18:56.528030000, delta=970000 ns, racy<=2502500 ns 17:18:56.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.530000000, lastModified=2020-07-27 17:18:56.529030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.530000000, lastModified=2020-07-27 17:18:56.529030000, delta=970000 ns, racy<=2502500 ns 17:18:56.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.530000000, lastModified=2020-07-27 17:18:56.529030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.530000000, lastModified=2020-07-27 17:18:56.529030000, delta=970000 ns, racy<=2502500 ns 17:18:56.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.531000000, lastModified=2020-07-27 17:18:56.530030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.531000000, lastModified=2020-07-27 17:18:56.530030000, delta=970000 ns, racy<=2502500 ns 17:18:56.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.531000000, lastModified=2020-07-27 17:18:56.530030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.531000000, lastModified=2020-07-27 17:18:56.530030000, delta=970000 ns, racy<=2502500 ns 17:18:56.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.532000000, lastModified=2020-07-27 17:18:56.531030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.532000000, lastModified=2020-07-27 17:18:56.531030000, delta=970000 ns, racy<=2502500 ns 17:18:56.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.532000000, lastModified=2020-07-27 17:18:56.531030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.532000000, lastModified=2020-07-27 17:18:56.531030000, delta=970000 ns, racy<=2502500 ns 17:18:56.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.532000000, lastModified=2020-07-27 17:18:56.531030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.531030000 to 2020-07-27 17:18:56.532030000 17:18:56.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.533000000, lastModified=2020-07-27 17:18:56.532030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.533000000, lastModified=2020-07-27 17:18:56.532030000, delta=970000 ns, racy<=2502500 ns 17:18:56.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.534000000, lastModified=2020-07-27 17:18:56.533030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.534000000, lastModified=2020-07-27 17:18:56.533030000, delta=970000 ns, racy<=2502500 ns 17:18:56.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.534000000, lastModified=2020-07-27 17:18:56.533030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.533030000 to 2020-07-27 17:18:56.534030000 17:18:56.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.535000000, lastModified=2020-07-27 17:18:56.534030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.535000000, lastModified=2020-07-27 17:18:56.534030000, delta=970000 ns, racy<=2502500 ns 17:18:56.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.535000000, lastModified=2020-07-27 17:18:56.534030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.534030000 to 2020-07-27 17:18:56.535030000 17:18:56.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.536000000, lastModified=2020-07-27 17:18:56.535030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.536000000, lastModified=2020-07-27 17:18:56.535030000, delta=970000 ns, racy<=2502500 ns 17:18:56.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.537000000, lastModified=2020-07-27 17:18:56.536030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.537000000, lastModified=2020-07-27 17:18:56.536030000, delta=970000 ns, racy<=2502500 ns 17:18:56.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.537000000, lastModified=2020-07-27 17:18:56.536030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.537000000, lastModified=2020-07-27 17:18:56.536030000, delta=970000 ns, racy<=2502500 ns 17:18:56.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.538000000, lastModified=2020-07-27 17:18:56.537030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.538000000, lastModified=2020-07-27 17:18:56.537030000, delta=970000 ns, racy<=2502500 ns 17:18:56.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.538000000, lastModified=2020-07-27 17:18:56.537030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.537030000 to 2020-07-27 17:18:56.538030000 17:18:56.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.539000000, lastModified=2020-07-27 17:18:56.538030000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.538030000 to 2020-07-27 17:18:56.589031000 17:18:56.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.590000000, lastModified=2020-07-27 17:18:56.589031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.589031000 to 2020-07-27 17:18:56.590031000 17:18:56.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.591000000, lastModified=2020-07-27 17:18:56.590031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.590031000 to 2020-07-27 17:18:56.591031000 17:18:56.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.592000000, lastModified=2020-07-27 17:18:56.591031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.592000000, lastModified=2020-07-27 17:18:56.591031000, delta=969000 ns, racy<=2502500 ns 17:18:56.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.593000000, lastModified=2020-07-27 17:18:56.592031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.593000000, lastModified=2020-07-27 17:18:56.592031000, delta=969000 ns, racy<=2502500 ns 17:18:56.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.593000000, lastModified=2020-07-27 17:18:56.592031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.593000000, lastModified=2020-07-27 17:18:56.592031000, delta=969000 ns, racy<=2502500 ns 17:18:56.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.594000000, lastModified=2020-07-27 17:18:56.593031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.594000000, lastModified=2020-07-27 17:18:56.593031000, delta=969000 ns, racy<=2502500 ns 17:18:56.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.594000000, lastModified=2020-07-27 17:18:56.593031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.594000000, lastModified=2020-07-27 17:18:56.593031000, delta=969000 ns, racy<=2502500 ns 17:18:56.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.595000000, lastModified=2020-07-27 17:18:56.594031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.595000000, lastModified=2020-07-27 17:18:56.594031000, delta=969000 ns, racy<=2502500 ns 17:18:56.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.595000000, lastModified=2020-07-27 17:18:56.594031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.595000000, lastModified=2020-07-27 17:18:56.594031000, delta=969000 ns, racy<=2502500 ns 17:18:56.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.596000000, lastModified=2020-07-27 17:18:56.595031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.596000000, lastModified=2020-07-27 17:18:56.595031000, delta=969000 ns, racy<=2502500 ns 17:18:56.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.597000000, lastModified=2020-07-27 17:18:56.596031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.597000000, lastModified=2020-07-27 17:18:56.596031000, delta=969000 ns, racy<=2502500 ns 17:18:56.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.597000000, lastModified=2020-07-27 17:18:56.596031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.597000000, lastModified=2020-07-27 17:18:56.596031000, delta=969000 ns, racy<=2502500 ns 17:18:56.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.597000000, lastModified=2020-07-27 17:18:56.596031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.596031000 to 2020-07-27 17:18:56.597031000 17:18:56.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.598000000, lastModified=2020-07-27 17:18:56.597031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.598000000, lastModified=2020-07-27 17:18:56.597031000, delta=969000 ns, racy<=2502500 ns 17:18:56.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.598000000, lastModified=2020-07-27 17:18:56.597031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.597031000 to 2020-07-27 17:18:56.598031000 17:18:56.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.599000000, lastModified=2020-07-27 17:18:56.598031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.599000000, lastModified=2020-07-27 17:18:56.598031000, delta=969000 ns, racy<=2502500 ns 17:18:56.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.600000000, lastModified=2020-07-27 17:18:56.599031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.600000000, lastModified=2020-07-27 17:18:56.599031000, delta=969000 ns, racy<=2502500 ns 17:18:56.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.600000000, lastModified=2020-07-27 17:18:56.599031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.599031000 to 2020-07-27 17:18:56.600031000 17:18:56.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.601000000, lastModified=2020-07-27 17:18:56.600031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.601000000, lastModified=2020-07-27 17:18:56.600031000, delta=969000 ns, racy<=2502500 ns 17:18:56.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.601000000, lastModified=2020-07-27 17:18:56.600031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.600031000 to 2020-07-27 17:18:56.601031000 17:18:56.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.602000000, lastModified=2020-07-27 17:18:56.601031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.601031000 to 2020-07-27 17:18:56.602031000 17:18:56.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.603000000, lastModified=2020-07-27 17:18:56.602031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.603000000, lastModified=2020-07-27 17:18:56.602031000, delta=969000 ns, racy<=2502500 ns 17:18:56.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.604000000, lastModified=2020-07-27 17:18:56.603031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.604000000, lastModified=2020-07-27 17:18:56.603031000, delta=969000 ns, racy<=2502500 ns 17:18:56.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.605000000, lastModified=2020-07-27 17:18:56.604031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.605000000, lastModified=2020-07-27 17:18:56.604031000, delta=969000 ns, racy<=2502500 ns 17:18:56.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.605000000, lastModified=2020-07-27 17:18:56.604031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.605000000, lastModified=2020-07-27 17:18:56.604031000, delta=969000 ns, racy<=2502500 ns 17:18:56.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.606000000, lastModified=2020-07-27 17:18:56.605031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.606000000, lastModified=2020-07-27 17:18:56.605031000, delta=969000 ns, racy<=2502500 ns 17:18:56.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.606000000, lastModified=2020-07-27 17:18:56.605031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.605031000 to 2020-07-27 17:18:56.606031000 17:18:56.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.607000000, lastModified=2020-07-27 17:18:56.606031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.607000000, lastModified=2020-07-27 17:18:56.606031000, delta=969000 ns, racy<=2502500 ns 17:18:56.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.607000000, lastModified=2020-07-27 17:18:56.606031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.606031000 to 2020-07-27 17:18:56.607031000 17:18:56.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.608000000, lastModified=2020-07-27 17:18:56.607031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.608000000, lastModified=2020-07-27 17:18:56.607031000, delta=969000 ns, racy<=2502500 ns 17:18:56.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.609000000, lastModified=2020-07-27 17:18:56.608031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.609000000, lastModified=2020-07-27 17:18:56.608031000, delta=969000 ns, racy<=2502500 ns 17:18:56.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.609000000, lastModified=2020-07-27 17:18:56.608031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.608031000 to 2020-07-27 17:18:56.609031000 17:18:56.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.610000000, lastModified=2020-07-27 17:18:56.609031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.610000000, lastModified=2020-07-27 17:18:56.609031000, delta=969000 ns, racy<=2502500 ns 17:18:56.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.611000000, lastModified=2020-07-27 17:18:56.610031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.611000000, lastModified=2020-07-27 17:18:56.610031000, delta=969000 ns, racy<=2502500 ns 17:18:56.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.612000000, lastModified=2020-07-27 17:18:56.612031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.612000000, lastModified=2020-07-27 17:18:56.612031000, delta=-31000 ns, racy<=2502500 ns 17:18:56.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.612000000, lastModified=2020-07-27 17:18:56.612031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.612000000, lastModified=2020-07-27 17:18:56.612031000, delta=-31000 ns, racy<=2502500 ns 17:18:56.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.613000000, lastModified=2020-07-27 17:18:56.612031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.613000000, lastModified=2020-07-27 17:18:56.612031000, delta=969000 ns, racy<=2502500 ns 17:18:56.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.614000000, lastModified=2020-07-27 17:18:56.614031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.614000000, lastModified=2020-07-27 17:18:56.614031000, delta=-31000 ns, racy<=2502500 ns 17:18:56.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.614000000, lastModified=2020-07-27 17:18:56.614031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.614031000 to 2020-07-27 17:18:56.615031000 17:18:56.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.615000000, lastModified=2020-07-27 17:18:56.615031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.615000000, lastModified=2020-07-27 17:18:56.615031000, delta=-31000 ns, racy<=2502500 ns 17:18:56.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.616000000, lastModified=2020-07-27 17:18:56.615031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.615031000 to 2020-07-27 17:18:56.616031000 17:18:56.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.617000000, lastModified=2020-07-27 17:18:56.616031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.617000000, lastModified=2020-07-27 17:18:56.616031000, delta=969000 ns, racy<=2502500 ns 17:18:56.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.618000000, lastModified=2020-07-27 17:18:56.617031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.618000000, lastModified=2020-07-27 17:18:56.617031000, delta=969000 ns, racy<=2502500 ns 17:18:56.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.618000000, lastModified=2020-07-27 17:18:56.617031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.618000000, lastModified=2020-07-27 17:18:56.617031000, delta=969000 ns, racy<=2502500 ns 17:18:56.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.618000000, lastModified=2020-07-27 17:18:56.617031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.617031000 to 2020-07-27 17:18:56.618031000 17:18:56.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.619000000, lastModified=2020-07-27 17:18:56.618031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.618031000 to 2020-07-27 17:18:56.619031000 17:18:56.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.620000000, lastModified=2020-07-27 17:18:56.619031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.619031000 to 2020-07-27 17:18:56.620031000 17:18:56.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.621000000, lastModified=2020-07-27 17:18:56.620031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.620031000 to 2020-07-27 17:18:56.621031000 17:18:56.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.622000000, lastModified=2020-07-27 17:18:56.621031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.622000000, lastModified=2020-07-27 17:18:56.621031000, delta=969000 ns, racy<=2502500 ns 17:18:56.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.623000000, lastModified=2020-07-27 17:18:56.622031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.623000000, lastModified=2020-07-27 17:18:56.622031000, delta=969000 ns, racy<=2502500 ns 17:18:56.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.623000000, lastModified=2020-07-27 17:18:56.622031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.622031000 to 2020-07-27 17:18:56.623031000 17:18:56.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.624000000, lastModified=2020-07-27 17:18:56.623031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.624000000, lastModified=2020-07-27 17:18:56.623031000, delta=969000 ns, racy<=2502500 ns 17:18:56.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.624000000, lastModified=2020-07-27 17:18:56.623031000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.623031000 to 2020-07-27 17:18:56.624032000 17:18:56.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.625000000, lastModified=2020-07-27 17:18:56.624032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.625000000, lastModified=2020-07-27 17:18:56.624032000, delta=968000 ns, racy<=2502500 ns 17:18:56.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.625000000, lastModified=2020-07-27 17:18:56.624032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.625000000, lastModified=2020-07-27 17:18:56.624032000, delta=968000 ns, racy<=2502500 ns 17:18:56.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.628000000, lastModified=2020-07-27 17:18:56.627032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.628000000, lastModified=2020-07-27 17:18:56.627032000, delta=968000 ns, racy<=2502500 ns 17:18:56.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.629000000, lastModified=2020-07-27 17:18:56.628032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.629000000, lastModified=2020-07-27 17:18:56.628032000, delta=968000 ns, racy<=2502500 ns 17:18:56.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.629000000, lastModified=2020-07-27 17:18:56.628032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.629000000, lastModified=2020-07-27 17:18:56.628032000, delta=968000 ns, racy<=2502500 ns 17:18:56.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.629000000, lastModified=2020-07-27 17:18:56.628032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.628032000 to 2020-07-27 17:18:56.629032000 17:18:56.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.630000000, lastModified=2020-07-27 17:18:56.629032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.630000000, lastModified=2020-07-27 17:18:56.629032000, delta=968000 ns, racy<=2502500 ns 17:18:56.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.631000000, lastModified=2020-07-27 17:18:56.630032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.631000000, lastModified=2020-07-27 17:18:56.630032000, delta=968000 ns, racy<=2502500 ns 17:18:56.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.631000000, lastModified=2020-07-27 17:18:56.630032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.631000000, lastModified=2020-07-27 17:18:56.630032000, delta=968000 ns, racy<=2502500 ns 17:18:56.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.632000000, lastModified=2020-07-27 17:18:56.631032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.632000000, lastModified=2020-07-27 17:18:56.631032000, delta=968000 ns, racy<=2502500 ns 17:18:56.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.633000000, lastModified=2020-07-27 17:18:56.632032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.633000000, lastModified=2020-07-27 17:18:56.632032000, delta=968000 ns, racy<=2502500 ns 17:18:56.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.633000000, lastModified=2020-07-27 17:18:56.632032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.632032000 to 2020-07-27 17:18:56.633032000 17:18:56.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.634000000, lastModified=2020-07-27 17:18:56.633032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.633032000 to 2020-07-27 17:18:56.634032000 17:18:56.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.635000000, lastModified=2020-07-27 17:18:56.634032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.634032000 to 2020-07-27 17:18:56.635032000 17:18:56.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.636000000, lastModified=2020-07-27 17:18:56.635032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.636000000, lastModified=2020-07-27 17:18:56.635032000, delta=968000 ns, racy<=2502500 ns 17:18:56.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.637000000, lastModified=2020-07-27 17:18:56.636032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.637000000, lastModified=2020-07-27 17:18:56.636032000, delta=968000 ns, racy<=2502500 ns 17:18:56.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.638000000, lastModified=2020-07-27 17:18:56.637032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.638000000, lastModified=2020-07-27 17:18:56.637032000, delta=968000 ns, racy<=2502500 ns 17:18:56.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.638000000, lastModified=2020-07-27 17:18:56.637032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.637032000 to 2020-07-27 17:18:56.638032000 17:18:56.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.639000000, lastModified=2020-07-27 17:18:56.638032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.639000000, lastModified=2020-07-27 17:18:56.638032000, delta=968000 ns, racy<=2502500 ns 17:18:56.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.640000000, lastModified=2020-07-27 17:18:56.639032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.640000000, lastModified=2020-07-27 17:18:56.639032000, delta=968000 ns, racy<=2502500 ns 17:18:56.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.640000000, lastModified=2020-07-27 17:18:56.639032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.639032000 to 2020-07-27 17:18:56.640032000 17:18:56.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.641000000, lastModified=2020-07-27 17:18:56.640032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.640032000 to 2020-07-27 17:18:56.641032000 17:18:56.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.642000000, lastModified=2020-07-27 17:18:56.641032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.642000000, lastModified=2020-07-27 17:18:56.641032000, delta=968000 ns, racy<=2502500 ns 17:18:56.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.643000000, lastModified=2020-07-27 17:18:56.642032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.643000000, lastModified=2020-07-27 17:18:56.642032000, delta=968000 ns, racy<=2502500 ns 17:18:56.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.644000000, lastModified=2020-07-27 17:18:56.643032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.644000000, lastModified=2020-07-27 17:18:56.643032000, delta=968000 ns, racy<=2502500 ns 17:18:56.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.644000000, lastModified=2020-07-27 17:18:56.643032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.643032000 to 2020-07-27 17:18:56.644032000 17:18:56.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.645000000, lastModified=2020-07-27 17:18:56.644032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.644032000 to 2020-07-27 17:18:56.645032000 17:18:56.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.646000000, lastModified=2020-07-27 17:18:56.645032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.646000000, lastModified=2020-07-27 17:18:56.645032000, delta=968000 ns, racy<=2502500 ns 17:18:56.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.647000000, lastModified=2020-07-27 17:18:56.646032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.647000000, lastModified=2020-07-27 17:18:56.646032000, delta=968000 ns, racy<=2502500 ns 17:18:56.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.647000000, lastModified=2020-07-27 17:18:56.646032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.647000000, lastModified=2020-07-27 17:18:56.646032000, delta=968000 ns, racy<=2502500 ns 17:18:56.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.648000000, lastModified=2020-07-27 17:18:56.647032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.648000000, lastModified=2020-07-27 17:18:56.647032000, delta=968000 ns, racy<=2502500 ns 17:18:56.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.649000000, lastModified=2020-07-27 17:18:56.648032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.649000000, lastModified=2020-07-27 17:18:56.648032000, delta=968000 ns, racy<=2502500 ns 17:18:56.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.649000000, lastModified=2020-07-27 17:18:56.648032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.649000000, lastModified=2020-07-27 17:18:56.648032000, delta=968000 ns, racy<=2502500 ns 17:18:56.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.650000000, lastModified=2020-07-27 17:18:56.649032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.650000000, lastModified=2020-07-27 17:18:56.649032000, delta=968000 ns, racy<=2502500 ns 17:18:56.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.653000000, lastModified=2020-07-27 17:18:56.652032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.653000000, lastModified=2020-07-27 17:18:56.652032000, delta=968000 ns, racy<=2502500 ns 17:18:56.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.654000000, lastModified=2020-07-27 17:18:56.653032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.654000000, lastModified=2020-07-27 17:18:56.653032000, delta=968000 ns, racy<=2502500 ns 17:18:56.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.654000000, lastModified=2020-07-27 17:18:56.653032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.653032000 to 2020-07-27 17:18:56.654032000 17:18:56.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.655000000, lastModified=2020-07-27 17:18:56.654032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.654032000 to 2020-07-27 17:18:56.655032000 17:18:56.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.656000000, lastModified=2020-07-27 17:18:56.655032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.655032000 to 2020-07-27 17:18:56.657032000 17:18:56.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.658000000, lastModified=2020-07-27 17:18:56.657032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.658000000, lastModified=2020-07-27 17:18:56.657032000, delta=968000 ns, racy<=2502500 ns 17:18:56.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.658000000, lastModified=2020-07-27 17:18:56.657032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.657032000 to 2020-07-27 17:18:56.658032000 17:18:56.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.659000000, lastModified=2020-07-27 17:18:56.658032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.658032000 to 2020-07-27 17:18:56.659032000 17:18:56.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.660000000, lastModified=2020-07-27 17:18:56.659032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.660000000, lastModified=2020-07-27 17:18:56.659032000, delta=968000 ns, racy<=2502500 ns 17:18:56.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.660000000, lastModified=2020-07-27 17:18:56.659032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.659032000 to 2020-07-27 17:18:56.660032000 17:18:56.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.661000000, lastModified=2020-07-27 17:18:56.660032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.660032000 to 2020-07-27 17:18:56.661032000 17:18:56.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.662000000, lastModified=2020-07-27 17:18:56.661032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.662000000, lastModified=2020-07-27 17:18:56.661032000, delta=968000 ns, racy<=2502500 ns 17:18:56.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.663000000, lastModified=2020-07-27 17:18:56.662032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.663000000, lastModified=2020-07-27 17:18:56.662032000, delta=968000 ns, racy<=2502500 ns 17:18:56.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.664000000, lastModified=2020-07-27 17:18:56.663032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.664000000, lastModified=2020-07-27 17:18:56.663032000, delta=968000 ns, racy<=2502500 ns 17:18:56.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.664000000, lastModified=2020-07-27 17:18:56.663032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.663032000 to 2020-07-27 17:18:56.664032000 17:18:56.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.666000000, lastModified=2020-07-27 17:18:56.664032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.664032000 to 2020-07-27 17:18:56.665032000 17:18:56.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.666000000, lastModified=2020-07-27 17:18:56.665032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.666000000, lastModified=2020-07-27 17:18:56.665032000, delta=968000 ns, racy<=2502500 ns 17:18:56.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.667000000, lastModified=2020-07-27 17:18:56.666032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.667000000, lastModified=2020-07-27 17:18:56.666032000, delta=968000 ns, racy<=2502500 ns 17:18:56.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.667000000, lastModified=2020-07-27 17:18:56.666032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.667000000, lastModified=2020-07-27 17:18:56.666032000, delta=968000 ns, racy<=2502500 ns 17:18:56.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.668000000, lastModified=2020-07-27 17:18:56.667032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.668000000, lastModified=2020-07-27 17:18:56.667032000, delta=968000 ns, racy<=2502500 ns 17:18:56.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.669000000, lastModified=2020-07-27 17:18:56.668032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.669000000, lastModified=2020-07-27 17:18:56.668032000, delta=968000 ns, racy<=2502500 ns 17:18:56.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.669000000, lastModified=2020-07-27 17:18:56.668032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.669000000, lastModified=2020-07-27 17:18:56.668032000, delta=968000 ns, racy<=2502500 ns 17:18:56.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.670000000, lastModified=2020-07-27 17:18:56.669032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.670000000, lastModified=2020-07-27 17:18:56.669032000, delta=968000 ns, racy<=2502500 ns 17:18:56.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.670000000, lastModified=2020-07-27 17:18:56.669032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.669032000 to 2020-07-27 17:18:56.670032000 17:18:56.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.671000000, lastModified=2020-07-27 17:18:56.670032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.670032000 to 2020-07-27 17:18:56.671032000 17:18:56.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.672000000, lastModified=2020-07-27 17:18:56.671032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.672000000, lastModified=2020-07-27 17:18:56.671032000, delta=968000 ns, racy<=2502500 ns 17:18:56.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.672000000, lastModified=2020-07-27 17:18:56.671032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.671032000 to 2020-07-27 17:18:56.672032000 17:18:56.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.673000000, lastModified=2020-07-27 17:18:56.672032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.673000000, lastModified=2020-07-27 17:18:56.672032000, delta=968000 ns, racy<=2502500 ns 17:18:56.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.673000000, lastModified=2020-07-27 17:18:56.672032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.672032000 to 2020-07-27 17:18:56.673032000 17:18:56.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.674000000, lastModified=2020-07-27 17:18:56.673032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.674000000, lastModified=2020-07-27 17:18:56.673032000, delta=968000 ns, racy<=2502500 ns 17:18:56.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.674000000, lastModified=2020-07-27 17:18:56.673032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.673032000 to 2020-07-27 17:18:56.674032000 17:18:56.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.675000000, lastModified=2020-07-27 17:18:56.674032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.675000000, lastModified=2020-07-27 17:18:56.674032000, delta=968000 ns, racy<=2502500 ns 17:18:56.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.675000000, lastModified=2020-07-27 17:18:56.674032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.674032000 to 2020-07-27 17:18:56.675032000 17:18:56.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.676000000, lastModified=2020-07-27 17:18:56.675032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.676000000, lastModified=2020-07-27 17:18:56.675032000, delta=968000 ns, racy<=2502500 ns 17:18:56.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.677000000, lastModified=2020-07-27 17:18:56.676032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.677000000, lastModified=2020-07-27 17:18:56.676032000, delta=968000 ns, racy<=2502500 ns 17:18:56.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.678000000, lastModified=2020-07-27 17:18:56.676032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.676032000 to 2020-07-27 17:18:56.677032000 17:18:56.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.678000000, lastModified=2020-07-27 17:18:56.677032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.678000000, lastModified=2020-07-27 17:18:56.677032000, delta=968000 ns, racy<=2502500 ns 17:18:56.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.679000000, lastModified=2020-07-27 17:18:56.678032000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.679000000, lastModified=2020-07-27 17:18:56.678032000, delta=968000 ns, racy<=2502500 ns 17:18:56.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.680000000, lastModified=2020-07-27 17:18:56.679033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.680000000, lastModified=2020-07-27 17:18:56.679033000, delta=967000 ns, racy<=2502500 ns 17:18:56.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.680000000, lastModified=2020-07-27 17:18:56.679033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.680000000, lastModified=2020-07-27 17:18:56.679033000, delta=967000 ns, racy<=2502500 ns 17:18:56.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.681000000, lastModified=2020-07-27 17:18:56.680033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.681000000, lastModified=2020-07-27 17:18:56.680033000, delta=967000 ns, racy<=2502500 ns 17:18:56.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.690000000, lastModified=2020-07-27 17:18:56.689033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.690000000, lastModified=2020-07-27 17:18:56.689033000, delta=967000 ns, racy<=2502500 ns 17:18:56.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.691000000, lastModified=2020-07-27 17:18:56.690033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.692 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.690033000 to 2020-07-27 17:18:56.691033000 17:18:56.692 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.692000000, lastModified=2020-07-27 17:18:56.691033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.692 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.692000000, lastModified=2020-07-27 17:18:56.691033000, delta=967000 ns, racy<=2502500 ns 17:18:56.692 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.693000000, lastModified=2020-07-27 17:18:56.692033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.693000000, lastModified=2020-07-27 17:18:56.692033000, delta=967000 ns, racy<=2502500 ns 17:18:56.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.694000000, lastModified=2020-07-27 17:18:56.693033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.694000000, lastModified=2020-07-27 17:18:56.693033000, delta=967000 ns, racy<=2502500 ns 17:18:56.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.695000000, lastModified=2020-07-27 17:18:56.694033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.695000000, lastModified=2020-07-27 17:18:56.694033000, delta=967000 ns, racy<=2502500 ns 17:18:56.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.695000000, lastModified=2020-07-27 17:18:56.694033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.694033000 to 2020-07-27 17:18:56.695033000 17:18:56.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.696000000, lastModified=2020-07-27 17:18:56.695033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.695033000 to 2020-07-27 17:18:56.696033000 17:18:56.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.697000000, lastModified=2020-07-27 17:18:56.696033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.697000000, lastModified=2020-07-27 17:18:56.696033000, delta=967000 ns, racy<=2502500 ns 17:18:56.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.697000000, lastModified=2020-07-27 17:18:56.696033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.697000000, lastModified=2020-07-27 17:18:56.696033000, delta=967000 ns, racy<=2502500 ns 17:18:56.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.698000000, lastModified=2020-07-27 17:18:56.697033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.698000000, lastModified=2020-07-27 17:18:56.697033000, delta=967000 ns, racy<=2502500 ns 17:18:56.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.698000000, lastModified=2020-07-27 17:18:56.697033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.698000000, lastModified=2020-07-27 17:18:56.697033000, delta=967000 ns, racy<=2502500 ns 17:18:56.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.699000000, lastModified=2020-07-27 17:18:56.698033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.699000000, lastModified=2020-07-27 17:18:56.698033000, delta=967000 ns, racy<=2502500 ns 17:18:56.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.699000000, lastModified=2020-07-27 17:18:56.698033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.699000000, lastModified=2020-07-27 17:18:56.698033000, delta=967000 ns, racy<=2502500 ns 17:18:56.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.699000000, lastModified=2020-07-27 17:18:56.698033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.698033000 to 2020-07-27 17:18:56.699033000 17:18:56.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.700000000, lastModified=2020-07-27 17:18:56.699033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.700000000, lastModified=2020-07-27 17:18:56.699033000, delta=967000 ns, racy<=2502500 ns 17:18:56.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.700000000, lastModified=2020-07-27 17:18:56.699033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.699033000 to 2020-07-27 17:18:56.700033000 17:18:56.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.701000000, lastModified=2020-07-27 17:18:56.700033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.701000000, lastModified=2020-07-27 17:18:56.700033000, delta=967000 ns, racy<=2502500 ns 17:18:56.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.702000000, lastModified=2020-07-27 17:18:56.700033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.700033000 to 2020-07-27 17:18:56.701033000 17:18:56.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.702000000, lastModified=2020-07-27 17:18:56.701033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.702000000, lastModified=2020-07-27 17:18:56.701033000, delta=967000 ns, racy<=2502500 ns 17:18:56.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.702000000, lastModified=2020-07-27 17:18:56.701033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.701033000 to 2020-07-27 17:18:56.702033000 17:18:56.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.703000000, lastModified=2020-07-27 17:18:56.702033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.703000000, lastModified=2020-07-27 17:18:56.702033000, delta=967000 ns, racy<=2502500 ns 17:18:56.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.704000000, lastModified=2020-07-27 17:18:56.703033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.704000000, lastModified=2020-07-27 17:18:56.703033000, delta=967000 ns, racy<=2502500 ns 17:18:56.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.704000000, lastModified=2020-07-27 17:18:56.703033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.704000000, lastModified=2020-07-27 17:18:56.703033000, delta=967000 ns, racy<=2502500 ns 17:18:56.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.705000000, lastModified=2020-07-27 17:18:56.704033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.705000000, lastModified=2020-07-27 17:18:56.704033000, delta=967000 ns, racy<=2502500 ns 17:18:56.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.705000000, lastModified=2020-07-27 17:18:56.704033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.705000000, lastModified=2020-07-27 17:18:56.704033000, delta=967000 ns, racy<=2502500 ns 17:18:56.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.706000000, lastModified=2020-07-27 17:18:56.704033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.704033000 to 2020-07-27 17:18:56.705033000 17:18:56.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.706000000, lastModified=2020-07-27 17:18:56.705033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.706000000, lastModified=2020-07-27 17:18:56.705033000, delta=967000 ns, racy<=2502500 ns 17:18:56.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.707000000, lastModified=2020-07-27 17:18:56.706033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.707000000, lastModified=2020-07-27 17:18:56.706033000, delta=967000 ns, racy<=2502500 ns 17:18:56.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.708000000, lastModified=2020-07-27 17:18:56.707033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.708000000, lastModified=2020-07-27 17:18:56.707033000, delta=967000 ns, racy<=2502500 ns 17:18:56.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.708000000, lastModified=2020-07-27 17:18:56.707033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.707033000 to 2020-07-27 17:18:56.708033000 17:18:56.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.709000000, lastModified=2020-07-27 17:18:56.708033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.709000000, lastModified=2020-07-27 17:18:56.708033000, delta=967000 ns, racy<=2502500 ns 17:18:56.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.710000000, lastModified=2020-07-27 17:18:56.709033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.710000000, lastModified=2020-07-27 17:18:56.709033000, delta=967000 ns, racy<=2502500 ns 17:18:56.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.710000000, lastModified=2020-07-27 17:18:56.709033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.709033000 to 2020-07-27 17:18:56.710033000 17:18:56.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.711000000, lastModified=2020-07-27 17:18:56.710033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.710033000 to 2020-07-27 17:18:56.711033000 17:18:56.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.712000000, lastModified=2020-07-27 17:18:56.711033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.712000000, lastModified=2020-07-27 17:18:56.711033000, delta=967000 ns, racy<=2502500 ns 17:18:56.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.712000000, lastModified=2020-07-27 17:18:56.711033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.711033000 to 2020-07-27 17:18:56.712033000 17:18:56.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.714000000, lastModified=2020-07-27 17:18:56.713033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.714000000, lastModified=2020-07-27 17:18:56.713033000, delta=967000 ns, racy<=2502500 ns 17:18:56.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.714000000, lastModified=2020-07-27 17:18:56.713033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.714000000, lastModified=2020-07-27 17:18:56.713033000, delta=967000 ns, racy<=2502500 ns 17:18:56.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.715000000, lastModified=2020-07-27 17:18:56.714033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.715000000, lastModified=2020-07-27 17:18:56.714033000, delta=967000 ns, racy<=2502500 ns 17:18:56.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.715000000, lastModified=2020-07-27 17:18:56.714033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.715000000, lastModified=2020-07-27 17:18:56.714033000, delta=967000 ns, racy<=2502500 ns 17:18:56.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.716000000, lastModified=2020-07-27 17:18:56.715033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.716000000, lastModified=2020-07-27 17:18:56.715033000, delta=967000 ns, racy<=2502500 ns 17:18:56.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.716000000, lastModified=2020-07-27 17:18:56.715033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.716000000, lastModified=2020-07-27 17:18:56.715033000, delta=967000 ns, racy<=2502500 ns 17:18:56.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.717000000, lastModified=2020-07-27 17:18:56.715033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.715033000 to 2020-07-27 17:18:56.716033000 17:18:56.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.717000000, lastModified=2020-07-27 17:18:56.716033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.717000000, lastModified=2020-07-27 17:18:56.716033000, delta=967000 ns, racy<=2502500 ns 17:18:56.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.718000000, lastModified=2020-07-27 17:18:56.717033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.718000000, lastModified=2020-07-27 17:18:56.717033000, delta=967000 ns, racy<=2502500 ns 17:18:56.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.718000000, lastModified=2020-07-27 17:18:56.717033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.718000000, lastModified=2020-07-27 17:18:56.717033000, delta=967000 ns, racy<=2502500 ns 17:18:56.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.719000000, lastModified=2020-07-27 17:18:56.718033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.719000000, lastModified=2020-07-27 17:18:56.718033000, delta=967000 ns, racy<=2502500 ns 17:18:56.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.720000000, lastModified=2020-07-27 17:18:56.719033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.720000000, lastModified=2020-07-27 17:18:56.719033000, delta=967000 ns, racy<=2502500 ns 17:18:56.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.720000000, lastModified=2020-07-27 17:18:56.719033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.720000000, lastModified=2020-07-27 17:18:56.719033000, delta=967000 ns, racy<=2502500 ns 17:18:56.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.721000000, lastModified=2020-07-27 17:18:56.720033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.721000000, lastModified=2020-07-27 17:18:56.720033000, delta=967000 ns, racy<=2502500 ns 17:18:56.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.721000000, lastModified=2020-07-27 17:18:56.720033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.720033000 to 2020-07-27 17:18:56.721033000 17:18:56.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.722000000, lastModified=2020-07-27 17:18:56.721033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.722000000, lastModified=2020-07-27 17:18:56.721033000, delta=967000 ns, racy<=2502500 ns 17:18:56.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.723000000, lastModified=2020-07-27 17:18:56.722033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.723000000, lastModified=2020-07-27 17:18:56.722033000, delta=967000 ns, racy<=2502500 ns 17:18:56.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.723000000, lastModified=2020-07-27 17:18:56.722033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.722033000 to 2020-07-27 17:18:56.723033000 17:18:56.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.724000000, lastModified=2020-07-27 17:18:56.723033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.724000000, lastModified=2020-07-27 17:18:56.723033000, delta=967000 ns, racy<=2502500 ns 17:18:56.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.725000000, lastModified=2020-07-27 17:18:56.724033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.725000000, lastModified=2020-07-27 17:18:56.724033000, delta=967000 ns, racy<=2502500 ns 17:18:56.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.725000000, lastModified=2020-07-27 17:18:56.724033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.725000000, lastModified=2020-07-27 17:18:56.724033000, delta=967000 ns, racy<=2502500 ns 17:18:56.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.726000000, lastModified=2020-07-27 17:18:56.725033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.726000000, lastModified=2020-07-27 17:18:56.725033000, delta=967000 ns, racy<=2502500 ns 17:18:56.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.726000000, lastModified=2020-07-27 17:18:56.725033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.726000000, lastModified=2020-07-27 17:18:56.725033000, delta=967000 ns, racy<=2502500 ns 17:18:56.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.727000000, lastModified=2020-07-27 17:18:56.726033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.727000000, lastModified=2020-07-27 17:18:56.726033000, delta=967000 ns, racy<=2502500 ns 17:18:56.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.727000000, lastModified=2020-07-27 17:18:56.726033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.727000000, lastModified=2020-07-27 17:18:56.726033000, delta=967000 ns, racy<=2502500 ns 17:18:56.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.727000000, lastModified=2020-07-27 17:18:56.726033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.726033000 to 2020-07-27 17:18:56.727033000 17:18:56.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.728000000, lastModified=2020-07-27 17:18:56.727033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.727033000 to 2020-07-27 17:18:56.728033000 17:18:56.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.729000000, lastModified=2020-07-27 17:18:56.728033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.729000000, lastModified=2020-07-27 17:18:56.728033000, delta=967000 ns, racy<=2502500 ns 17:18:56.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.729000000, lastModified=2020-07-27 17:18:56.728033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.728033000 to 2020-07-27 17:18:56.729033000 17:18:56.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.730000000, lastModified=2020-07-27 17:18:56.729033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.729033000 to 2020-07-27 17:18:56.730033000 17:18:56.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.731000000, lastModified=2020-07-27 17:18:56.730033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.731000000, lastModified=2020-07-27 17:18:56.730033000, delta=967000 ns, racy<=2502500 ns 17:18:56.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.731000000, lastModified=2020-07-27 17:18:56.730033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.730033000 to 2020-07-27 17:18:56.731033000 17:18:56.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.732000000, lastModified=2020-07-27 17:18:56.731033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.731033000 to 2020-07-27 17:18:56.732033000 17:18:56.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.733000000, lastModified=2020-07-27 17:18:56.732033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.733000000, lastModified=2020-07-27 17:18:56.732033000, delta=967000 ns, racy<=2502500 ns 17:18:56.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.733000000, lastModified=2020-07-27 17:18:56.732033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.732033000 to 2020-07-27 17:18:56.733033000 17:18:56.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.734000000, lastModified=2020-07-27 17:18:56.733033000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.733033000 to 2020-07-27 17:18:56.734034000 17:18:56.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.735000000, lastModified=2020-07-27 17:18:56.734034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.735000000, lastModified=2020-07-27 17:18:56.734034000, delta=966000 ns, racy<=2502500 ns 17:18:56.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.735000000, lastModified=2020-07-27 17:18:56.734034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.734034000 to 2020-07-27 17:18:56.735034000 17:18:56.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.736000000, lastModified=2020-07-27 17:18:56.735034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.736000000, lastModified=2020-07-27 17:18:56.735034000, delta=966000 ns, racy<=2502500 ns 17:18:56.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.736000000, lastModified=2020-07-27 17:18:56.735034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.735034000 to 2020-07-27 17:18:56.736034000 17:18:56.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.737000000, lastModified=2020-07-27 17:18:56.736034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.737000000, lastModified=2020-07-27 17:18:56.736034000, delta=966000 ns, racy<=2502500 ns 17:18:56.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.738000000, lastModified=2020-07-27 17:18:56.737034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.738000000, lastModified=2020-07-27 17:18:56.737034000, delta=966000 ns, racy<=2502500 ns 17:18:56.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.739000000, lastModified=2020-07-27 17:18:56.738034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.739000000, lastModified=2020-07-27 17:18:56.738034000, delta=966000 ns, racy<=2502500 ns 17:18:56.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.739000000, lastModified=2020-07-27 17:18:56.738034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.739000000, lastModified=2020-07-27 17:18:56.738034000, delta=966000 ns, racy<=2502500 ns 17:18:56.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.740000000, lastModified=2020-07-27 17:18:56.739034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.740000000, lastModified=2020-07-27 17:18:56.739034000, delta=966000 ns, racy<=2502500 ns 17:18:56.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.740000000, lastModified=2020-07-27 17:18:56.739034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.740000000, lastModified=2020-07-27 17:18:56.739034000, delta=966000 ns, racy<=2502500 ns 17:18:56.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.740000000, lastModified=2020-07-27 17:18:56.739034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.739034000 to 2020-07-27 17:18:56.740034000 17:18:56.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.741000000, lastModified=2020-07-27 17:18:56.740034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.740034000 to 2020-07-27 17:18:56.741034000 17:18:56.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.742000000, lastModified=2020-07-27 17:18:56.741034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.742000000, lastModified=2020-07-27 17:18:56.741034000, delta=966000 ns, racy<=2502500 ns 17:18:56.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.742000000, lastModified=2020-07-27 17:18:56.741034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.741034000 to 2020-07-27 17:18:56.742034000 17:18:56.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.743000000, lastModified=2020-07-27 17:18:56.742034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.743000000, lastModified=2020-07-27 17:18:56.742034000, delta=966000 ns, racy<=2502500 ns 17:18:56.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.743000000, lastModified=2020-07-27 17:18:56.742034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.743000000, lastModified=2020-07-27 17:18:56.742034000, delta=966000 ns, racy<=2502500 ns 17:18:56.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.744000000, lastModified=2020-07-27 17:18:56.743034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.744000000, lastModified=2020-07-27 17:18:56.743034000, delta=966000 ns, racy<=2502500 ns 17:18:56.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.744000000, lastModified=2020-07-27 17:18:56.743034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.744000000, lastModified=2020-07-27 17:18:56.743034000, delta=966000 ns, racy<=2502500 ns 17:18:56.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.745000000, lastModified=2020-07-27 17:18:56.744034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.745000000, lastModified=2020-07-27 17:18:56.744034000, delta=966000 ns, racy<=2502500 ns 17:18:56.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.745000000, lastModified=2020-07-27 17:18:56.744034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.745000000, lastModified=2020-07-27 17:18:56.744034000, delta=966000 ns, racy<=2502500 ns 17:18:56.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.745000000, lastModified=2020-07-27 17:18:56.744034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.744034000 to 2020-07-27 17:18:56.745034000 17:18:56.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.747000000, lastModified=2020-07-27 17:18:56.746034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.747000000, lastModified=2020-07-27 17:18:56.746034000, delta=966000 ns, racy<=2502500 ns 17:18:56.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.747000000, lastModified=2020-07-27 17:18:56.746034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.747000000, lastModified=2020-07-27 17:18:56.746034000, delta=966000 ns, racy<=2502500 ns 17:18:56.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.747000000, lastModified=2020-07-27 17:18:56.746034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.746034000 to 2020-07-27 17:18:56.747034000 17:18:56.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.748000000, lastModified=2020-07-27 17:18:56.747034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.748000000, lastModified=2020-07-27 17:18:56.747034000, delta=966000 ns, racy<=2502500 ns 17:18:56.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.748000000, lastModified=2020-07-27 17:18:56.747034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.747034000 to 2020-07-27 17:18:56.748034000 17:18:56.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.749000000, lastModified=2020-07-27 17:18:56.748034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.748034000 to 2020-07-27 17:18:56.749034000 17:18:56.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.750000000, lastModified=2020-07-27 17:18:56.749034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.750000000, lastModified=2020-07-27 17:18:56.749034000, delta=966000 ns, racy<=2502500 ns 17:18:56.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.750000000, lastModified=2020-07-27 17:18:56.749034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.750000000, lastModified=2020-07-27 17:18:56.749034000, delta=966000 ns, racy<=2502500 ns 17:18:56.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.751000000, lastModified=2020-07-27 17:18:56.750034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.751000000, lastModified=2020-07-27 17:18:56.750034000, delta=966000 ns, racy<=2502500 ns 17:18:56.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.752000000, lastModified=2020-07-27 17:18:56.751034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.752000000, lastModified=2020-07-27 17:18:56.751034000, delta=966000 ns, racy<=2502500 ns 17:18:56.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.752000000, lastModified=2020-07-27 17:18:56.751034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.752000000, lastModified=2020-07-27 17:18:56.751034000, delta=966000 ns, racy<=2502500 ns 17:18:56.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.753000000, lastModified=2020-07-27 17:18:56.752034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.753000000, lastModified=2020-07-27 17:18:56.752034000, delta=966000 ns, racy<=2502500 ns 17:18:56.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.754000000, lastModified=2020-07-27 17:18:56.753034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.754000000, lastModified=2020-07-27 17:18:56.753034000, delta=966000 ns, racy<=2502500 ns 17:18:56.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.754000000, lastModified=2020-07-27 17:18:56.753034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.754000000, lastModified=2020-07-27 17:18:56.753034000, delta=966000 ns, racy<=2502500 ns 17:18:56.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.755000000, lastModified=2020-07-27 17:18:56.754034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.754034000 to 2020-07-27 17:18:56.755034000 17:18:56.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.756000000, lastModified=2020-07-27 17:18:56.755034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.756000000, lastModified=2020-07-27 17:18:56.755034000, delta=966000 ns, racy<=2502500 ns 17:18:56.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.756000000, lastModified=2020-07-27 17:18:56.755034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.756000000, lastModified=2020-07-27 17:18:56.755034000, delta=966000 ns, racy<=2502500 ns 17:18:56.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.757000000, lastModified=2020-07-27 17:18:56.756034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.757000000, lastModified=2020-07-27 17:18:56.756034000, delta=966000 ns, racy<=2502500 ns 17:18:56.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.757000000, lastModified=2020-07-27 17:18:56.756034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.756034000 to 2020-07-27 17:18:56.757034000 17:18:56.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.758000000, lastModified=2020-07-27 17:18:56.757034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.758000000, lastModified=2020-07-27 17:18:56.757034000, delta=966000 ns, racy<=2502500 ns 17:18:56.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.759000000, lastModified=2020-07-27 17:18:56.758034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.759000000, lastModified=2020-07-27 17:18:56.758034000, delta=966000 ns, racy<=2502500 ns 17:18:56.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.759000000, lastModified=2020-07-27 17:18:56.758034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.758034000 to 2020-07-27 17:18:56.759034000 17:18:56.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.760000000, lastModified=2020-07-27 17:18:56.759034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.759034000 to 2020-07-27 17:18:56.760034000 17:18:56.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.761000000, lastModified=2020-07-27 17:18:56.760034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.761000000, lastModified=2020-07-27 17:18:56.760034000, delta=966000 ns, racy<=2502500 ns 17:18:56.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.761000000, lastModified=2020-07-27 17:18:56.760034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.760034000 to 2020-07-27 17:18:56.761034000 17:18:56.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.762000000, lastModified=2020-07-27 17:18:56.761034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.761034000 to 2020-07-27 17:18:56.762034000 17:18:56.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.763000000, lastModified=2020-07-27 17:18:56.762034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.763000000, lastModified=2020-07-27 17:18:56.762034000, delta=966000 ns, racy<=2502500 ns 17:18:56.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.763000000, lastModified=2020-07-27 17:18:56.762034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.762034000 to 2020-07-27 17:18:56.763034000 17:18:56.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.764000000, lastModified=2020-07-27 17:18:56.763034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.764000000, lastModified=2020-07-27 17:18:56.763034000, delta=966000 ns, racy<=2502500 ns 17:18:56.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.764000000, lastModified=2020-07-27 17:18:56.763034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.764000000, lastModified=2020-07-27 17:18:56.763034000, delta=966000 ns, racy<=2502500 ns 17:18:56.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.765000000, lastModified=2020-07-27 17:18:56.763034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.763034000 to 2020-07-27 17:18:56.764034000 17:18:56.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.765000000, lastModified=2020-07-27 17:18:56.764034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.765000000, lastModified=2020-07-27 17:18:56.764034000, delta=966000 ns, racy<=2502500 ns 17:18:56.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.765000000, lastModified=2020-07-27 17:18:56.764034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.765000000, lastModified=2020-07-27 17:18:56.764034000, delta=966000 ns, racy<=2502500 ns 17:18:56.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.766000000, lastModified=2020-07-27 17:18:56.765034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.766000000, lastModified=2020-07-27 17:18:56.765034000, delta=966000 ns, racy<=2502500 ns 17:18:56.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.766000000, lastModified=2020-07-27 17:18:56.765034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.766000000, lastModified=2020-07-27 17:18:56.765034000, delta=966000 ns, racy<=2502500 ns 17:18:56.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.767000000, lastModified=2020-07-27 17:18:56.766034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.766034000 to 2020-07-27 17:18:56.767034000 17:18:56.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.768000000, lastModified=2020-07-27 17:18:56.767034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.768000000, lastModified=2020-07-27 17:18:56.767034000, delta=966000 ns, racy<=2502500 ns 17:18:56.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.768000000, lastModified=2020-07-27 17:18:56.767034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.767034000 to 2020-07-27 17:18:56.768034000 17:18:56.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.769000000, lastModified=2020-07-27 17:18:56.768034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.768034000 to 2020-07-27 17:18:56.769034000 17:18:56.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.770000000, lastModified=2020-07-27 17:18:56.769034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.770000000, lastModified=2020-07-27 17:18:56.769034000, delta=966000 ns, racy<=2502500 ns 17:18:56.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.771000000, lastModified=2020-07-27 17:18:56.770034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.771000000, lastModified=2020-07-27 17:18:56.770034000, delta=966000 ns, racy<=2502500 ns 17:18:56.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.771000000, lastModified=2020-07-27 17:18:56.770034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.771000000, lastModified=2020-07-27 17:18:56.770034000, delta=966000 ns, racy<=2502500 ns 17:18:56.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.772000000, lastModified=2020-07-27 17:18:56.771034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.772000000, lastModified=2020-07-27 17:18:56.771034000, delta=966000 ns, racy<=2502500 ns 17:18:56.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.772000000, lastModified=2020-07-27 17:18:56.771034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.772000000, lastModified=2020-07-27 17:18:56.771034000, delta=966000 ns, racy<=2502500 ns 17:18:56.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.773000000, lastModified=2020-07-27 17:18:56.772034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.773000000, lastModified=2020-07-27 17:18:56.772034000, delta=966000 ns, racy<=2502500 ns 17:18:56.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.773000000, lastModified=2020-07-27 17:18:56.772034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.773000000, lastModified=2020-07-27 17:18:56.772034000, delta=966000 ns, racy<=2502500 ns 17:18:56.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.774000000, lastModified=2020-07-27 17:18:56.772034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.772034000 to 2020-07-27 17:18:56.773034000 17:18:56.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.774000000, lastModified=2020-07-27 17:18:56.773034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.774000000, lastModified=2020-07-27 17:18:56.773034000, delta=966000 ns, racy<=2502500 ns 17:18:56.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.775000000, lastModified=2020-07-27 17:18:56.774034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.775000000, lastModified=2020-07-27 17:18:56.774034000, delta=966000 ns, racy<=2502500 ns 17:18:56.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.776000000, lastModified=2020-07-27 17:18:56.775034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.776000000, lastModified=2020-07-27 17:18:56.775034000, delta=966000 ns, racy<=2502500 ns 17:18:56.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.776000000, lastModified=2020-07-27 17:18:56.775034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.775034000 to 2020-07-27 17:18:56.776034000 17:18:56.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.777000000, lastModified=2020-07-27 17:18:56.776034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.777000000, lastModified=2020-07-27 17:18:56.776034000, delta=966000 ns, racy<=2502500 ns 17:18:56.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.778000000, lastModified=2020-07-27 17:18:56.777034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.778000000, lastModified=2020-07-27 17:18:56.777034000, delta=966000 ns, racy<=2502500 ns 17:18:56.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.779000000, lastModified=2020-07-27 17:18:56.778034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.779000000, lastModified=2020-07-27 17:18:56.778034000, delta=966000 ns, racy<=2502500 ns 17:18:56.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.779000000, lastModified=2020-07-27 17:18:56.778034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.779000000, lastModified=2020-07-27 17:18:56.778034000, delta=966000 ns, racy<=2502500 ns 17:18:56.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.780000000, lastModified=2020-07-27 17:18:56.779034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.780000000, lastModified=2020-07-27 17:18:56.779034000, delta=966000 ns, racy<=2502500 ns 17:18:56.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.780000000, lastModified=2020-07-27 17:18:56.779034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.779034000 to 2020-07-27 17:18:56.780034000 17:18:56.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.781000000, lastModified=2020-07-27 17:18:56.780034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.781000000, lastModified=2020-07-27 17:18:56.780034000, delta=966000 ns, racy<=2502500 ns 17:18:56.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.781000000, lastModified=2020-07-27 17:18:56.780034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.780034000 to 2020-07-27 17:18:56.781034000 17:18:56.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.782000000, lastModified=2020-07-27 17:18:56.781034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.781034000 to 2020-07-27 17:18:56.782034000 17:18:56.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.783000000, lastModified=2020-07-27 17:18:56.782034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.783000000, lastModified=2020-07-27 17:18:56.782034000, delta=966000 ns, racy<=2502500 ns 17:18:56.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.783000000, lastModified=2020-07-27 17:18:56.782034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.783000000, lastModified=2020-07-27 17:18:56.782034000, delta=966000 ns, racy<=2502500 ns 17:18:56.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.784000000, lastModified=2020-07-27 17:18:56.783034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.783034000 to 2020-07-27 17:18:56.784034000 17:18:56.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.785000000, lastModified=2020-07-27 17:18:56.784034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.785000000, lastModified=2020-07-27 17:18:56.784034000, delta=966000 ns, racy<=2502500 ns 17:18:56.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.785000000, lastModified=2020-07-27 17:18:56.784034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.785000000, lastModified=2020-07-27 17:18:56.784034000, delta=966000 ns, racy<=2502500 ns 17:18:56.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.786000000, lastModified=2020-07-27 17:18:56.785034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.786000000, lastModified=2020-07-27 17:18:56.785034000, delta=966000 ns, racy<=2502500 ns 17:18:56.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.786000000, lastModified=2020-07-27 17:18:56.785034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.785034000 to 2020-07-27 17:18:56.786034000 17:18:56.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.787000000, lastModified=2020-07-27 17:18:56.786034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.787000000, lastModified=2020-07-27 17:18:56.786034000, delta=966000 ns, racy<=2502500 ns 17:18:56.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.787000000, lastModified=2020-07-27 17:18:56.786034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.786034000 to 2020-07-27 17:18:56.787034000 17:18:56.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.788000000, lastModified=2020-07-27 17:18:56.787034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.788000000, lastModified=2020-07-27 17:18:56.787034000, delta=966000 ns, racy<=2502500 ns 17:18:56.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.788000000, lastModified=2020-07-27 17:18:56.787034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.788000000, lastModified=2020-07-27 17:18:56.787034000, delta=966000 ns, racy<=2502500 ns 17:18:56.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.789000000, lastModified=2020-07-27 17:18:56.788034000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.789000000, lastModified=2020-07-27 17:18:56.788034000, delta=966000 ns, racy<=2502500 ns 17:18:56.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.790000000, lastModified=2020-07-27 17:18:56.789035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.790000000, lastModified=2020-07-27 17:18:56.789035000, delta=965000 ns, racy<=2502500 ns 17:18:56.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.790000000, lastModified=2020-07-27 17:18:56.789035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.789035000 to 2020-07-27 17:18:56.790035000 17:18:56.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.791000000, lastModified=2020-07-27 17:18:56.790035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.790035000 to 2020-07-27 17:18:56.791035000 17:18:56.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.792000000, lastModified=2020-07-27 17:18:56.791035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.792000000, lastModified=2020-07-27 17:18:56.791035000, delta=965000 ns, racy<=2502500 ns 17:18:56.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.793000000, lastModified=2020-07-27 17:18:56.792035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.793000000, lastModified=2020-07-27 17:18:56.792035000, delta=965000 ns, racy<=2502500 ns 17:18:56.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.794000000, lastModified=2020-07-27 17:18:56.793035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.794000000, lastModified=2020-07-27 17:18:56.793035000, delta=965000 ns, racy<=2502500 ns 17:18:56.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.794000000, lastModified=2020-07-27 17:18:56.793035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.793035000 to 2020-07-27 17:18:56.794035000 17:18:56.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.795000000, lastModified=2020-07-27 17:18:56.794035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.794035000 to 2020-07-27 17:18:56.795035000 17:18:56.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.796000000, lastModified=2020-07-27 17:18:56.795035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.796000000, lastModified=2020-07-27 17:18:56.795035000, delta=965000 ns, racy<=2502500 ns 17:18:56.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.797000000, lastModified=2020-07-27 17:18:56.796035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.797000000, lastModified=2020-07-27 17:18:56.796035000, delta=965000 ns, racy<=2502500 ns 17:18:56.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.797000000, lastModified=2020-07-27 17:18:56.796035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.796035000 to 2020-07-27 17:18:56.797035000 17:18:56.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.798000000, lastModified=2020-07-27 17:18:56.797035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.798000000, lastModified=2020-07-27 17:18:56.797035000, delta=965000 ns, racy<=2502500 ns 17:18:56.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.799000000, lastModified=2020-07-27 17:18:56.798035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.799000000, lastModified=2020-07-27 17:18:56.798035000, delta=965000 ns, racy<=2502500 ns 17:18:56.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.799000000, lastModified=2020-07-27 17:18:56.798035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.799000000, lastModified=2020-07-27 17:18:56.798035000, delta=965000 ns, racy<=2502500 ns 17:18:56.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.800000000, lastModified=2020-07-27 17:18:56.799035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.800000000, lastModified=2020-07-27 17:18:56.799035000, delta=965000 ns, racy<=2502500 ns 17:18:56.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.800000000, lastModified=2020-07-27 17:18:56.799035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.800000000, lastModified=2020-07-27 17:18:56.799035000, delta=965000 ns, racy<=2502500 ns 17:18:56.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.801000000, lastModified=2020-07-27 17:18:56.800035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.801000000, lastModified=2020-07-27 17:18:56.800035000, delta=965000 ns, racy<=2502500 ns 17:18:56.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.801000000, lastModified=2020-07-27 17:18:56.800035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.801000000, lastModified=2020-07-27 17:18:56.800035000, delta=965000 ns, racy<=2502500 ns 17:18:56.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.802000000, lastModified=2020-07-27 17:18:56.801035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.802000000, lastModified=2020-07-27 17:18:56.801035000, delta=965000 ns, racy<=2502500 ns 17:18:56.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.802000000, lastModified=2020-07-27 17:18:56.801035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.802000000, lastModified=2020-07-27 17:18:56.801035000, delta=965000 ns, racy<=2502500 ns 17:18:56.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.802000000, lastModified=2020-07-27 17:18:56.801035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.801035000 to 2020-07-27 17:18:56.802035000 17:18:56.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.803000000, lastModified=2020-07-27 17:18:56.802035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.803000000, lastModified=2020-07-27 17:18:56.802035000, delta=965000 ns, racy<=2502500 ns 17:18:56.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.804000000, lastModified=2020-07-27 17:18:56.803035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.804000000, lastModified=2020-07-27 17:18:56.803035000, delta=965000 ns, racy<=2502500 ns 17:18:56.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.804000000, lastModified=2020-07-27 17:18:56.803035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.803035000 to 2020-07-27 17:18:56.804035000 17:18:56.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.805000000, lastModified=2020-07-27 17:18:56.804035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.805000000, lastModified=2020-07-27 17:18:56.804035000, delta=965000 ns, racy<=2502500 ns 17:18:56.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.805000000, lastModified=2020-07-27 17:18:56.804035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.804035000 to 2020-07-27 17:18:56.805035000 17:18:56.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.806000000, lastModified=2020-07-27 17:18:56.805035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.806000000, lastModified=2020-07-27 17:18:56.805035000, delta=965000 ns, racy<=2502500 ns 17:18:56.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.806000000, lastModified=2020-07-27 17:18:56.805035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.806000000, lastModified=2020-07-27 17:18:56.805035000, delta=965000 ns, racy<=2502500 ns 17:18:56.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.807000000, lastModified=2020-07-27 17:18:56.806035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.807000000, lastModified=2020-07-27 17:18:56.806035000, delta=965000 ns, racy<=2502500 ns 17:18:56.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.807000000, lastModified=2020-07-27 17:18:56.806035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.807000000, lastModified=2020-07-27 17:18:56.806035000, delta=965000 ns, racy<=2502500 ns 17:18:56.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.808000000, lastModified=2020-07-27 17:18:56.807035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.808000000, lastModified=2020-07-27 17:18:56.807035000, delta=965000 ns, racy<=2502500 ns 17:18:56.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.808000000, lastModified=2020-07-27 17:18:56.807035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.807035000 to 2020-07-27 17:18:56.808035000 17:18:56.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.809000000, lastModified=2020-07-27 17:18:56.808035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.809000000, lastModified=2020-07-27 17:18:56.808035000, delta=965000 ns, racy<=2502500 ns 17:18:56.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.809000000, lastModified=2020-07-27 17:18:56.808035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.808035000 to 2020-07-27 17:18:56.809035000 17:18:56.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.811000000, lastModified=2020-07-27 17:18:56.810035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.811000000, lastModified=2020-07-27 17:18:56.810035000, delta=965000 ns, racy<=2502500 ns 17:18:56.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.812000000, lastModified=2020-07-27 17:18:56.811035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.812000000, lastModified=2020-07-27 17:18:56.811035000, delta=965000 ns, racy<=2502500 ns 17:18:56.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.813000000, lastModified=2020-07-27 17:18:56.812035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.813000000, lastModified=2020-07-27 17:18:56.812035000, delta=965000 ns, racy<=2502500 ns 17:18:56.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.813000000, lastModified=2020-07-27 17:18:56.812035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.812035000 to 2020-07-27 17:18:56.813035000 17:18:56.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.814000000, lastModified=2020-07-27 17:18:56.813035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.813035000 to 2020-07-27 17:18:56.814035000 17:18:56.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.815000000, lastModified=2020-07-27 17:18:56.814035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.815000000, lastModified=2020-07-27 17:18:56.814035000, delta=965000 ns, racy<=2502500 ns 17:18:56.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.815000000, lastModified=2020-07-27 17:18:56.814035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.815000000, lastModified=2020-07-27 17:18:56.814035000, delta=965000 ns, racy<=2502500 ns 17:18:56.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.816000000, lastModified=2020-07-27 17:18:56.815035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.815035000 to 2020-07-27 17:18:56.816035000 17:18:56.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.817000000, lastModified=2020-07-27 17:18:56.816035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.817000000, lastModified=2020-07-27 17:18:56.816035000, delta=965000 ns, racy<=2502500 ns 17:18:56.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.817000000, lastModified=2020-07-27 17:18:56.816035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.816035000 to 2020-07-27 17:18:56.817035000 17:18:56.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.818000000, lastModified=2020-07-27 17:18:56.817035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.817035000 to 2020-07-27 17:18:56.818035000 17:18:56.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.819000000, lastModified=2020-07-27 17:18:56.818035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.819000000, lastModified=2020-07-27 17:18:56.818035000, delta=965000 ns, racy<=2502500 ns 17:18:56.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.820000000, lastModified=2020-07-27 17:18:56.819035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.820000000, lastModified=2020-07-27 17:18:56.819035000, delta=965000 ns, racy<=2502500 ns 17:18:56.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.820000000, lastModified=2020-07-27 17:18:56.819035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.819035000 to 2020-07-27 17:18:56.820035000 17:18:56.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.821000000, lastModified=2020-07-27 17:18:56.820035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.821000000, lastModified=2020-07-27 17:18:56.820035000, delta=965000 ns, racy<=2502500 ns 17:18:56.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.822000000, lastModified=2020-07-27 17:18:56.821035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.822000000, lastModified=2020-07-27 17:18:56.821035000, delta=965000 ns, racy<=2502500 ns 17:18:56.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.823000000, lastModified=2020-07-27 17:18:56.822035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.823000000, lastModified=2020-07-27 17:18:56.822035000, delta=965000 ns, racy<=2502500 ns 17:18:56.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.823000000, lastModified=2020-07-27 17:18:56.822035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.823000000, lastModified=2020-07-27 17:18:56.822035000, delta=965000 ns, racy<=2502500 ns 17:18:56.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.824000000, lastModified=2020-07-27 17:18:56.823035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.824000000, lastModified=2020-07-27 17:18:56.823035000, delta=965000 ns, racy<=2502500 ns 17:18:56.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.824000000, lastModified=2020-07-27 17:18:56.823035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.824000000, lastModified=2020-07-27 17:18:56.823035000, delta=965000 ns, racy<=2502500 ns 17:18:56.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.824000000, lastModified=2020-07-27 17:18:56.823035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.823035000 to 2020-07-27 17:18:56.824035000 17:18:56.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.825000000, lastModified=2020-07-27 17:18:56.824035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.825000000, lastModified=2020-07-27 17:18:56.824035000, delta=965000 ns, racy<=2502500 ns 17:18:56.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.825000000, lastModified=2020-07-27 17:18:56.824035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.824035000 to 2020-07-27 17:18:56.825035000 17:18:56.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.826000000, lastModified=2020-07-27 17:18:56.825035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.826000000, lastModified=2020-07-27 17:18:56.825035000, delta=965000 ns, racy<=2502500 ns 17:18:56.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.826000000, lastModified=2020-07-27 17:18:56.825035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.825035000 to 2020-07-27 17:18:56.826035000 17:18:56.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.827000000, lastModified=2020-07-27 17:18:56.826035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.827000000, lastModified=2020-07-27 17:18:56.826035000, delta=965000 ns, racy<=2502500 ns 17:18:56.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.828000000, lastModified=2020-07-27 17:18:56.826035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.826035000 to 2020-07-27 17:18:56.827035000 17:18:56.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.828000000, lastModified=2020-07-27 17:18:56.827035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.828000000, lastModified=2020-07-27 17:18:56.827035000, delta=965000 ns, racy<=2502500 ns 17:18:56.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.829000000, lastModified=2020-07-27 17:18:56.828035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.829000000, lastModified=2020-07-27 17:18:56.828035000, delta=965000 ns, racy<=2502500 ns 17:18:56.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.830000000, lastModified=2020-07-27 17:18:56.829035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.830000000, lastModified=2020-07-27 17:18:56.829035000, delta=965000 ns, racy<=2502500 ns 17:18:56.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.830000000, lastModified=2020-07-27 17:18:56.829035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.830000000, lastModified=2020-07-27 17:18:56.829035000, delta=965000 ns, racy<=2502500 ns 17:18:56.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.831000000, lastModified=2020-07-27 17:18:56.830035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.831000000, lastModified=2020-07-27 17:18:56.830035000, delta=965000 ns, racy<=2502500 ns 17:18:56.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.831000000, lastModified=2020-07-27 17:18:56.830035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.830035000 to 2020-07-27 17:18:56.831035000 17:18:56.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.832000000, lastModified=2020-07-27 17:18:56.831035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.832000000, lastModified=2020-07-27 17:18:56.831035000, delta=965000 ns, racy<=2502500 ns 17:18:56.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.833000000, lastModified=2020-07-27 17:18:56.832035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.833000000, lastModified=2020-07-27 17:18:56.832035000, delta=965000 ns, racy<=2502500 ns 17:18:56.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.833000000, lastModified=2020-07-27 17:18:56.832035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.833000000, lastModified=2020-07-27 17:18:56.832035000, delta=965000 ns, racy<=2502500 ns 17:18:56.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.834000000, lastModified=2020-07-27 17:18:56.833035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.834000000, lastModified=2020-07-27 17:18:56.833035000, delta=965000 ns, racy<=2502500 ns 17:18:56.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.835000000, lastModified=2020-07-27 17:18:56.834035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.835000000, lastModified=2020-07-27 17:18:56.834035000, delta=965000 ns, racy<=2502500 ns 17:18:56.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.835000000, lastModified=2020-07-27 17:18:56.834035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.835000000, lastModified=2020-07-27 17:18:56.834035000, delta=965000 ns, racy<=2502500 ns 17:18:56.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.836000000, lastModified=2020-07-27 17:18:56.835035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.836000000, lastModified=2020-07-27 17:18:56.835035000, delta=965000 ns, racy<=2502500 ns 17:18:56.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.836000000, lastModified=2020-07-27 17:18:56.835035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.835035000 to 2020-07-27 17:18:56.836035000 17:18:56.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.837000000, lastModified=2020-07-27 17:18:56.836035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.836035000 to 2020-07-27 17:18:56.837035000 17:18:56.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.838000000, lastModified=2020-07-27 17:18:56.837035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.838000000, lastModified=2020-07-27 17:18:56.837035000, delta=965000 ns, racy<=2502500 ns 17:18:56.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.838000000, lastModified=2020-07-27 17:18:56.837035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.837035000 to 2020-07-27 17:18:56.838035000 17:18:56.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.839000000, lastModified=2020-07-27 17:18:56.838035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.839000000, lastModified=2020-07-27 17:18:56.838035000, delta=965000 ns, racy<=2502500 ns 17:18:56.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.840000000, lastModified=2020-07-27 17:18:56.839035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.840000000, lastModified=2020-07-27 17:18:56.839035000, delta=965000 ns, racy<=2502500 ns 17:18:56.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.841000000, lastModified=2020-07-27 17:18:56.840035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.841000000, lastModified=2020-07-27 17:18:56.840035000, delta=965000 ns, racy<=2502500 ns 17:18:56.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.841000000, lastModified=2020-07-27 17:18:56.840035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.841000000, lastModified=2020-07-27 17:18:56.840035000, delta=965000 ns, racy<=2502500 ns 17:18:56.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.842000000, lastModified=2020-07-27 17:18:56.841035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.842000000, lastModified=2020-07-27 17:18:56.841035000, delta=965000 ns, racy<=2502500 ns 17:18:56.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.842000000, lastModified=2020-07-27 17:18:56.841035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.842000000, lastModified=2020-07-27 17:18:56.841035000, delta=965000 ns, racy<=2502500 ns 17:18:56.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.843000000, lastModified=2020-07-27 17:18:56.842035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.843000000, lastModified=2020-07-27 17:18:56.842035000, delta=965000 ns, racy<=2502500 ns 17:18:56.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.843000000, lastModified=2020-07-27 17:18:56.842035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.843000000, lastModified=2020-07-27 17:18:56.842035000, delta=965000 ns, racy<=2502500 ns 17:18:56.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.843000000, lastModified=2020-07-27 17:18:56.842035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.842035000 to 2020-07-27 17:18:56.843035000 17:18:56.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.844000000, lastModified=2020-07-27 17:18:56.843035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.844000000, lastModified=2020-07-27 17:18:56.843035000, delta=965000 ns, racy<=2502500 ns 17:18:56.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.844000000, lastModified=2020-07-27 17:18:56.843035000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.843035000 to 2020-07-27 17:18:56.844036000 17:18:56.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.845000000, lastModified=2020-07-27 17:18:56.844036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.845000000, lastModified=2020-07-27 17:18:56.844036000, delta=964000 ns, racy<=2502500 ns 17:18:56.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.845000000, lastModified=2020-07-27 17:18:56.844036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.845000000, lastModified=2020-07-27 17:18:56.844036000, delta=964000 ns, racy<=2502500 ns 17:18:56.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.846000000, lastModified=2020-07-27 17:18:56.845036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.846000000, lastModified=2020-07-27 17:18:56.845036000, delta=964000 ns, racy<=2502500 ns 17:18:56.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.847000000, lastModified=2020-07-27 17:18:56.846036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.847000000, lastModified=2020-07-27 17:18:56.846036000, delta=964000 ns, racy<=2502500 ns 17:18:56.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.847000000, lastModified=2020-07-27 17:18:56.846036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.847000000, lastModified=2020-07-27 17:18:56.846036000, delta=964000 ns, racy<=2502500 ns 17:18:56.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.847000000, lastModified=2020-07-27 17:18:56.846036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.846036000 to 2020-07-27 17:18:56.847036000 17:18:56.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.848000000, lastModified=2020-07-27 17:18:56.847036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.847036000 to 2020-07-27 17:18:56.848036000 17:18:56.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.849000000, lastModified=2020-07-27 17:18:56.848036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.849000000, lastModified=2020-07-27 17:18:56.848036000, delta=964000 ns, racy<=2502500 ns 17:18:56.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.850000000, lastModified=2020-07-27 17:18:56.849036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.850000000, lastModified=2020-07-27 17:18:56.849036000, delta=964000 ns, racy<=2502500 ns 17:18:56.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.850000000, lastModified=2020-07-27 17:18:56.849036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.849036000 to 2020-07-27 17:18:56.850036000 17:18:56.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.851000000, lastModified=2020-07-27 17:18:56.850036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.850036000 to 2020-07-27 17:18:56.851036000 17:18:56.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.852000000, lastModified=2020-07-27 17:18:56.851036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.852000000, lastModified=2020-07-27 17:18:56.851036000, delta=964000 ns, racy<=2502500 ns 17:18:56.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.852000000, lastModified=2020-07-27 17:18:56.851036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.851036000 to 2020-07-27 17:18:56.852036000 17:18:56.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.853000000, lastModified=2020-07-27 17:18:56.852036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.852036000 to 2020-07-27 17:18:56.889036000 17:18:56.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.890000000, lastModified=2020-07-27 17:18:56.889036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.889036000 to 2020-07-27 17:18:56.890036000 17:18:56.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.892000000, lastModified=2020-07-27 17:18:56.891036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.891036000 to 2020-07-27 17:18:56.892036000 17:18:56.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.893000000, lastModified=2020-07-27 17:18:56.892036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.893000000, lastModified=2020-07-27 17:18:56.892036000, delta=964000 ns, racy<=2502500 ns 17:18:56.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.894000000, lastModified=2020-07-27 17:18:56.893036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.894000000, lastModified=2020-07-27 17:18:56.893036000, delta=964000 ns, racy<=2502500 ns 17:18:56.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.894000000, lastModified=2020-07-27 17:18:56.893036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.893036000 to 2020-07-27 17:18:56.894036000 17:18:56.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.896000000, lastModified=2020-07-27 17:18:56.895036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.896000000, lastModified=2020-07-27 17:18:56.895036000, delta=964000 ns, racy<=2502500 ns 17:18:56.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.896000000, lastModified=2020-07-27 17:18:56.895036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.895036000 to 2020-07-27 17:18:56.896036000 17:18:56.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.897000000, lastModified=2020-07-27 17:18:56.896036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.896036000 to 2020-07-27 17:18:56.897036000 17:18:56.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.898000000, lastModified=2020-07-27 17:18:56.897036000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.898000000, lastModified=2020-07-27 17:18:56.897036000, delta=964000 ns, racy<=2502500 ns 17:18:56.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.899000000, lastModified=2020-07-27 17:18:56.898037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.899000000, lastModified=2020-07-27 17:18:56.898037000, delta=963000 ns, racy<=2502500 ns 17:18:56.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.900000000, lastModified=2020-07-27 17:18:56.898037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.898037000 to 2020-07-27 17:18:56.899037000 17:18:56.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.900000000, lastModified=2020-07-27 17:18:56.899037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.900000000, lastModified=2020-07-27 17:18:56.899037000, delta=963000 ns, racy<=2502500 ns 17:18:56.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.901000000, lastModified=2020-07-27 17:18:56.900037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.901000000, lastModified=2020-07-27 17:18:56.900037000, delta=963000 ns, racy<=2502500 ns 17:18:56.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.901000000, lastModified=2020-07-27 17:18:56.900037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.900037000 to 2020-07-27 17:18:56.901037000 17:18:56.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.902000000, lastModified=2020-07-27 17:18:56.901037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.902000000, lastModified=2020-07-27 17:18:56.901037000, delta=963000 ns, racy<=2502500 ns 17:18:56.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.902000000, lastModified=2020-07-27 17:18:56.901037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.901037000 to 2020-07-27 17:18:56.902037000 17:18:56.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.903000000, lastModified=2020-07-27 17:18:56.902037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.902037000 to 2020-07-27 17:18:56.903037000 17:18:56.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.904000000, lastModified=2020-07-27 17:18:56.903037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.904000000, lastModified=2020-07-27 17:18:56.903037000, delta=963000 ns, racy<=2502500 ns 17:18:56.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.904000000, lastModified=2020-07-27 17:18:56.903037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.903037000 to 2020-07-27 17:18:56.904037000 17:18:56.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.905000000, lastModified=2020-07-27 17:18:56.904037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.905000000, lastModified=2020-07-27 17:18:56.904037000, delta=963000 ns, racy<=2502500 ns 17:18:56.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.906000000, lastModified=2020-07-27 17:18:56.905037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.906000000, lastModified=2020-07-27 17:18:56.905037000, delta=963000 ns, racy<=2502500 ns 17:18:56.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.906000000, lastModified=2020-07-27 17:18:56.905037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.905037000 to 2020-07-27 17:18:56.906037000 17:18:56.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.907000000, lastModified=2020-07-27 17:18:56.906037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.906037000 to 2020-07-27 17:18:56.907037000 17:18:56.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.908000000, lastModified=2020-07-27 17:18:56.907037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.908000000, lastModified=2020-07-27 17:18:56.907037000, delta=963000 ns, racy<=2502500 ns 17:18:56.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.908000000, lastModified=2020-07-27 17:18:56.907037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.907037000 to 2020-07-27 17:18:56.908037000 17:18:56.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.909000000, lastModified=2020-07-27 17:18:56.908037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.909000000, lastModified=2020-07-27 17:18:56.908037000, delta=963000 ns, racy<=2502500 ns 17:18:56.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.910000000, lastModified=2020-07-27 17:18:56.909037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.910000000, lastModified=2020-07-27 17:18:56.909037000, delta=963000 ns, racy<=2502500 ns 17:18:56.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.911000000, lastModified=2020-07-27 17:18:56.910037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.911000000, lastModified=2020-07-27 17:18:56.910037000, delta=963000 ns, racy<=2502500 ns 17:18:56.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.911000000, lastModified=2020-07-27 17:18:56.910037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.910037000 to 2020-07-27 17:18:56.911037000 17:18:56.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.912000000, lastModified=2020-07-27 17:18:56.911037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.911037000 to 2020-07-27 17:18:56.912037000 17:18:56.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.913000000, lastModified=2020-07-27 17:18:56.912037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.913000000, lastModified=2020-07-27 17:18:56.912037000, delta=963000 ns, racy<=2502500 ns 17:18:56.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.914000000, lastModified=2020-07-27 17:18:56.913037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.914000000, lastModified=2020-07-27 17:18:56.913037000, delta=963000 ns, racy<=2502500 ns 17:18:56.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.915000000, lastModified=2020-07-27 17:18:56.914037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.915000000, lastModified=2020-07-27 17:18:56.914037000, delta=963000 ns, racy<=2502500 ns 17:18:56.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.915000000, lastModified=2020-07-27 17:18:56.914037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.914037000 to 2020-07-27 17:18:56.915037000 17:18:56.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.916000000, lastModified=2020-07-27 17:18:56.915037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.915037000 to 2020-07-27 17:18:56.916037000 17:18:56.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.917000000, lastModified=2020-07-27 17:18:56.916037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.917000000, lastModified=2020-07-27 17:18:56.916037000, delta=963000 ns, racy<=2502500 ns 17:18:56.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.918000000, lastModified=2020-07-27 17:18:56.917037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.918000000, lastModified=2020-07-27 17:18:56.917037000, delta=963000 ns, racy<=2502500 ns 17:18:56.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.919000000, lastModified=2020-07-27 17:18:56.918037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.918037000 to 2020-07-27 17:18:56.919037000 17:18:56.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.920000000, lastModified=2020-07-27 17:18:56.919037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.920000000, lastModified=2020-07-27 17:18:56.919037000, delta=963000 ns, racy<=2502500 ns 17:18:56.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.920000000, lastModified=2020-07-27 17:18:56.919037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.919037000 to 2020-07-27 17:18:56.920037000 17:18:56.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.921000000, lastModified=2020-07-27 17:18:56.920037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.921000000, lastModified=2020-07-27 17:18:56.920037000, delta=963000 ns, racy<=2502500 ns 17:18:56.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.922000000, lastModified=2020-07-27 17:18:56.921037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.921037000 to 2020-07-27 17:18:56.922037000 17:18:56.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.923000000, lastModified=2020-07-27 17:18:56.922037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.923000000, lastModified=2020-07-27 17:18:56.922037000, delta=963000 ns, racy<=2502500 ns 17:18:56.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.924000000, lastModified=2020-07-27 17:18:56.923037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.924000000, lastModified=2020-07-27 17:18:56.923037000, delta=963000 ns, racy<=2502500 ns 17:18:56.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.924000000, lastModified=2020-07-27 17:18:56.923037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.923037000 to 2020-07-27 17:18:56.924037000 17:18:56.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.925000000, lastModified=2020-07-27 17:18:56.924037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.925000000, lastModified=2020-07-27 17:18:56.924037000, delta=963000 ns, racy<=2502500 ns 17:18:56.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.925000000, lastModified=2020-07-27 17:18:56.924037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.924037000 to 2020-07-27 17:18:56.925037000 17:18:56.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.926000000, lastModified=2020-07-27 17:18:56.925037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.925037000 to 2020-07-27 17:18:56.926037000 17:18:56.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.927000000, lastModified=2020-07-27 17:18:56.926037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.927000000, lastModified=2020-07-27 17:18:56.926037000, delta=963000 ns, racy<=2502500 ns 17:18:56.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.928000000, lastModified=2020-07-27 17:18:56.927037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.928000000, lastModified=2020-07-27 17:18:56.927037000, delta=963000 ns, racy<=2502500 ns 17:18:56.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.928000000, lastModified=2020-07-27 17:18:56.927037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.927037000 to 2020-07-27 17:18:56.928037000 17:18:56.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.929000000, lastModified=2020-07-27 17:18:56.928037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.928037000 to 2020-07-27 17:18:56.929037000 17:18:56.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.930000000, lastModified=2020-07-27 17:18:56.929037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.930000000, lastModified=2020-07-27 17:18:56.929037000, delta=963000 ns, racy<=2502500 ns 17:18:56.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.931000000, lastModified=2020-07-27 17:18:56.930037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.931000000, lastModified=2020-07-27 17:18:56.930037000, delta=963000 ns, racy<=2502500 ns 17:18:56.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.931000000, lastModified=2020-07-27 17:18:56.930037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.931000000, lastModified=2020-07-27 17:18:56.930037000, delta=963000 ns, racy<=2502500 ns 17:18:56.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.932000000, lastModified=2020-07-27 17:18:56.931037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.932000000, lastModified=2020-07-27 17:18:56.931037000, delta=963000 ns, racy<=2502500 ns 17:18:56.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.932000000, lastModified=2020-07-27 17:18:56.931037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.931037000 to 2020-07-27 17:18:56.932037000 17:18:56.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.933000000, lastModified=2020-07-27 17:18:56.932037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.933000000, lastModified=2020-07-27 17:18:56.932037000, delta=963000 ns, racy<=2502500 ns 17:18:56.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.933000000, lastModified=2020-07-27 17:18:56.932037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.932037000 to 2020-07-27 17:18:56.933037000 17:18:56.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.934000000, lastModified=2020-07-27 17:18:56.933037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.934000000, lastModified=2020-07-27 17:18:56.933037000, delta=963000 ns, racy<=2502500 ns 17:18:56.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.934000000, lastModified=2020-07-27 17:18:56.933037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.933037000 to 2020-07-27 17:18:56.934037000 17:18:56.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.935000000, lastModified=2020-07-27 17:18:56.934037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.935000000, lastModified=2020-07-27 17:18:56.934037000, delta=963000 ns, racy<=2502500 ns 17:18:56.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.936000000, lastModified=2020-07-27 17:18:56.935037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.936000000, lastModified=2020-07-27 17:18:56.935037000, delta=963000 ns, racy<=2502500 ns 17:18:56.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.937000000, lastModified=2020-07-27 17:18:56.936037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.937000000, lastModified=2020-07-27 17:18:56.936037000, delta=963000 ns, racy<=2502500 ns 17:18:56.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.937000000, lastModified=2020-07-27 17:18:56.936037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.937000000, lastModified=2020-07-27 17:18:56.936037000, delta=963000 ns, racy<=2502500 ns 17:18:56.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.938000000, lastModified=2020-07-27 17:18:56.937037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.938000000, lastModified=2020-07-27 17:18:56.937037000, delta=963000 ns, racy<=2502500 ns 17:18:56.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.938000000, lastModified=2020-07-27 17:18:56.937037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.938000000, lastModified=2020-07-27 17:18:56.937037000, delta=963000 ns, racy<=2502500 ns 17:18:56.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.939000000, lastModified=2020-07-27 17:18:56.938037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.939000000, lastModified=2020-07-27 17:18:56.938037000, delta=963000 ns, racy<=2502500 ns 17:18:56.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.939000000, lastModified=2020-07-27 17:18:56.938037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.938037000 to 2020-07-27 17:18:56.939037000 17:18:56.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.940000000, lastModified=2020-07-27 17:18:56.939037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.940000000, lastModified=2020-07-27 17:18:56.939037000, delta=963000 ns, racy<=2502500 ns 17:18:56.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.941000000, lastModified=2020-07-27 17:18:56.939037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.939037000 to 2020-07-27 17:18:56.940037000 17:18:56.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.941000000, lastModified=2020-07-27 17:18:56.940037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.941000000, lastModified=2020-07-27 17:18:56.940037000, delta=963000 ns, racy<=2502500 ns 17:18:56.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.942000000, lastModified=2020-07-27 17:18:56.941037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.942000000, lastModified=2020-07-27 17:18:56.941037000, delta=963000 ns, racy<=2502500 ns 17:18:56.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.942000000, lastModified=2020-07-27 17:18:56.941037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.942000000, lastModified=2020-07-27 17:18:56.941037000, delta=963000 ns, racy<=2502500 ns 17:18:56.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.942000000, lastModified=2020-07-27 17:18:56.941037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.941037000 to 2020-07-27 17:18:56.942037000 17:18:56.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.943000000, lastModified=2020-07-27 17:18:56.942037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.943000000, lastModified=2020-07-27 17:18:56.942037000, delta=963000 ns, racy<=2502500 ns 17:18:56.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.943000000, lastModified=2020-07-27 17:18:56.942037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.942037000 to 2020-07-27 17:18:56.943037000 17:18:56.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.944000000, lastModified=2020-07-27 17:18:56.943037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.944000000, lastModified=2020-07-27 17:18:56.943037000, delta=963000 ns, racy<=2502500 ns 17:18:56.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.944000000, lastModified=2020-07-27 17:18:56.943037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.943037000 to 2020-07-27 17:18:56.944037000 17:18:56.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.945000000, lastModified=2020-07-27 17:18:56.944037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.945000000, lastModified=2020-07-27 17:18:56.944037000, delta=963000 ns, racy<=2502500 ns 17:18:56.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.945000000, lastModified=2020-07-27 17:18:56.944037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.944037000 to 2020-07-27 17:18:56.945037000 17:18:56.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.946000000, lastModified=2020-07-27 17:18:56.945037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.946000000, lastModified=2020-07-27 17:18:56.945037000, delta=963000 ns, racy<=2502500 ns 17:18:56.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.946000000, lastModified=2020-07-27 17:18:56.945037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.945037000 to 2020-07-27 17:18:56.946037000 17:18:56.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.947000000, lastModified=2020-07-27 17:18:56.946037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.947000000, lastModified=2020-07-27 17:18:56.946037000, delta=963000 ns, racy<=2502500 ns 17:18:56.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.948000000, lastModified=2020-07-27 17:18:56.947037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.948000000, lastModified=2020-07-27 17:18:56.947037000, delta=963000 ns, racy<=2502500 ns 17:18:56.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.948000000, lastModified=2020-07-27 17:18:56.947037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.948000000, lastModified=2020-07-27 17:18:56.947037000, delta=963000 ns, racy<=2502500 ns 17:18:56.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.949000000, lastModified=2020-07-27 17:18:56.948037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.949000000, lastModified=2020-07-27 17:18:56.948037000, delta=963000 ns, racy<=2502500 ns 17:18:56.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.950000000, lastModified=2020-07-27 17:18:56.949037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.950000000, lastModified=2020-07-27 17:18:56.949037000, delta=963000 ns, racy<=2502500 ns 17:18:56.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.950000000, lastModified=2020-07-27 17:18:56.949037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.949037000 to 2020-07-27 17:18:56.950037000 17:18:56.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.951000000, lastModified=2020-07-27 17:18:56.950037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.951000000, lastModified=2020-07-27 17:18:56.950037000, delta=963000 ns, racy<=2502500 ns 17:18:56.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.951000000, lastModified=2020-07-27 17:18:56.950037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.950037000 to 2020-07-27 17:18:56.951037000 17:18:56.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.952000000, lastModified=2020-07-27 17:18:56.951037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.951037000 to 2020-07-27 17:18:56.952037000 17:18:56.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.953000000, lastModified=2020-07-27 17:18:56.952037000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.953000000, lastModified=2020-07-27 17:18:56.952037000, delta=963000 ns, racy<=2502500 ns 17:18:56.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.954000000, lastModified=2020-07-27 17:18:56.953038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.954000000, lastModified=2020-07-27 17:18:56.953038000, delta=962000 ns, racy<=2502500 ns 17:18:56.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.954000000, lastModified=2020-07-27 17:18:56.953038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.953038000 to 2020-07-27 17:18:56.954038000 17:18:56.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.955000000, lastModified=2020-07-27 17:18:56.954038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.954038000 to 2020-07-27 17:18:56.955038000 17:18:56.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.956000000, lastModified=2020-07-27 17:18:56.955038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.956000000, lastModified=2020-07-27 17:18:56.955038000, delta=962000 ns, racy<=2502500 ns 17:18:56.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.957000000, lastModified=2020-07-27 17:18:56.956038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.957000000, lastModified=2020-07-27 17:18:56.956038000, delta=962000 ns, racy<=2502500 ns 17:18:56.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.958000000, lastModified=2020-07-27 17:18:56.957038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.958000000, lastModified=2020-07-27 17:18:56.957038000, delta=962000 ns, racy<=2502500 ns 17:18:56.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.959000000, lastModified=2020-07-27 17:18:56.958038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.959000000, lastModified=2020-07-27 17:18:56.958038000, delta=962000 ns, racy<=2502500 ns 17:18:56.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.960000000, lastModified=2020-07-27 17:18:56.958038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.958038000 to 2020-07-27 17:18:56.959038000 17:18:56.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.960000000, lastModified=2020-07-27 17:18:56.959038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.960000000, lastModified=2020-07-27 17:18:56.959038000, delta=962000 ns, racy<=2502500 ns 17:18:56.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.961000000, lastModified=2020-07-27 17:18:56.960038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.961000000, lastModified=2020-07-27 17:18:56.960038000, delta=962000 ns, racy<=2502500 ns 17:18:56.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.961000000, lastModified=2020-07-27 17:18:56.960038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.961000000, lastModified=2020-07-27 17:18:56.960038000, delta=962000 ns, racy<=2502500 ns 17:18:56.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.962000000, lastModified=2020-07-27 17:18:56.961038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.962000000, lastModified=2020-07-27 17:18:56.961038000, delta=962000 ns, racy<=2502500 ns 17:18:56.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.962000000, lastModified=2020-07-27 17:18:56.961038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.961038000 to 2020-07-27 17:18:56.962038000 17:18:56.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.963000000, lastModified=2020-07-27 17:18:56.962038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.963000000, lastModified=2020-07-27 17:18:56.962038000, delta=962000 ns, racy<=2502500 ns 17:18:56.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.963000000, lastModified=2020-07-27 17:18:56.962038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.962038000 to 2020-07-27 17:18:56.963038000 17:18:56.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.964000000, lastModified=2020-07-27 17:18:56.963038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.963038000 to 2020-07-27 17:18:56.964038000 17:18:56.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.965000000, lastModified=2020-07-27 17:18:56.964038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.964038000 to 2020-07-27 17:18:56.965038000 17:18:56.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.966000000, lastModified=2020-07-27 17:18:56.965038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.966000000, lastModified=2020-07-27 17:18:56.965038000, delta=962000 ns, racy<=2502500 ns 17:18:56.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.967000000, lastModified=2020-07-27 17:18:56.966038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.967000000, lastModified=2020-07-27 17:18:56.966038000, delta=962000 ns, racy<=2502500 ns 17:18:56.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.967000000, lastModified=2020-07-27 17:18:56.966038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.966038000 to 2020-07-27 17:18:56.967038000 17:18:56.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.968000000, lastModified=2020-07-27 17:18:56.967038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.968000000, lastModified=2020-07-27 17:18:56.967038000, delta=962000 ns, racy<=2502500 ns 17:18:56.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.968000000, lastModified=2020-07-27 17:18:56.967038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.967038000 to 2020-07-27 17:18:56.968038000 17:18:56.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.969000000, lastModified=2020-07-27 17:18:56.968038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.968038000 to 2020-07-27 17:18:56.969038000 17:18:56.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.970000000, lastModified=2020-07-27 17:18:56.969038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.970000000, lastModified=2020-07-27 17:18:56.969038000, delta=962000 ns, racy<=2502500 ns 17:18:56.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.970000000, lastModified=2020-07-27 17:18:56.969038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.969038000 to 2020-07-27 17:18:56.970038000 17:18:56.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.971000000, lastModified=2020-07-27 17:18:56.970038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.971000000, lastModified=2020-07-27 17:18:56.970038000, delta=962000 ns, racy<=2502500 ns 17:18:56.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.972000000, lastModified=2020-07-27 17:18:56.970038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.970038000 to 2020-07-27 17:18:56.971038000 17:18:56.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.990000000, lastModified=2020-07-27 17:18:56.989038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.990000000, lastModified=2020-07-27 17:18:56.989038000, delta=962000 ns, racy<=2502500 ns 17:18:56.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.990000000, lastModified=2020-07-27 17:18:56.989038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.991 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.989038000 to 2020-07-27 17:18:56.990038000 17:18:56.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.992000000, lastModified=2020-07-27 17:18:56.991038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.992000000, lastModified=2020-07-27 17:18:56.991038000, delta=962000 ns, racy<=2502500 ns 17:18:56.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.993000000, lastModified=2020-07-27 17:18:56.992038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.993000000, lastModified=2020-07-27 17:18:56.992038000, delta=962000 ns, racy<=2502500 ns 17:18:56.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.994000000, lastModified=2020-07-27 17:18:56.993038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.994000000, lastModified=2020-07-27 17:18:56.993038000, delta=962000 ns, racy<=2502500 ns 17:18:56.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.994000000, lastModified=2020-07-27 17:18:56.993038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.994000000, lastModified=2020-07-27 17:18:56.993038000, delta=962000 ns, racy<=2502500 ns 17:18:56.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.995000000, lastModified=2020-07-27 17:18:56.994038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.995000000, lastModified=2020-07-27 17:18:56.994038000, delta=962000 ns, racy<=2502500 ns 17:18:56.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.995000000, lastModified=2020-07-27 17:18:56.994038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.995000000, lastModified=2020-07-27 17:18:56.994038000, delta=962000 ns, racy<=2502500 ns 17:18:56.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.996000000, lastModified=2020-07-27 17:18:56.995038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.995038000 to 2020-07-27 17:18:56.996038000 17:18:56.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.997000000, lastModified=2020-07-27 17:18:56.996038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:56.997000000, lastModified=2020-07-27 17:18:56.996038000, delta=962000 ns, racy<=2502500 ns 17:18:56.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:56.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.998000000, lastModified=2020-07-27 17:18:56.996038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.996038000 to 2020-07-27 17:18:56.997038000 17:18:56.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:56.998000000, lastModified=2020-07-27 17:18:56.997038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:56.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:56.997038000 to 2020-07-27 17:18:56.998038000 17:18:57.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.000000000, lastModified=2020-07-27 17:18:56.999038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.000000000, lastModified=2020-07-27 17:18:56.999038000, delta=962000 ns, racy<=2502500 ns 17:18:57.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.000000000, lastModified=2020-07-27 17:18:56.999038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.000000000, lastModified=2020-07-27 17:18:56.999038000, delta=962000 ns, racy<=2502500 ns 17:18:57.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.001000000, lastModified=2020-07-27 17:18:57.000038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.001000000, lastModified=2020-07-27 17:18:57.000038000, delta=962000 ns, racy<=2502500 ns 17:18:57.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.001000000, lastModified=2020-07-27 17:18:57.000038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.001000000, lastModified=2020-07-27 17:18:57.000038000, delta=962000 ns, racy<=2502500 ns 17:18:57.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.002000000, lastModified=2020-07-27 17:18:57.001038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.002000000, lastModified=2020-07-27 17:18:57.001038000, delta=962000 ns, racy<=2502500 ns 17:18:57.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.002000000, lastModified=2020-07-27 17:18:57.001038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.002000000, lastModified=2020-07-27 17:18:57.001038000, delta=962000 ns, racy<=2502500 ns 17:18:57.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.003000000, lastModified=2020-07-27 17:18:57.002038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.003000000, lastModified=2020-07-27 17:18:57.002038000, delta=962000 ns, racy<=2502500 ns 17:18:57.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.003000000, lastModified=2020-07-27 17:18:57.002038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.002038000 to 2020-07-27 17:18:57.003038000 17:18:57.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.004000000, lastModified=2020-07-27 17:18:57.003038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.004000000, lastModified=2020-07-27 17:18:57.003038000, delta=962000 ns, racy<=2502500 ns 17:18:57.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.005000000, lastModified=2020-07-27 17:18:57.004038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.005000000, lastModified=2020-07-27 17:18:57.004038000, delta=962000 ns, racy<=2502500 ns 17:18:57.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.005000000, lastModified=2020-07-27 17:18:57.004038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.004038000 to 2020-07-27 17:18:57.005038000 17:18:57.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.007000000, lastModified=2020-07-27 17:18:57.006038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.007000000, lastModified=2020-07-27 17:18:57.006038000, delta=962000 ns, racy<=2502500 ns 17:18:57.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.007000000, lastModified=2020-07-27 17:18:57.006038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.006038000 to 2020-07-27 17:18:57.007038000 17:18:57.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.008000000, lastModified=2020-07-27 17:18:57.007038000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.008000000, lastModified=2020-07-27 17:18:57.007038000, delta=962000 ns, racy<=2502500 ns 17:18:57.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.009000000, lastModified=2020-07-27 17:18:57.008039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.009000000, lastModified=2020-07-27 17:18:57.008039000, delta=961000 ns, racy<=2502500 ns 17:18:57.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.009000000, lastModified=2020-07-27 17:18:57.008039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.009000000, lastModified=2020-07-27 17:18:57.008039000, delta=961000 ns, racy<=2502500 ns 17:18:57.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.010000000, lastModified=2020-07-27 17:18:57.009039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.010000000, lastModified=2020-07-27 17:18:57.009039000, delta=961000 ns, racy<=2502500 ns 17:18:57.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.010000000, lastModified=2020-07-27 17:18:57.009039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.010000000, lastModified=2020-07-27 17:18:57.009039000, delta=961000 ns, racy<=2502500 ns 17:18:57.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.011000000, lastModified=2020-07-27 17:18:57.010039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.011000000, lastModified=2020-07-27 17:18:57.010039000, delta=961000 ns, racy<=2502500 ns 17:18:57.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.011000000, lastModified=2020-07-27 17:18:57.010039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.011000000, lastModified=2020-07-27 17:18:57.010039000, delta=961000 ns, racy<=2502500 ns 17:18:57.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.012000000, lastModified=2020-07-27 17:18:57.011039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.012000000, lastModified=2020-07-27 17:18:57.011039000, delta=961000 ns, racy<=2502500 ns 17:18:57.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.012000000, lastModified=2020-07-27 17:18:57.011039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.012000000, lastModified=2020-07-27 17:18:57.011039000, delta=961000 ns, racy<=2502500 ns 17:18:57.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.012000000, lastModified=2020-07-27 17:18:57.011039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.011039000 to 2020-07-27 17:18:57.012039000 17:18:57.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.014000000, lastModified=2020-07-27 17:18:57.012039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.012039000 to 2020-07-27 17:18:57.013039000 17:18:57.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.014000000, lastModified=2020-07-27 17:18:57.013039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.014000000, lastModified=2020-07-27 17:18:57.013039000, delta=961000 ns, racy<=2502500 ns 17:18:57.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.015000000, lastModified=2020-07-27 17:18:57.014039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.015000000, lastModified=2020-07-27 17:18:57.014039000, delta=961000 ns, racy<=2502500 ns 17:18:57.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.016000000, lastModified=2020-07-27 17:18:57.015039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.016000000, lastModified=2020-07-27 17:18:57.015039000, delta=961000 ns, racy<=2502500 ns 17:18:57.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.016000000, lastModified=2020-07-27 17:18:57.015039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.016000000, lastModified=2020-07-27 17:18:57.015039000, delta=961000 ns, racy<=2502500 ns 17:18:57.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.017000000, lastModified=2020-07-27 17:18:57.015039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.015039000 to 2020-07-27 17:18:57.016039000 17:18:57.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.017000000, lastModified=2020-07-27 17:18:57.016039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.017000000, lastModified=2020-07-27 17:18:57.016039000, delta=961000 ns, racy<=2502500 ns 17:18:57.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.017000000, lastModified=2020-07-27 17:18:57.016039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.016039000 to 2020-07-27 17:18:57.017039000 17:18:57.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.018000000, lastModified=2020-07-27 17:18:57.017039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.018000000, lastModified=2020-07-27 17:18:57.017039000, delta=961000 ns, racy<=2502500 ns 17:18:57.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.018000000, lastModified=2020-07-27 17:18:57.017039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.018000000, lastModified=2020-07-27 17:18:57.017039000, delta=961000 ns, racy<=2502500 ns 17:18:57.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.019000000, lastModified=2020-07-27 17:18:57.018039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.019000000, lastModified=2020-07-27 17:18:57.018039000, delta=961000 ns, racy<=2502500 ns 17:18:57.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.019000000, lastModified=2020-07-27 17:18:57.018039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.019000000, lastModified=2020-07-27 17:18:57.018039000, delta=961000 ns, racy<=2502500 ns 17:18:57.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.019000000, lastModified=2020-07-27 17:18:57.018039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.018039000 to 2020-07-27 17:18:57.019039000 17:18:57.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.020000000, lastModified=2020-07-27 17:18:57.019039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.020000000, lastModified=2020-07-27 17:18:57.019039000, delta=961000 ns, racy<=2502500 ns 17:18:57.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.020000000, lastModified=2020-07-27 17:18:57.019039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.020000000, lastModified=2020-07-27 17:18:57.019039000, delta=961000 ns, racy<=2502500 ns 17:18:57.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.021000000, lastModified=2020-07-27 17:18:57.020039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.021000000, lastModified=2020-07-27 17:18:57.020039000, delta=961000 ns, racy<=2502500 ns 17:18:57.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.021000000, lastModified=2020-07-27 17:18:57.020039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.020039000 to 2020-07-27 17:18:57.021039000 17:18:57.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.022000000, lastModified=2020-07-27 17:18:57.021039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.021039000 to 2020-07-27 17:18:57.022039000 17:18:57.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.023000000, lastModified=2020-07-27 17:18:57.022039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.023000000, lastModified=2020-07-27 17:18:57.022039000, delta=961000 ns, racy<=2502500 ns 17:18:57.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.023000000, lastModified=2020-07-27 17:18:57.022039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.022039000 to 2020-07-27 17:18:57.023039000 17:18:57.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.024000000, lastModified=2020-07-27 17:18:57.023039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.024000000, lastModified=2020-07-27 17:18:57.023039000, delta=961000 ns, racy<=2502500 ns 17:18:57.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.024000000, lastModified=2020-07-27 17:18:57.023039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.024000000, lastModified=2020-07-27 17:18:57.023039000, delta=961000 ns, racy<=2502500 ns 17:18:57.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.025000000, lastModified=2020-07-27 17:18:57.024039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.025000000, lastModified=2020-07-27 17:18:57.024039000, delta=961000 ns, racy<=2502500 ns 17:18:57.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.025000000, lastModified=2020-07-27 17:18:57.024039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.025000000, lastModified=2020-07-27 17:18:57.024039000, delta=961000 ns, racy<=2502500 ns 17:18:57.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.026000000, lastModified=2020-07-27 17:18:57.024039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.024039000 to 2020-07-27 17:18:57.025039000 17:18:57.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.026000000, lastModified=2020-07-27 17:18:57.025039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.026000000, lastModified=2020-07-27 17:18:57.025039000, delta=961000 ns, racy<=2502500 ns 17:18:57.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.026000000, lastModified=2020-07-27 17:18:57.025039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.025039000 to 2020-07-27 17:18:57.026039000 17:18:57.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.027000000, lastModified=2020-07-27 17:18:57.026039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.027000000, lastModified=2020-07-27 17:18:57.026039000, delta=961000 ns, racy<=2502500 ns 17:18:57.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.027000000, lastModified=2020-07-27 17:18:57.026039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.027000000, lastModified=2020-07-27 17:18:57.026039000, delta=961000 ns, racy<=2502500 ns 17:18:57.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.028000000, lastModified=2020-07-27 17:18:57.027039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.028000000, lastModified=2020-07-27 17:18:57.027039000, delta=961000 ns, racy<=2502500 ns 17:18:57.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.028000000, lastModified=2020-07-27 17:18:57.027039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.028000000, lastModified=2020-07-27 17:18:57.027039000, delta=961000 ns, racy<=2502500 ns 17:18:57.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.029000000, lastModified=2020-07-27 17:18:57.028039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.029000000, lastModified=2020-07-27 17:18:57.028039000, delta=961000 ns, racy<=2502500 ns 17:18:57.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.029000000, lastModified=2020-07-27 17:18:57.028039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.029000000, lastModified=2020-07-27 17:18:57.028039000, delta=961000 ns, racy<=2502500 ns 17:18:57.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.030000000, lastModified=2020-07-27 17:18:57.029039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.030000000, lastModified=2020-07-27 17:18:57.029039000, delta=961000 ns, racy<=2502500 ns 17:18:57.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.030000000, lastModified=2020-07-27 17:18:57.029039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.030000000, lastModified=2020-07-27 17:18:57.029039000, delta=961000 ns, racy<=2502500 ns 17:18:57.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.031000000, lastModified=2020-07-27 17:18:57.030039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.031000000, lastModified=2020-07-27 17:18:57.030039000, delta=961000 ns, racy<=2502500 ns 17:18:57.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.031000000, lastModified=2020-07-27 17:18:57.030039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.031000000, lastModified=2020-07-27 17:18:57.030039000, delta=961000 ns, racy<=2502500 ns 17:18:57.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.032000000, lastModified=2020-07-27 17:18:57.031039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.032000000, lastModified=2020-07-27 17:18:57.031039000, delta=961000 ns, racy<=2502500 ns 17:18:57.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.032000000, lastModified=2020-07-27 17:18:57.031039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.032000000, lastModified=2020-07-27 17:18:57.031039000, delta=961000 ns, racy<=2502500 ns 17:18:57.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.033000000, lastModified=2020-07-27 17:18:57.032039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.033000000, lastModified=2020-07-27 17:18:57.032039000, delta=961000 ns, racy<=2502500 ns 17:18:57.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.034000000, lastModified=2020-07-27 17:18:57.033039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.034000000, lastModified=2020-07-27 17:18:57.033039000, delta=961000 ns, racy<=2502500 ns 17:18:57.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.034000000, lastModified=2020-07-27 17:18:57.033039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.034000000, lastModified=2020-07-27 17:18:57.033039000, delta=961000 ns, racy<=2502500 ns 17:18:57.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.035000000, lastModified=2020-07-27 17:18:57.033039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.033039000 to 2020-07-27 17:18:57.034039000 17:18:57.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.035000000, lastModified=2020-07-27 17:18:57.034039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.035000000, lastModified=2020-07-27 17:18:57.034039000, delta=961000 ns, racy<=2502500 ns 17:18:57.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.035000000, lastModified=2020-07-27 17:18:57.034039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.034039000 to 2020-07-27 17:18:57.035039000 17:18:57.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.036000000, lastModified=2020-07-27 17:18:57.035039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.036000000, lastModified=2020-07-27 17:18:57.035039000, delta=961000 ns, racy<=2502500 ns 17:18:57.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.036000000, lastModified=2020-07-27 17:18:57.035039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.035039000 to 2020-07-27 17:18:57.036039000 17:18:57.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.037000000, lastModified=2020-07-27 17:18:57.036039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.036039000 to 2020-07-27 17:18:57.037039000 17:18:57.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.038000000, lastModified=2020-07-27 17:18:57.037039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.038000000, lastModified=2020-07-27 17:18:57.037039000, delta=961000 ns, racy<=2502500 ns 17:18:57.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.039000000, lastModified=2020-07-27 17:18:57.038039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.039000000, lastModified=2020-07-27 17:18:57.038039000, delta=961000 ns, racy<=2502500 ns 17:18:57.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.039000000, lastModified=2020-07-27 17:18:57.038039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.039000000, lastModified=2020-07-27 17:18:57.038039000, delta=961000 ns, racy<=2502500 ns 17:18:57.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.039000000, lastModified=2020-07-27 17:18:57.038039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.038039000 to 2020-07-27 17:18:57.039039000 17:18:57.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.040000000, lastModified=2020-07-27 17:18:57.039039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.040000000, lastModified=2020-07-27 17:18:57.039039000, delta=961000 ns, racy<=2502500 ns 17:18:57.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.041000000, lastModified=2020-07-27 17:18:57.040039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.041000000, lastModified=2020-07-27 17:18:57.040039000, delta=961000 ns, racy<=2502500 ns 17:18:57.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.041000000, lastModified=2020-07-27 17:18:57.040039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.040039000 to 2020-07-27 17:18:57.041039000 17:18:57.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.042000000, lastModified=2020-07-27 17:18:57.041039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.041039000 to 2020-07-27 17:18:57.042039000 17:18:57.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.043000000, lastModified=2020-07-27 17:18:57.042039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.043000000, lastModified=2020-07-27 17:18:57.042039000, delta=961000 ns, racy<=2502500 ns 17:18:57.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.043000000, lastModified=2020-07-27 17:18:57.042039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.042039000 to 2020-07-27 17:18:57.043039000 17:18:57.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.044000000, lastModified=2020-07-27 17:18:57.043039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.044000000, lastModified=2020-07-27 17:18:57.043039000, delta=961000 ns, racy<=2502500 ns 17:18:57.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.045000000, lastModified=2020-07-27 17:18:57.044039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.045000000, lastModified=2020-07-27 17:18:57.044039000, delta=961000 ns, racy<=2502500 ns 17:18:57.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.046000000, lastModified=2020-07-27 17:18:57.045039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.046000000, lastModified=2020-07-27 17:18:57.045039000, delta=961000 ns, racy<=2502500 ns 17:18:57.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.046000000, lastModified=2020-07-27 17:18:57.045039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.046000000, lastModified=2020-07-27 17:18:57.045039000, delta=961000 ns, racy<=2502500 ns 17:18:57.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.047000000, lastModified=2020-07-27 17:18:57.046039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.047000000, lastModified=2020-07-27 17:18:57.046039000, delta=961000 ns, racy<=2502500 ns 17:18:57.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.047000000, lastModified=2020-07-27 17:18:57.046039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.046039000 to 2020-07-27 17:18:57.047039000 17:18:57.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.048000000, lastModified=2020-07-27 17:18:57.047039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.048000000, lastModified=2020-07-27 17:18:57.047039000, delta=961000 ns, racy<=2502500 ns 17:18:57.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.049000000, lastModified=2020-07-27 17:18:57.048039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.049000000, lastModified=2020-07-27 17:18:57.048039000, delta=961000 ns, racy<=2502500 ns 17:18:57.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.049000000, lastModified=2020-07-27 17:18:57.048039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.048039000 to 2020-07-27 17:18:57.049039000 17:18:57.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.050000000, lastModified=2020-07-27 17:18:57.049039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.050000000, lastModified=2020-07-27 17:18:57.049039000, delta=961000 ns, racy<=2502500 ns 17:18:57.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.050000000, lastModified=2020-07-27 17:18:57.049039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.050000000, lastModified=2020-07-27 17:18:57.049039000, delta=961000 ns, racy<=2502500 ns 17:18:57.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.051000000, lastModified=2020-07-27 17:18:57.050039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.051000000, lastModified=2020-07-27 17:18:57.050039000, delta=961000 ns, racy<=2502500 ns 17:18:57.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.051000000, lastModified=2020-07-27 17:18:57.050039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.050039000 to 2020-07-27 17:18:57.051039000 17:18:57.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.052000000, lastModified=2020-07-27 17:18:57.051039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.051039000 to 2020-07-27 17:18:57.052039000 17:18:57.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.053000000, lastModified=2020-07-27 17:18:57.052039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.053000000, lastModified=2020-07-27 17:18:57.052039000, delta=961000 ns, racy<=2502500 ns 17:18:57.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.053000000, lastModified=2020-07-27 17:18:57.052039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.052039000 to 2020-07-27 17:18:57.053039000 17:18:57.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.054000000, lastModified=2020-07-27 17:18:57.053039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.054000000, lastModified=2020-07-27 17:18:57.053039000, delta=961000 ns, racy<=2502500 ns 17:18:57.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.055000000, lastModified=2020-07-27 17:18:57.054039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.055000000, lastModified=2020-07-27 17:18:57.054039000, delta=961000 ns, racy<=2502500 ns 17:18:57.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.055000000, lastModified=2020-07-27 17:18:57.054039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.055000000, lastModified=2020-07-27 17:18:57.054039000, delta=961000 ns, racy<=2502500 ns 17:18:57.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.056000000, lastModified=2020-07-27 17:18:57.055039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.056000000, lastModified=2020-07-27 17:18:57.055039000, delta=961000 ns, racy<=2502500 ns 17:18:57.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.056000000, lastModified=2020-07-27 17:18:57.055039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.055039000 to 2020-07-27 17:18:57.056039000 17:18:57.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.058000000, lastModified=2020-07-27 17:18:57.057039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.058000000, lastModified=2020-07-27 17:18:57.057039000, delta=961000 ns, racy<=2502500 ns 17:18:57.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.058000000, lastModified=2020-07-27 17:18:57.057039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.058000000, lastModified=2020-07-27 17:18:57.057039000, delta=961000 ns, racy<=2502500 ns 17:18:57.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.059000000, lastModified=2020-07-27 17:18:57.058039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.059000000, lastModified=2020-07-27 17:18:57.058039000, delta=961000 ns, racy<=2502500 ns 17:18:57.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.060000000, lastModified=2020-07-27 17:18:57.059039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.060000000, lastModified=2020-07-27 17:18:57.059039000, delta=961000 ns, racy<=2502500 ns 17:18:57.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.060000000, lastModified=2020-07-27 17:18:57.059039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.060000000, lastModified=2020-07-27 17:18:57.059039000, delta=961000 ns, racy<=2502500 ns 17:18:57.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.061000000, lastModified=2020-07-27 17:18:57.060039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.061000000, lastModified=2020-07-27 17:18:57.060039000, delta=961000 ns, racy<=2502500 ns 17:18:57.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.062000000, lastModified=2020-07-27 17:18:57.061039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.062000000, lastModified=2020-07-27 17:18:57.061039000, delta=961000 ns, racy<=2502500 ns 17:18:57.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.062000000, lastModified=2020-07-27 17:18:57.061039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.061039000 to 2020-07-27 17:18:57.062039000 17:18:57.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.063000000, lastModified=2020-07-27 17:18:57.062039000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.063000000, lastModified=2020-07-27 17:18:57.062039000, delta=961000 ns, racy<=2502500 ns 17:18:57.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.064000000, lastModified=2020-07-27 17:18:57.063040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.063040000 to 2020-07-27 17:18:57.065040000 17:18:57.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.065000000, lastModified=2020-07-27 17:18:57.065040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.065000000, lastModified=2020-07-27 17:18:57.065040000, delta=-40000 ns, racy<=2502500 ns 17:18:57.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.066000000, lastModified=2020-07-27 17:18:57.065040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.066000000, lastModified=2020-07-27 17:18:57.065040000, delta=960000 ns, racy<=2502500 ns 17:18:57.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.067000000, lastModified=2020-07-27 17:18:57.066040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.067000000, lastModified=2020-07-27 17:18:57.066040000, delta=960000 ns, racy<=2502500 ns 17:18:57.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.067000000, lastModified=2020-07-27 17:18:57.066040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.066040000 to 2020-07-27 17:18:57.067040000 17:18:57.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.069000000, lastModified=2020-07-27 17:18:57.068040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.069000000, lastModified=2020-07-27 17:18:57.068040000, delta=960000 ns, racy<=2502500 ns 17:18:57.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.069000000, lastModified=2020-07-27 17:18:57.068040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.069000000, lastModified=2020-07-27 17:18:57.068040000, delta=960000 ns, racy<=2502500 ns 17:18:57.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.070000000, lastModified=2020-07-27 17:18:57.069040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.070000000, lastModified=2020-07-27 17:18:57.069040000, delta=960000 ns, racy<=2502500 ns 17:18:57.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.071000000, lastModified=2020-07-27 17:18:57.070040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.071000000, lastModified=2020-07-27 17:18:57.070040000, delta=960000 ns, racy<=2502500 ns 17:18:57.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.072000000, lastModified=2020-07-27 17:18:57.071040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.072000000, lastModified=2020-07-27 17:18:57.071040000, delta=960000 ns, racy<=2502500 ns 17:18:57.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.072000000, lastModified=2020-07-27 17:18:57.071040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.072000000, lastModified=2020-07-27 17:18:57.071040000, delta=960000 ns, racy<=2502500 ns 17:18:57.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.073000000, lastModified=2020-07-27 17:18:57.072040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.073000000, lastModified=2020-07-27 17:18:57.072040000, delta=960000 ns, racy<=2502500 ns 17:18:57.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.073000000, lastModified=2020-07-27 17:18:57.072040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.073000000, lastModified=2020-07-27 17:18:57.072040000, delta=960000 ns, racy<=2502500 ns 17:18:57.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.074000000, lastModified=2020-07-27 17:18:57.073040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.074000000, lastModified=2020-07-27 17:18:57.073040000, delta=960000 ns, racy<=2502500 ns 17:18:57.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.074000000, lastModified=2020-07-27 17:18:57.073040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.074000000, lastModified=2020-07-27 17:18:57.073040000, delta=960000 ns, racy<=2502500 ns 17:18:57.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.075000000, lastModified=2020-07-27 17:18:57.074040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.075000000, lastModified=2020-07-27 17:18:57.074040000, delta=960000 ns, racy<=2502500 ns 17:18:57.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.075000000, lastModified=2020-07-27 17:18:57.074040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.074040000 to 2020-07-27 17:18:57.075040000 17:18:57.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.076000000, lastModified=2020-07-27 17:18:57.075040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.076000000, lastModified=2020-07-27 17:18:57.075040000, delta=960000 ns, racy<=2502500 ns 17:18:57.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.076000000, lastModified=2020-07-27 17:18:57.075040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.076000000, lastModified=2020-07-27 17:18:57.075040000, delta=960000 ns, racy<=2502500 ns 17:18:57.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.077000000, lastModified=2020-07-27 17:18:57.076040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.077000000, lastModified=2020-07-27 17:18:57.076040000, delta=960000 ns, racy<=2502500 ns 17:18:57.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.077000000, lastModified=2020-07-27 17:18:57.076040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.076040000 to 2020-07-27 17:18:57.077040000 17:18:57.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.078000000, lastModified=2020-07-27 17:18:57.077040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.078000000, lastModified=2020-07-27 17:18:57.077040000, delta=960000 ns, racy<=2502500 ns 17:18:57.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.079000000, lastModified=2020-07-27 17:18:57.078040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.079000000, lastModified=2020-07-27 17:18:57.078040000, delta=960000 ns, racy<=2502500 ns 17:18:57.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.079000000, lastModified=2020-07-27 17:18:57.078040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.079000000, lastModified=2020-07-27 17:18:57.078040000, delta=960000 ns, racy<=2502500 ns 17:18:57.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.080000000, lastModified=2020-07-27 17:18:57.079040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.080000000, lastModified=2020-07-27 17:18:57.079040000, delta=960000 ns, racy<=2502500 ns 17:18:57.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.080000000, lastModified=2020-07-27 17:18:57.079040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.080000000, lastModified=2020-07-27 17:18:57.079040000, delta=960000 ns, racy<=2502500 ns 17:18:57.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.081000000, lastModified=2020-07-27 17:18:57.079040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.079040000 to 2020-07-27 17:18:57.080040000 17:18:57.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.081000000, lastModified=2020-07-27 17:18:57.080040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.081000000, lastModified=2020-07-27 17:18:57.080040000, delta=960000 ns, racy<=2502500 ns 17:18:57.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.081000000, lastModified=2020-07-27 17:18:57.080040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.080040000 to 2020-07-27 17:18:57.081040000 17:18:57.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.082000000, lastModified=2020-07-27 17:18:57.081040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.082000000, lastModified=2020-07-27 17:18:57.081040000, delta=960000 ns, racy<=2502500 ns 17:18:57.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.083000000, lastModified=2020-07-27 17:18:57.082040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.083000000, lastModified=2020-07-27 17:18:57.082040000, delta=960000 ns, racy<=2502500 ns 17:18:57.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.084000000, lastModified=2020-07-27 17:18:57.082040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.082040000 to 2020-07-27 17:18:57.083040000 17:18:57.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.084000000, lastModified=2020-07-27 17:18:57.083040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.083040000 to 2020-07-27 17:18:57.084040000 17:18:57.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.085000000, lastModified=2020-07-27 17:18:57.084040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.085000000, lastModified=2020-07-27 17:18:57.084040000, delta=960000 ns, racy<=2502500 ns 17:18:57.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.086000000, lastModified=2020-07-27 17:18:57.084040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.084040000 to 2020-07-27 17:18:57.085040000 17:18:57.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.086000000, lastModified=2020-07-27 17:18:57.085040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.085040000 to 2020-07-27 17:18:57.086040000 17:18:57.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.087000000, lastModified=2020-07-27 17:18:57.086040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.087000000, lastModified=2020-07-27 17:18:57.086040000, delta=960000 ns, racy<=2502500 ns 17:18:57.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.088000000, lastModified=2020-07-27 17:18:57.086040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.086040000 to 2020-07-27 17:18:57.087040000 17:18:57.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.088000000, lastModified=2020-07-27 17:18:57.087040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.088000000, lastModified=2020-07-27 17:18:57.087040000, delta=960000 ns, racy<=2502500 ns 17:18:57.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.088000000, lastModified=2020-07-27 17:18:57.087040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.087040000 to 2020-07-27 17:18:57.088040000 17:18:57.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.089000000, lastModified=2020-07-27 17:18:57.088040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.089000000, lastModified=2020-07-27 17:18:57.088040000, delta=960000 ns, racy<=2502500 ns 17:18:57.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.089000000, lastModified=2020-07-27 17:18:57.088040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.089000000, lastModified=2020-07-27 17:18:57.088040000, delta=960000 ns, racy<=2502500 ns 17:18:57.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.090000000, lastModified=2020-07-27 17:18:57.089040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.090000000, lastModified=2020-07-27 17:18:57.089040000, delta=960000 ns, racy<=2502500 ns 17:18:57.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.090000000, lastModified=2020-07-27 17:18:57.089040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.089040000 to 2020-07-27 17:18:57.090040000 17:18:57.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.091000000, lastModified=2020-07-27 17:18:57.090040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.091000000, lastModified=2020-07-27 17:18:57.090040000, delta=960000 ns, racy<=2502500 ns 17:18:57.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.092000000, lastModified=2020-07-27 17:18:57.091040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.092000000, lastModified=2020-07-27 17:18:57.091040000, delta=960000 ns, racy<=2502500 ns 17:18:57.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.093000000, lastModified=2020-07-27 17:18:57.092040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.093000000, lastModified=2020-07-27 17:18:57.092040000, delta=960000 ns, racy<=2502500 ns 17:18:57.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.094000000, lastModified=2020-07-27 17:18:57.092040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.092040000 to 2020-07-27 17:18:57.093040000 17:18:57.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.094000000, lastModified=2020-07-27 17:18:57.093040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.093040000 to 2020-07-27 17:18:57.094040000 17:18:57.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.095000000, lastModified=2020-07-27 17:18:57.094040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.094040000 to 2020-07-27 17:18:57.095040000 17:18:57.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.097000000, lastModified=2020-07-27 17:18:57.096040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.097000000, lastModified=2020-07-27 17:18:57.096040000, delta=960000 ns, racy<=2502500 ns 17:18:57.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.098000000, lastModified=2020-07-27 17:18:57.097040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.098000000, lastModified=2020-07-27 17:18:57.097040000, delta=960000 ns, racy<=2502500 ns 17:18:57.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.099000000, lastModified=2020-07-27 17:18:57.098040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.099000000, lastModified=2020-07-27 17:18:57.098040000, delta=960000 ns, racy<=2502500 ns 17:18:57.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.099000000, lastModified=2020-07-27 17:18:57.098040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.099000000, lastModified=2020-07-27 17:18:57.098040000, delta=960000 ns, racy<=2502500 ns 17:18:57.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.100000000, lastModified=2020-07-27 17:18:57.099040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.100000000, lastModified=2020-07-27 17:18:57.099040000, delta=960000 ns, racy<=2502500 ns 17:18:57.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.101000000, lastModified=2020-07-27 17:18:57.100040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.101000000, lastModified=2020-07-27 17:18:57.100040000, delta=960000 ns, racy<=2502500 ns 17:18:57.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.101000000, lastModified=2020-07-27 17:18:57.100040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.101000000, lastModified=2020-07-27 17:18:57.100040000, delta=960000 ns, racy<=2502500 ns 17:18:57.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.102000000, lastModified=2020-07-27 17:18:57.101040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.102000000, lastModified=2020-07-27 17:18:57.101040000, delta=960000 ns, racy<=2502500 ns 17:18:57.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.103000000, lastModified=2020-07-27 17:18:57.101040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.101040000 to 2020-07-27 17:18:57.102040000 17:18:57.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.103000000, lastModified=2020-07-27 17:18:57.102040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.103000000, lastModified=2020-07-27 17:18:57.102040000, delta=960000 ns, racy<=2502500 ns 17:18:57.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.104000000, lastModified=2020-07-27 17:18:57.102040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.102040000 to 2020-07-27 17:18:57.103040000 17:18:57.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.104000000, lastModified=2020-07-27 17:18:57.103040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.104000000, lastModified=2020-07-27 17:18:57.103040000, delta=960000 ns, racy<=2502500 ns 17:18:57.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.105000000, lastModified=2020-07-27 17:18:57.104040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.104040000 to 2020-07-27 17:18:57.105040000 17:18:57.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.106000000, lastModified=2020-07-27 17:18:57.105040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.106000000, lastModified=2020-07-27 17:18:57.105040000, delta=960000 ns, racy<=2502500 ns 17:18:57.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.106000000, lastModified=2020-07-27 17:18:57.105040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.105040000 to 2020-07-27 17:18:57.106040000 17:18:57.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.107000000, lastModified=2020-07-27 17:18:57.106040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.107000000, lastModified=2020-07-27 17:18:57.106040000, delta=960000 ns, racy<=2502500 ns 17:18:57.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.108000000, lastModified=2020-07-27 17:18:57.107040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.108000000, lastModified=2020-07-27 17:18:57.107040000, delta=960000 ns, racy<=2502500 ns 17:18:57.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.108000000, lastModified=2020-07-27 17:18:57.107040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.108000000, lastModified=2020-07-27 17:18:57.107040000, delta=960000 ns, racy<=2502500 ns 17:18:57.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.109000000, lastModified=2020-07-27 17:18:57.108040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.109000000, lastModified=2020-07-27 17:18:57.108040000, delta=960000 ns, racy<=2502500 ns 17:18:57.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.109000000, lastModified=2020-07-27 17:18:57.108040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.109000000, lastModified=2020-07-27 17:18:57.108040000, delta=960000 ns, racy<=2502500 ns 17:18:57.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.110000000, lastModified=2020-07-27 17:18:57.108040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.108040000 to 2020-07-27 17:18:57.109040000 17:18:57.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.110000000, lastModified=2020-07-27 17:18:57.109040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.110000000, lastModified=2020-07-27 17:18:57.109040000, delta=960000 ns, racy<=2502500 ns 17:18:57.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.110000000, lastModified=2020-07-27 17:18:57.109040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.109040000 to 2020-07-27 17:18:57.110040000 17:18:57.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.111000000, lastModified=2020-07-27 17:18:57.110040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.111000000, lastModified=2020-07-27 17:18:57.110040000, delta=960000 ns, racy<=2502500 ns 17:18:57.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.112000000, lastModified=2020-07-27 17:18:57.111040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.112000000, lastModified=2020-07-27 17:18:57.111040000, delta=960000 ns, racy<=2502500 ns 17:18:57.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.112000000, lastModified=2020-07-27 17:18:57.111040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.112000000, lastModified=2020-07-27 17:18:57.111040000, delta=960000 ns, racy<=2502500 ns 17:18:57.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.113000000, lastModified=2020-07-27 17:18:57.112040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.113000000, lastModified=2020-07-27 17:18:57.112040000, delta=960000 ns, racy<=2502500 ns 17:18:57.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.113000000, lastModified=2020-07-27 17:18:57.112040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.113000000, lastModified=2020-07-27 17:18:57.112040000, delta=960000 ns, racy<=2502500 ns 17:18:57.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.114000000, lastModified=2020-07-27 17:18:57.113040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.114000000, lastModified=2020-07-27 17:18:57.113040000, delta=960000 ns, racy<=2502500 ns 17:18:57.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.114000000, lastModified=2020-07-27 17:18:57.113040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.113040000 to 2020-07-27 17:18:57.114040000 17:18:57.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.115000000, lastModified=2020-07-27 17:18:57.114040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.115000000, lastModified=2020-07-27 17:18:57.114040000, delta=960000 ns, racy<=2502500 ns 17:18:57.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.115000000, lastModified=2020-07-27 17:18:57.114040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.114040000 to 2020-07-27 17:18:57.115040000 17:18:57.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.116000000, lastModified=2020-07-27 17:18:57.115040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.116000000, lastModified=2020-07-27 17:18:57.115040000, delta=960000 ns, racy<=2502500 ns 17:18:57.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.117000000, lastModified=2020-07-27 17:18:57.115040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.115040000 to 2020-07-27 17:18:57.116040000 17:18:57.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.117000000, lastModified=2020-07-27 17:18:57.116040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.117000000, lastModified=2020-07-27 17:18:57.116040000, delta=960000 ns, racy<=2502500 ns 17:18:57.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.118000000, lastModified=2020-07-27 17:18:57.117040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.118000000, lastModified=2020-07-27 17:18:57.117040000, delta=960000 ns, racy<=2502500 ns 17:18:57.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.118000000, lastModified=2020-07-27 17:18:57.117040000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.118000000, lastModified=2020-07-27 17:18:57.117040000, delta=960000 ns, racy<=2502500 ns 17:18:57.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.119000000, lastModified=2020-07-27 17:18:57.118041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.118041000 to 2020-07-27 17:18:57.119041000 17:18:57.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.120000000, lastModified=2020-07-27 17:18:57.119041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.120000000, lastModified=2020-07-27 17:18:57.119041000, delta=959000 ns, racy<=2502500 ns 17:18:57.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.120000000, lastModified=2020-07-27 17:18:57.119041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.119041000 to 2020-07-27 17:18:57.120041000 17:18:57.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.121000000, lastModified=2020-07-27 17:18:57.120041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.121000000, lastModified=2020-07-27 17:18:57.120041000, delta=959000 ns, racy<=2502500 ns 17:18:57.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.121000000, lastModified=2020-07-27 17:18:57.120041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.120041000 to 2020-07-27 17:18:57.121041000 17:18:57.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.122000000, lastModified=2020-07-27 17:18:57.121041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.122000000, lastModified=2020-07-27 17:18:57.121041000, delta=959000 ns, racy<=2502500 ns 17:18:57.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.122000000, lastModified=2020-07-27 17:18:57.121041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.121041000 to 2020-07-27 17:18:57.122041000 17:18:57.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.123000000, lastModified=2020-07-27 17:18:57.122041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.123000000, lastModified=2020-07-27 17:18:57.122041000, delta=959000 ns, racy<=2502500 ns 17:18:57.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.124000000, lastModified=2020-07-27 17:18:57.123041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.124000000, lastModified=2020-07-27 17:18:57.123041000, delta=959000 ns, racy<=2502500 ns 17:18:57.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.124000000, lastModified=2020-07-27 17:18:57.123041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.124000000, lastModified=2020-07-27 17:18:57.123041000, delta=959000 ns, racy<=2502500 ns 17:18:57.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.125000000, lastModified=2020-07-27 17:18:57.124041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.125000000, lastModified=2020-07-27 17:18:57.124041000, delta=959000 ns, racy<=2502500 ns 17:18:57.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.125000000, lastModified=2020-07-27 17:18:57.124041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.125000000, lastModified=2020-07-27 17:18:57.124041000, delta=959000 ns, racy<=2502500 ns 17:18:57.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.126000000, lastModified=2020-07-27 17:18:57.125041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.126000000, lastModified=2020-07-27 17:18:57.125041000, delta=959000 ns, racy<=2502500 ns 17:18:57.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.126000000, lastModified=2020-07-27 17:18:57.125041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.126000000, lastModified=2020-07-27 17:18:57.125041000, delta=959000 ns, racy<=2502500 ns 17:18:57.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.127000000, lastModified=2020-07-27 17:18:57.126041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.127000000, lastModified=2020-07-27 17:18:57.126041000, delta=959000 ns, racy<=2502500 ns 17:18:57.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.127000000, lastModified=2020-07-27 17:18:57.126041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.126041000 to 2020-07-27 17:18:57.127041000 17:18:57.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.128000000, lastModified=2020-07-27 17:18:57.127041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.128000000, lastModified=2020-07-27 17:18:57.127041000, delta=959000 ns, racy<=2502500 ns 17:18:57.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.128000000, lastModified=2020-07-27 17:18:57.127041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.127041000 to 2020-07-27 17:18:57.128041000 17:18:57.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.129000000, lastModified=2020-07-27 17:18:57.128041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.128041000 to 2020-07-27 17:18:57.129041000 17:18:57.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.130000000, lastModified=2020-07-27 17:18:57.129041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.130000000, lastModified=2020-07-27 17:18:57.129041000, delta=959000 ns, racy<=2502500 ns 17:18:57.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.130000000, lastModified=2020-07-27 17:18:57.129041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.129041000 to 2020-07-27 17:18:57.130041000 17:18:57.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.131000000, lastModified=2020-07-27 17:18:57.130041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.131000000, lastModified=2020-07-27 17:18:57.130041000, delta=959000 ns, racy<=2502500 ns 17:18:57.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.132000000, lastModified=2020-07-27 17:18:57.131041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.132000000, lastModified=2020-07-27 17:18:57.131041000, delta=959000 ns, racy<=2502500 ns 17:18:57.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.132000000, lastModified=2020-07-27 17:18:57.131041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.131041000 to 2020-07-27 17:18:57.132041000 17:18:57.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.133000000, lastModified=2020-07-27 17:18:57.132041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.133000000, lastModified=2020-07-27 17:18:57.132041000, delta=959000 ns, racy<=2502500 ns 17:18:57.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.134000000, lastModified=2020-07-27 17:18:57.133041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.134000000, lastModified=2020-07-27 17:18:57.133041000, delta=959000 ns, racy<=2502500 ns 17:18:57.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.134000000, lastModified=2020-07-27 17:18:57.133041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.133041000 to 2020-07-27 17:18:57.134041000 17:18:57.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.135000000, lastModified=2020-07-27 17:18:57.134041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.135000000, lastModified=2020-07-27 17:18:57.134041000, delta=959000 ns, racy<=2502500 ns 17:18:57.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.135000000, lastModified=2020-07-27 17:18:57.134041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.134041000 to 2020-07-27 17:18:57.135041000 17:18:57.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.136000000, lastModified=2020-07-27 17:18:57.135041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.136000000, lastModified=2020-07-27 17:18:57.135041000, delta=959000 ns, racy<=2502500 ns 17:18:57.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.136000000, lastModified=2020-07-27 17:18:57.135041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.135041000 to 2020-07-27 17:18:57.136041000 17:18:57.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.137000000, lastModified=2020-07-27 17:18:57.136041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.136041000 to 2020-07-27 17:18:57.137041000 17:18:57.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.138000000, lastModified=2020-07-27 17:18:57.137041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.138000000, lastModified=2020-07-27 17:18:57.137041000, delta=959000 ns, racy<=2502500 ns 17:18:57.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.139000000, lastModified=2020-07-27 17:18:57.138041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.139000000, lastModified=2020-07-27 17:18:57.138041000, delta=959000 ns, racy<=2502500 ns 17:18:57.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.140000000, lastModified=2020-07-27 17:18:57.139041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.140000000, lastModified=2020-07-27 17:18:57.139041000, delta=959000 ns, racy<=2502500 ns 17:18:57.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.140000000, lastModified=2020-07-27 17:18:57.139041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.139041000 to 2020-07-27 17:18:57.140041000 17:18:57.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.141000000, lastModified=2020-07-27 17:18:57.140041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.141000000, lastModified=2020-07-27 17:18:57.140041000, delta=959000 ns, racy<=2502500 ns 17:18:57.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.142000000, lastModified=2020-07-27 17:18:57.140041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.140041000 to 2020-07-27 17:18:57.141041000 17:18:57.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.142000000, lastModified=2020-07-27 17:18:57.141041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.142000000, lastModified=2020-07-27 17:18:57.141041000, delta=959000 ns, racy<=2502500 ns 17:18:57.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.143000000, lastModified=2020-07-27 17:18:57.142041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.143000000, lastModified=2020-07-27 17:18:57.142041000, delta=959000 ns, racy<=2502500 ns 17:18:57.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.143000000, lastModified=2020-07-27 17:18:57.142041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.143000000, lastModified=2020-07-27 17:18:57.142041000, delta=959000 ns, racy<=2502500 ns 17:18:57.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.144000000, lastModified=2020-07-27 17:18:57.143041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.144000000, lastModified=2020-07-27 17:18:57.143041000, delta=959000 ns, racy<=2502500 ns 17:18:57.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.144000000, lastModified=2020-07-27 17:18:57.143041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.144000000, lastModified=2020-07-27 17:18:57.143041000, delta=959000 ns, racy<=2502500 ns 17:18:57.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.145000000, lastModified=2020-07-27 17:18:57.144041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.144041000 to 2020-07-27 17:18:57.145041000 17:18:57.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.146000000, lastModified=2020-07-27 17:18:57.145041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.146000000, lastModified=2020-07-27 17:18:57.145041000, delta=959000 ns, racy<=2502500 ns 17:18:57.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.146000000, lastModified=2020-07-27 17:18:57.145041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.145041000 to 2020-07-27 17:18:57.146041000 17:18:57.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.147000000, lastModified=2020-07-27 17:18:57.146041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.147000000, lastModified=2020-07-27 17:18:57.146041000, delta=959000 ns, racy<=2502500 ns 17:18:57.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.147000000, lastModified=2020-07-27 17:18:57.146041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.146041000 to 2020-07-27 17:18:57.147041000 17:18:57.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.148000000, lastModified=2020-07-27 17:18:57.147041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.148000000, lastModified=2020-07-27 17:18:57.147041000, delta=959000 ns, racy<=2502500 ns 17:18:57.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.149000000, lastModified=2020-07-27 17:18:57.148041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.149000000, lastModified=2020-07-27 17:18:57.148041000, delta=959000 ns, racy<=2502500 ns 17:18:57.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.150000000, lastModified=2020-07-27 17:18:57.149041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.150000000, lastModified=2020-07-27 17:18:57.149041000, delta=959000 ns, racy<=2502500 ns 17:18:57.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.150000000, lastModified=2020-07-27 17:18:57.149041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.150000000, lastModified=2020-07-27 17:18:57.149041000, delta=959000 ns, racy<=2502500 ns 17:18:57.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.151000000, lastModified=2020-07-27 17:18:57.150041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.151000000, lastModified=2020-07-27 17:18:57.150041000, delta=959000 ns, racy<=2502500 ns 17:18:57.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.152000000, lastModified=2020-07-27 17:18:57.151041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.152000000, lastModified=2020-07-27 17:18:57.151041000, delta=959000 ns, racy<=2502500 ns 17:18:57.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.152000000, lastModified=2020-07-27 17:18:57.151041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.151041000 to 2020-07-27 17:18:57.152041000 17:18:57.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.154000000, lastModified=2020-07-27 17:18:57.152041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.152041000 to 2020-07-27 17:18:57.153041000 17:18:57.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.154000000, lastModified=2020-07-27 17:18:57.153041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.154000000, lastModified=2020-07-27 17:18:57.153041000, delta=959000 ns, racy<=2502500 ns 17:18:57.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.154000000, lastModified=2020-07-27 17:18:57.153041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.153041000 to 2020-07-27 17:18:57.154041000 17:18:57.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.155000000, lastModified=2020-07-27 17:18:57.154041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.155000000, lastModified=2020-07-27 17:18:57.154041000, delta=959000 ns, racy<=2502500 ns 17:18:57.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.156000000, lastModified=2020-07-27 17:18:57.154041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.154041000 to 2020-07-27 17:18:57.155041000 17:18:57.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.156000000, lastModified=2020-07-27 17:18:57.155041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.156000000, lastModified=2020-07-27 17:18:57.155041000, delta=959000 ns, racy<=2502500 ns 17:18:57.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.157000000, lastModified=2020-07-27 17:18:57.156041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.157000000, lastModified=2020-07-27 17:18:57.156041000, delta=959000 ns, racy<=2502500 ns 17:18:57.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.158000000, lastModified=2020-07-27 17:18:57.157041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.158000000, lastModified=2020-07-27 17:18:57.157041000, delta=959000 ns, racy<=2502500 ns 17:18:57.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.158000000, lastModified=2020-07-27 17:18:57.157041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.158000000, lastModified=2020-07-27 17:18:57.157041000, delta=959000 ns, racy<=2502500 ns 17:18:57.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.159000000, lastModified=2020-07-27 17:18:57.158041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.159000000, lastModified=2020-07-27 17:18:57.158041000, delta=959000 ns, racy<=2502500 ns 17:18:57.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.159000000, lastModified=2020-07-27 17:18:57.158041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.158041000 to 2020-07-27 17:18:57.159041000 17:18:57.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.160000000, lastModified=2020-07-27 17:18:57.159041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.160000000, lastModified=2020-07-27 17:18:57.159041000, delta=959000 ns, racy<=2502500 ns 17:18:57.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.161000000, lastModified=2020-07-27 17:18:57.160041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.161000000, lastModified=2020-07-27 17:18:57.160041000, delta=959000 ns, racy<=2502500 ns 17:18:57.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.161000000, lastModified=2020-07-27 17:18:57.160041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.160041000 to 2020-07-27 17:18:57.161041000 17:18:57.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.162000000, lastModified=2020-07-27 17:18:57.161041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.162000000, lastModified=2020-07-27 17:18:57.161041000, delta=959000 ns, racy<=2502500 ns 17:18:57.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.163000000, lastModified=2020-07-27 17:18:57.161041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.161041000 to 2020-07-27 17:18:57.162041000 17:18:57.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.163000000, lastModified=2020-07-27 17:18:57.162041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.163000000, lastModified=2020-07-27 17:18:57.162041000, delta=959000 ns, racy<=2502500 ns 17:18:57.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.164000000, lastModified=2020-07-27 17:18:57.162041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.162041000 to 2020-07-27 17:18:57.163041000 17:18:57.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.164000000, lastModified=2020-07-27 17:18:57.163041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.164000000, lastModified=2020-07-27 17:18:57.163041000, delta=959000 ns, racy<=2502500 ns 17:18:57.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.165000000, lastModified=2020-07-27 17:18:57.164041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.165000000, lastModified=2020-07-27 17:18:57.164041000, delta=959000 ns, racy<=2502500 ns 17:18:57.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.165000000, lastModified=2020-07-27 17:18:57.164041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.165000000, lastModified=2020-07-27 17:18:57.164041000, delta=959000 ns, racy<=2502500 ns 17:18:57.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.165000000, lastModified=2020-07-27 17:18:57.164041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.164041000 to 2020-07-27 17:18:57.165041000 17:18:57.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.166000000, lastModified=2020-07-27 17:18:57.165041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.165041000 to 2020-07-27 17:18:57.166041000 17:18:57.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.167000000, lastModified=2020-07-27 17:18:57.166041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.167000000, lastModified=2020-07-27 17:18:57.166041000, delta=959000 ns, racy<=2502500 ns 17:18:57.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.167000000, lastModified=2020-07-27 17:18:57.166041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.166041000 to 2020-07-27 17:18:57.167041000 17:18:57.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.168000000, lastModified=2020-07-27 17:18:57.167041000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.167041000 to 2020-07-27 17:18:57.189042000 17:18:57.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.351000000, lastModified=2020-07-27 17:18:57.350045000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.350045000 to 2020-07-27 17:18:57.368045000 17:18:57.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.393000000, lastModified=2020-07-27 17:18:57.392046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.392046000 to 2020-07-27 17:18:57.400046000 17:18:57.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.420000000, lastModified=2020-07-27 17:18:57.419046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.420000000, lastModified=2020-07-27 17:18:57.419046000, delta=954000 ns, racy<=2502500 ns 17:18:57.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.420000000, lastModified=2020-07-27 17:18:57.419046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.420000000, lastModified=2020-07-27 17:18:57.419046000, delta=954000 ns, racy<=2502500 ns 17:18:57.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.421000000, lastModified=2020-07-27 17:18:57.420046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.421000000, lastModified=2020-07-27 17:18:57.420046000, delta=954000 ns, racy<=2502500 ns 17:18:57.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.421000000, lastModified=2020-07-27 17:18:57.420046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.421000000, lastModified=2020-07-27 17:18:57.420046000, delta=954000 ns, racy<=2502500 ns 17:18:57.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.422000000, lastModified=2020-07-27 17:18:57.421046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.422000000, lastModified=2020-07-27 17:18:57.421046000, delta=954000 ns, racy<=2502500 ns 17:18:57.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.422000000, lastModified=2020-07-27 17:18:57.421046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.422000000, lastModified=2020-07-27 17:18:57.421046000, delta=954000 ns, racy<=2502500 ns 17:18:57.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.423000000, lastModified=2020-07-27 17:18:57.422046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.423000000, lastModified=2020-07-27 17:18:57.422046000, delta=954000 ns, racy<=2502500 ns 17:18:57.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.423000000, lastModified=2020-07-27 17:18:57.422046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.423000000, lastModified=2020-07-27 17:18:57.422046000, delta=954000 ns, racy<=2502500 ns 17:18:57.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.424000000, lastModified=2020-07-27 17:18:57.423046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.424000000, lastModified=2020-07-27 17:18:57.423046000, delta=954000 ns, racy<=2502500 ns 17:18:57.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.424000000, lastModified=2020-07-27 17:18:57.423046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.424000000, lastModified=2020-07-27 17:18:57.423046000, delta=954000 ns, racy<=2502500 ns 17:18:57.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.425000000, lastModified=2020-07-27 17:18:57.424046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.425000000, lastModified=2020-07-27 17:18:57.424046000, delta=954000 ns, racy<=2502500 ns 17:18:57.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.425000000, lastModified=2020-07-27 17:18:57.424046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.425000000, lastModified=2020-07-27 17:18:57.424046000, delta=954000 ns, racy<=2502500 ns 17:18:57.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.426000000, lastModified=2020-07-27 17:18:57.425046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.426000000, lastModified=2020-07-27 17:18:57.425046000, delta=954000 ns, racy<=2502500 ns 17:18:57.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.426000000, lastModified=2020-07-27 17:18:57.425046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.426000000, lastModified=2020-07-27 17:18:57.425046000, delta=954000 ns, racy<=2502500 ns 17:18:57.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.427000000, lastModified=2020-07-27 17:18:57.425046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.425046000 to 2020-07-27 17:18:57.426046000 17:18:57.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.428000000, lastModified=2020-07-27 17:18:57.427046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.428000000, lastModified=2020-07-27 17:18:57.427046000, delta=954000 ns, racy<=2502500 ns 17:18:57.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.428000000, lastModified=2020-07-27 17:18:57.427046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.428000000, lastModified=2020-07-27 17:18:57.427046000, delta=954000 ns, racy<=2502500 ns 17:18:57.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.429000000, lastModified=2020-07-27 17:18:57.428046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.429000000, lastModified=2020-07-27 17:18:57.428046000, delta=954000 ns, racy<=2502500 ns 17:18:57.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.429000000, lastModified=2020-07-27 17:18:57.428046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.429000000, lastModified=2020-07-27 17:18:57.428046000, delta=954000 ns, racy<=2502500 ns 17:18:57.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.429000000, lastModified=2020-07-27 17:18:57.428046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.428046000 to 2020-07-27 17:18:57.429046000 17:18:57.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.430000000, lastModified=2020-07-27 17:18:57.429046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.430000000, lastModified=2020-07-27 17:18:57.429046000, delta=954000 ns, racy<=2502500 ns 17:18:57.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.430000000, lastModified=2020-07-27 17:18:57.429046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.429046000 to 2020-07-27 17:18:57.430046000 17:18:57.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.431000000, lastModified=2020-07-27 17:18:57.430046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.431000000, lastModified=2020-07-27 17:18:57.430046000, delta=954000 ns, racy<=2502500 ns 17:18:57.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.431000000, lastModified=2020-07-27 17:18:57.430046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.430046000 to 2020-07-27 17:18:57.431046000 17:18:57.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.432000000, lastModified=2020-07-27 17:18:57.431046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.432000000, lastModified=2020-07-27 17:18:57.431046000, delta=954000 ns, racy<=2502500 ns 17:18:57.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.432000000, lastModified=2020-07-27 17:18:57.431046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.431046000 to 2020-07-27 17:18:57.432046000 17:18:57.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.433000000, lastModified=2020-07-27 17:18:57.432046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.433000000, lastModified=2020-07-27 17:18:57.432046000, delta=954000 ns, racy<=2502500 ns 17:18:57.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.433000000, lastModified=2020-07-27 17:18:57.432046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.432046000 to 2020-07-27 17:18:57.433046000 17:18:57.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.434000000, lastModified=2020-07-27 17:18:57.433046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.434000000, lastModified=2020-07-27 17:18:57.433046000, delta=954000 ns, racy<=2502500 ns 17:18:57.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.434000000, lastModified=2020-07-27 17:18:57.433046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.433046000 to 2020-07-27 17:18:57.434046000 17:18:57.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.435000000, lastModified=2020-07-27 17:18:57.434046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.435000000, lastModified=2020-07-27 17:18:57.434046000, delta=954000 ns, racy<=2502500 ns 17:18:57.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.435000000, lastModified=2020-07-27 17:18:57.434046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.435000000, lastModified=2020-07-27 17:18:57.434046000, delta=954000 ns, racy<=2502500 ns 17:18:57.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.436000000, lastModified=2020-07-27 17:18:57.435046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.436000000, lastModified=2020-07-27 17:18:57.435046000, delta=954000 ns, racy<=2502500 ns 17:18:57.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.436000000, lastModified=2020-07-27 17:18:57.435046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.435046000 to 2020-07-27 17:18:57.436046000 17:18:57.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.437000000, lastModified=2020-07-27 17:18:57.436046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.437000000, lastModified=2020-07-27 17:18:57.436046000, delta=954000 ns, racy<=2502500 ns 17:18:57.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.437000000, lastModified=2020-07-27 17:18:57.436046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.436046000 to 2020-07-27 17:18:57.437046000 17:18:57.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.438000000, lastModified=2020-07-27 17:18:57.437046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.438000000, lastModified=2020-07-27 17:18:57.437046000, delta=954000 ns, racy<=2502500 ns 17:18:57.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.438000000, lastModified=2020-07-27 17:18:57.437046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.438000000, lastModified=2020-07-27 17:18:57.437046000, delta=954000 ns, racy<=2502500 ns 17:18:57.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.439000000, lastModified=2020-07-27 17:18:57.438046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.439000000, lastModified=2020-07-27 17:18:57.438046000, delta=954000 ns, racy<=2502500 ns 17:18:57.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.440000000, lastModified=2020-07-27 17:18:57.439046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.440000000, lastModified=2020-07-27 17:18:57.439046000, delta=954000 ns, racy<=2502500 ns 17:18:57.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.441000000, lastModified=2020-07-27 17:18:57.440046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.441000000, lastModified=2020-07-27 17:18:57.440046000, delta=954000 ns, racy<=2502500 ns 17:18:57.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.441000000, lastModified=2020-07-27 17:18:57.440046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.440046000 to 2020-07-27 17:18:57.441046000 17:18:57.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.442000000, lastModified=2020-07-27 17:18:57.441046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.442000000, lastModified=2020-07-27 17:18:57.441046000, delta=954000 ns, racy<=2502500 ns 17:18:57.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.443000000, lastModified=2020-07-27 17:18:57.442046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.443000000, lastModified=2020-07-27 17:18:57.442046000, delta=954000 ns, racy<=2502500 ns 17:18:57.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.444000000, lastModified=2020-07-27 17:18:57.443046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.444000000, lastModified=2020-07-27 17:18:57.443046000, delta=954000 ns, racy<=2502500 ns 17:18:57.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.445000000, lastModified=2020-07-27 17:18:57.444046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.445000000, lastModified=2020-07-27 17:18:57.444046000, delta=954000 ns, racy<=2502500 ns 17:18:57.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.445000000, lastModified=2020-07-27 17:18:57.444046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.445000000, lastModified=2020-07-27 17:18:57.444046000, delta=954000 ns, racy<=2502500 ns 17:18:57.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.446000000, lastModified=2020-07-27 17:18:57.444046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.444046000 to 2020-07-27 17:18:57.445046000 17:18:57.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.446000000, lastModified=2020-07-27 17:18:57.445046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.446000000, lastModified=2020-07-27 17:18:57.445046000, delta=954000 ns, racy<=2502500 ns 17:18:57.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.447000000, lastModified=2020-07-27 17:18:57.446046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.447000000, lastModified=2020-07-27 17:18:57.446046000, delta=954000 ns, racy<=2502500 ns 17:18:57.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.447000000, lastModified=2020-07-27 17:18:57.446046000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.446046000 to 2020-07-27 17:18:57.447047000 17:18:57.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.448000000, lastModified=2020-07-27 17:18:57.447047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.448000000, lastModified=2020-07-27 17:18:57.447047000, delta=953000 ns, racy<=2502500 ns 17:18:57.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.448000000, lastModified=2020-07-27 17:18:57.447047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.447047000 to 2020-07-27 17:18:57.448047000 17:18:57.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.449000000, lastModified=2020-07-27 17:18:57.448047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.449000000, lastModified=2020-07-27 17:18:57.448047000, delta=953000 ns, racy<=2502500 ns 17:18:57.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.450000000, lastModified=2020-07-27 17:18:57.449047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.450000000, lastModified=2020-07-27 17:18:57.449047000, delta=953000 ns, racy<=2502500 ns 17:18:57.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.450000000, lastModified=2020-07-27 17:18:57.449047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.450000000, lastModified=2020-07-27 17:18:57.449047000, delta=953000 ns, racy<=2502500 ns 17:18:57.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.451000000, lastModified=2020-07-27 17:18:57.450047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.451000000, lastModified=2020-07-27 17:18:57.450047000, delta=953000 ns, racy<=2502500 ns 17:18:57.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.452000000, lastModified=2020-07-27 17:18:57.451047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.452000000, lastModified=2020-07-27 17:18:57.451047000, delta=953000 ns, racy<=2502500 ns 17:18:57.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.452000000, lastModified=2020-07-27 17:18:57.451047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.452000000, lastModified=2020-07-27 17:18:57.451047000, delta=953000 ns, racy<=2502500 ns 17:18:57.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.452000000, lastModified=2020-07-27 17:18:57.451047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.451047000 to 2020-07-27 17:18:57.452047000 17:18:57.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.453000000, lastModified=2020-07-27 17:18:57.452047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.453000000, lastModified=2020-07-27 17:18:57.452047000, delta=953000 ns, racy<=2502500 ns 17:18:57.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.453000000, lastModified=2020-07-27 17:18:57.452047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.453000000, lastModified=2020-07-27 17:18:57.452047000, delta=953000 ns, racy<=2502500 ns 17:18:57.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.454000000, lastModified=2020-07-27 17:18:57.453047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.454000000, lastModified=2020-07-27 17:18:57.453047000, delta=953000 ns, racy<=2502500 ns 17:18:57.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.454000000, lastModified=2020-07-27 17:18:57.453047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.454000000, lastModified=2020-07-27 17:18:57.453047000, delta=953000 ns, racy<=2502500 ns 17:18:57.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.455000000, lastModified=2020-07-27 17:18:57.454047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.455000000, lastModified=2020-07-27 17:18:57.454047000, delta=953000 ns, racy<=2502500 ns 17:18:57.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.455000000, lastModified=2020-07-27 17:18:57.454047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.455000000, lastModified=2020-07-27 17:18:57.454047000, delta=953000 ns, racy<=2502500 ns 17:18:57.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.456000000, lastModified=2020-07-27 17:18:57.455047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.456000000, lastModified=2020-07-27 17:18:57.455047000, delta=953000 ns, racy<=2502500 ns 17:18:57.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.456000000, lastModified=2020-07-27 17:18:57.455047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.456000000, lastModified=2020-07-27 17:18:57.455047000, delta=953000 ns, racy<=2502500 ns 17:18:57.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.457000000, lastModified=2020-07-27 17:18:57.455047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.455047000 to 2020-07-27 17:18:57.456047000 17:18:57.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.457000000, lastModified=2020-07-27 17:18:57.456047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.457000000, lastModified=2020-07-27 17:18:57.456047000, delta=953000 ns, racy<=2502500 ns 17:18:57.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.458000000, lastModified=2020-07-27 17:18:57.457047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.458000000, lastModified=2020-07-27 17:18:57.457047000, delta=953000 ns, racy<=2502500 ns 17:18:57.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.458000000, lastModified=2020-07-27 17:18:57.457047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.458000000, lastModified=2020-07-27 17:18:57.457047000, delta=953000 ns, racy<=2502500 ns 17:18:57.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.459000000, lastModified=2020-07-27 17:18:57.458047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.459000000, lastModified=2020-07-27 17:18:57.458047000, delta=953000 ns, racy<=2502500 ns 17:18:57.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.459000000, lastModified=2020-07-27 17:18:57.458047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.459000000, lastModified=2020-07-27 17:18:57.458047000, delta=953000 ns, racy<=2502500 ns 17:18:57.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.459000000, lastModified=2020-07-27 17:18:57.458047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.458047000 to 2020-07-27 17:18:57.459047000 17:18:57.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.460000000, lastModified=2020-07-27 17:18:57.459047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.459047000 to 2020-07-27 17:18:57.461047000 17:18:57.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.461000000, lastModified=2020-07-27 17:18:57.461047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.461000000, lastModified=2020-07-27 17:18:57.461047000, delta=-47000 ns, racy<=2502500 ns 17:18:57.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.462000000, lastModified=2020-07-27 17:18:57.461047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.462000000, lastModified=2020-07-27 17:18:57.461047000, delta=953000 ns, racy<=2502500 ns 17:18:57.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.463000000, lastModified=2020-07-27 17:18:57.461047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.461047000 to 2020-07-27 17:18:57.462047000 17:18:57.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.463000000, lastModified=2020-07-27 17:18:57.462047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.463000000, lastModified=2020-07-27 17:18:57.462047000, delta=953000 ns, racy<=2502500 ns 17:18:57.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.464000000, lastModified=2020-07-27 17:18:57.463047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.464000000, lastModified=2020-07-27 17:18:57.463047000, delta=953000 ns, racy<=2502500 ns 17:18:57.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.465000000, lastModified=2020-07-27 17:18:57.464047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.465000000, lastModified=2020-07-27 17:18:57.464047000, delta=953000 ns, racy<=2502500 ns 17:18:57.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.465000000, lastModified=2020-07-27 17:18:57.464047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.465000000, lastModified=2020-07-27 17:18:57.464047000, delta=953000 ns, racy<=2502500 ns 17:18:57.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.466000000, lastModified=2020-07-27 17:18:57.465047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.466000000, lastModified=2020-07-27 17:18:57.465047000, delta=953000 ns, racy<=2502500 ns 17:18:57.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.466000000, lastModified=2020-07-27 17:18:57.465047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.466000000, lastModified=2020-07-27 17:18:57.465047000, delta=953000 ns, racy<=2502500 ns 17:18:57.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.466000000, lastModified=2020-07-27 17:18:57.465047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.465047000 to 2020-07-27 17:18:57.466047000 17:18:57.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.467000000, lastModified=2020-07-27 17:18:57.466047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.467000000, lastModified=2020-07-27 17:18:57.466047000, delta=953000 ns, racy<=2502500 ns 17:18:57.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.467000000, lastModified=2020-07-27 17:18:57.466047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.467000000, lastModified=2020-07-27 17:18:57.466047000, delta=953000 ns, racy<=2502500 ns 17:18:57.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.468000000, lastModified=2020-07-27 17:18:57.467047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.468000000, lastModified=2020-07-27 17:18:57.467047000, delta=953000 ns, racy<=2502500 ns 17:18:57.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.468000000, lastModified=2020-07-27 17:18:57.467047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.468000000, lastModified=2020-07-27 17:18:57.467047000, delta=953000 ns, racy<=2502500 ns 17:18:57.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.468000000, lastModified=2020-07-27 17:18:57.467047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.468000000, lastModified=2020-07-27 17:18:57.467047000, delta=953000 ns, racy<=2502500 ns 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.469000000, lastModified=2020-07-27 17:18:57.468047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.469000000, lastModified=2020-07-27 17:18:57.468047000, delta=953000 ns, racy<=2502500 ns 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.469000000, lastModified=2020-07-27 17:18:57.468047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.469000000, lastModified=2020-07-27 17:18:57.468047000, delta=953000 ns, racy<=2502500 ns 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.469000000, lastModified=2020-07-27 17:18:57.468047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.469000000, lastModified=2020-07-27 17:18:57.468047000, delta=953000 ns, racy<=2502500 ns 17:18:57.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.470000000, lastModified=2020-07-27 17:18:57.469047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.470000000, lastModified=2020-07-27 17:18:57.469047000, delta=953000 ns, racy<=2502500 ns 17:18:57.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.470000000, lastModified=2020-07-27 17:18:57.469047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.470000000, lastModified=2020-07-27 17:18:57.469047000, delta=953000 ns, racy<=2502500 ns 17:18:57.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.471000000, lastModified=2020-07-27 17:18:57.470047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.471000000, lastModified=2020-07-27 17:18:57.470047000, delta=953000 ns, racy<=2502500 ns 17:18:57.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.471000000, lastModified=2020-07-27 17:18:57.470047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.471000000, lastModified=2020-07-27 17:18:57.470047000, delta=953000 ns, racy<=2502500 ns 17:18:57.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.471000000, lastModified=2020-07-27 17:18:57.470047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.470047000 to 2020-07-27 17:18:57.471047000 17:18:57.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.472000000, lastModified=2020-07-27 17:18:57.471047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.472000000, lastModified=2020-07-27 17:18:57.471047000, delta=953000 ns, racy<=2502500 ns 17:18:57.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.472000000, lastModified=2020-07-27 17:18:57.471047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.472000000, lastModified=2020-07-27 17:18:57.471047000, delta=953000 ns, racy<=2502500 ns 17:18:57.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.473000000, lastModified=2020-07-27 17:18:57.471047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.471047000 to 2020-07-27 17:18:57.472047000 17:18:57.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.474000000, lastModified=2020-07-27 17:18:57.473047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.474000000, lastModified=2020-07-27 17:18:57.473047000, delta=953000 ns, racy<=2502500 ns 17:18:57.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.474000000, lastModified=2020-07-27 17:18:57.473047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.474000000, lastModified=2020-07-27 17:18:57.473047000, delta=953000 ns, racy<=2502500 ns 17:18:57.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.475000000, lastModified=2020-07-27 17:18:57.474047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.475000000, lastModified=2020-07-27 17:18:57.474047000, delta=953000 ns, racy<=2502500 ns 17:18:57.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.476000000, lastModified=2020-07-27 17:18:57.475047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.476000000, lastModified=2020-07-27 17:18:57.475047000, delta=953000 ns, racy<=2502500 ns 17:18:57.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.477000000, lastModified=2020-07-27 17:18:57.476047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.477000000, lastModified=2020-07-27 17:18:57.476047000, delta=953000 ns, racy<=2502500 ns 17:18:57.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.478000000, lastModified=2020-07-27 17:18:57.477047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.478000000, lastModified=2020-07-27 17:18:57.477047000, delta=953000 ns, racy<=2502500 ns 17:18:57.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.479000000, lastModified=2020-07-27 17:18:57.478047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.479000000, lastModified=2020-07-27 17:18:57.478047000, delta=953000 ns, racy<=2502500 ns 17:18:57.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.480000000, lastModified=2020-07-27 17:18:57.478047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.478047000 to 2020-07-27 17:18:57.479047000 17:18:57.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.480000000, lastModified=2020-07-27 17:18:57.479047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.480000000, lastModified=2020-07-27 17:18:57.479047000, delta=953000 ns, racy<=2502500 ns 17:18:57.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.481000000, lastModified=2020-07-27 17:18:57.480047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.481000000, lastModified=2020-07-27 17:18:57.480047000, delta=953000 ns, racy<=2502500 ns 17:18:57.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.481000000, lastModified=2020-07-27 17:18:57.480047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.480047000 to 2020-07-27 17:18:57.481047000 17:18:57.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.483000000, lastModified=2020-07-27 17:18:57.482047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.483000000, lastModified=2020-07-27 17:18:57.482047000, delta=953000 ns, racy<=2502500 ns 17:18:57.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.483000000, lastModified=2020-07-27 17:18:57.482047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.483000000, lastModified=2020-07-27 17:18:57.482047000, delta=953000 ns, racy<=2502500 ns 17:18:57.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.484000000, lastModified=2020-07-27 17:18:57.483047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.484000000, lastModified=2020-07-27 17:18:57.483047000, delta=953000 ns, racy<=2502500 ns 17:18:57.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.485000000, lastModified=2020-07-27 17:18:57.484047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.485000000, lastModified=2020-07-27 17:18:57.484047000, delta=953000 ns, racy<=2502500 ns 17:18:57.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.485000000, lastModified=2020-07-27 17:18:57.484047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.485000000, lastModified=2020-07-27 17:18:57.484047000, delta=953000 ns, racy<=2502500 ns 17:18:57.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.485000000, lastModified=2020-07-27 17:18:57.484047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.484047000 to 2020-07-27 17:18:57.485047000 17:18:57.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.486000000, lastModified=2020-07-27 17:18:57.485047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.485047000 to 2020-07-27 17:18:57.486047000 17:18:57.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.487000000, lastModified=2020-07-27 17:18:57.486047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.486047000 to 2020-07-27 17:18:57.487047000 17:18:57.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.488000000, lastModified=2020-07-27 17:18:57.487047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.488000000, lastModified=2020-07-27 17:18:57.487047000, delta=953000 ns, racy<=2502500 ns 17:18:57.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.488000000, lastModified=2020-07-27 17:18:57.487047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.487047000 to 2020-07-27 17:18:57.488047000 17:18:57.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.489000000, lastModified=2020-07-27 17:18:57.488047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.489000000, lastModified=2020-07-27 17:18:57.488047000, delta=953000 ns, racy<=2502500 ns 17:18:57.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.490000000, lastModified=2020-07-27 17:18:57.489047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.490000000, lastModified=2020-07-27 17:18:57.489047000, delta=953000 ns, racy<=2502500 ns 17:18:57.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.491000000, lastModified=2020-07-27 17:18:57.490047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.491000000, lastModified=2020-07-27 17:18:57.490047000, delta=953000 ns, racy<=2502500 ns 17:18:57.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.491000000, lastModified=2020-07-27 17:18:57.490047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.491000000, lastModified=2020-07-27 17:18:57.490047000, delta=953000 ns, racy<=2502500 ns 17:18:57.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.492000000, lastModified=2020-07-27 17:18:57.491047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.491047000 to 2020-07-27 17:18:57.492047000 17:18:57.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.493000000, lastModified=2020-07-27 17:18:57.492047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.493000000, lastModified=2020-07-27 17:18:57.492047000, delta=953000 ns, racy<=2502500 ns 17:18:57.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.493000000, lastModified=2020-07-27 17:18:57.492047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.494 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.492047000 to 2020-07-27 17:18:57.493047000 17:18:57.494 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.494000000, lastModified=2020-07-27 17:18:57.493047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.494 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.494000000, lastModified=2020-07-27 17:18:57.493047000, delta=953000 ns, racy<=2502500 ns 17:18:57.494 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.495000000, lastModified=2020-07-27 17:18:57.493047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.493047000 to 2020-07-27 17:18:57.494047000 17:18:57.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.495000000, lastModified=2020-07-27 17:18:57.494047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.495000000, lastModified=2020-07-27 17:18:57.494047000, delta=953000 ns, racy<=2502500 ns 17:18:57.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.496 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.496000000, lastModified=2020-07-27 17:18:57.495047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.496000000, lastModified=2020-07-27 17:18:57.495047000, delta=953000 ns, racy<=2502500 ns 17:18:57.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.497000000, lastModified=2020-07-27 17:18:57.496047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.497000000, lastModified=2020-07-27 17:18:57.496047000, delta=953000 ns, racy<=2502500 ns 17:18:57.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.497000000, lastModified=2020-07-27 17:18:57.496047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.498 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.496047000 to 2020-07-27 17:18:57.497047000 17:18:57.498 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.498000000, lastModified=2020-07-27 17:18:57.497047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.499 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.497047000 to 2020-07-27 17:18:57.498047000 17:18:57.499 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.499000000, lastModified=2020-07-27 17:18:57.498047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.498047000 to 2020-07-27 17:18:57.499047000 17:18:57.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.500000000, lastModified=2020-07-27 17:18:57.499047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.500000000, lastModified=2020-07-27 17:18:57.499047000, delta=953000 ns, racy<=2502500 ns 17:18:57.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.501000000, lastModified=2020-07-27 17:18:57.500047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.501000000, lastModified=2020-07-27 17:18:57.500047000, delta=953000 ns, racy<=2502500 ns 17:18:57.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.501000000, lastModified=2020-07-27 17:18:57.500047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.500047000 to 2020-07-27 17:18:57.501047000 17:18:57.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.502000000, lastModified=2020-07-27 17:18:57.501047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.502000000, lastModified=2020-07-27 17:18:57.501047000, delta=953000 ns, racy<=2502500 ns 17:18:57.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.502000000, lastModified=2020-07-27 17:18:57.501047000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.501047000 to 2020-07-27 17:18:57.502048000 17:18:57.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.503000000, lastModified=2020-07-27 17:18:57.502048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.502048000 to 2020-07-27 17:18:57.503048000 17:18:57.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.504000000, lastModified=2020-07-27 17:18:57.503048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.504000000, lastModified=2020-07-27 17:18:57.503048000, delta=952000 ns, racy<=2502500 ns 17:18:57.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.504000000, lastModified=2020-07-27 17:18:57.503048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.503048000 to 2020-07-27 17:18:57.504048000 17:18:57.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.505000000, lastModified=2020-07-27 17:18:57.504048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.505000000, lastModified=2020-07-27 17:18:57.504048000, delta=952000 ns, racy<=2502500 ns 17:18:57.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.505000000, lastModified=2020-07-27 17:18:57.504048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.505000000, lastModified=2020-07-27 17:18:57.504048000, delta=952000 ns, racy<=2502500 ns 17:18:57.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.506000000, lastModified=2020-07-27 17:18:57.505048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.506000000, lastModified=2020-07-27 17:18:57.505048000, delta=952000 ns, racy<=2502500 ns 17:18:57.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.506000000, lastModified=2020-07-27 17:18:57.505048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.505048000 to 2020-07-27 17:18:57.506048000 17:18:57.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.507000000, lastModified=2020-07-27 17:18:57.506048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.507000000, lastModified=2020-07-27 17:18:57.506048000, delta=952000 ns, racy<=2502500 ns 17:18:57.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.508000000, lastModified=2020-07-27 17:18:57.507048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.508000000, lastModified=2020-07-27 17:18:57.507048000, delta=952000 ns, racy<=2502500 ns 17:18:57.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.508000000, lastModified=2020-07-27 17:18:57.507048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.508000000, lastModified=2020-07-27 17:18:57.507048000, delta=952000 ns, racy<=2502500 ns 17:18:57.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.509000000, lastModified=2020-07-27 17:18:57.508048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.509000000, lastModified=2020-07-27 17:18:57.508048000, delta=952000 ns, racy<=2502500 ns 17:18:57.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.510000000, lastModified=2020-07-27 17:18:57.509048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.510000000, lastModified=2020-07-27 17:18:57.509048000, delta=952000 ns, racy<=2502500 ns 17:18:57.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.510000000, lastModified=2020-07-27 17:18:57.509048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.510000000, lastModified=2020-07-27 17:18:57.509048000, delta=952000 ns, racy<=2502500 ns 17:18:57.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.510000000, lastModified=2020-07-27 17:18:57.509048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.509048000 to 2020-07-27 17:18:57.510048000 17:18:57.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.511000000, lastModified=2020-07-27 17:18:57.510048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.510048000 to 2020-07-27 17:18:57.511048000 17:18:57.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.512000000, lastModified=2020-07-27 17:18:57.511048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.512000000, lastModified=2020-07-27 17:18:57.511048000, delta=952000 ns, racy<=2502500 ns 17:18:57.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.512000000, lastModified=2020-07-27 17:18:57.511048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.511048000 to 2020-07-27 17:18:57.512048000 17:18:57.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.513000000, lastModified=2020-07-27 17:18:57.512048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.512048000 to 2020-07-27 17:18:57.513048000 17:18:57.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.514000000, lastModified=2020-07-27 17:18:57.513048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.514000000, lastModified=2020-07-27 17:18:57.513048000, delta=952000 ns, racy<=2502500 ns 17:18:57.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.515000000, lastModified=2020-07-27 17:18:57.514048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.515000000, lastModified=2020-07-27 17:18:57.514048000, delta=952000 ns, racy<=2502500 ns 17:18:57.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.515000000, lastModified=2020-07-27 17:18:57.514048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.514048000 to 2020-07-27 17:18:57.515048000 17:18:57.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.516000000, lastModified=2020-07-27 17:18:57.515048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.516000000, lastModified=2020-07-27 17:18:57.515048000, delta=952000 ns, racy<=2502500 ns 17:18:57.516 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.517000000, lastModified=2020-07-27 17:18:57.516048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.517000000, lastModified=2020-07-27 17:18:57.516048000, delta=952000 ns, racy<=2502500 ns 17:18:57.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.517 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.517000000, lastModified=2020-07-27 17:18:57.516048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.516048000 to 2020-07-27 17:18:57.517048000 17:18:57.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.518000000, lastModified=2020-07-27 17:18:57.517048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.518000000, lastModified=2020-07-27 17:18:57.517048000, delta=952000 ns, racy<=2502500 ns 17:18:57.518 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.519000000, lastModified=2020-07-27 17:18:57.518048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.519000000, lastModified=2020-07-27 17:18:57.518048000, delta=952000 ns, racy<=2502500 ns 17:18:57.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.519000000, lastModified=2020-07-27 17:18:57.518048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.519000000, lastModified=2020-07-27 17:18:57.518048000, delta=952000 ns, racy<=2502500 ns 17:18:57.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.520000000, lastModified=2020-07-27 17:18:57.519048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.520000000, lastModified=2020-07-27 17:18:57.519048000, delta=952000 ns, racy<=2502500 ns 17:18:57.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.520000000, lastModified=2020-07-27 17:18:57.519048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.520000000, lastModified=2020-07-27 17:18:57.519048000, delta=952000 ns, racy<=2502500 ns 17:18:57.520 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.521000000, lastModified=2020-07-27 17:18:57.520048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.521000000, lastModified=2020-07-27 17:18:57.520048000, delta=952000 ns, racy<=2502500 ns 17:18:57.521 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.522000000, lastModified=2020-07-27 17:18:57.521048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.522000000, lastModified=2020-07-27 17:18:57.521048000, delta=952000 ns, racy<=2502500 ns 17:18:57.522 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.523000000, lastModified=2020-07-27 17:18:57.521048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.521048000 to 2020-07-27 17:18:57.522048000 17:18:57.523 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.523000000, lastModified=2020-07-27 17:18:57.522048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.522048000 to 2020-07-27 17:18:57.523048000 17:18:57.524 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.524000000, lastModified=2020-07-27 17:18:57.523048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.523048000 to 2020-07-27 17:18:57.524048000 17:18:57.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.525000000, lastModified=2020-07-27 17:18:57.524048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.525000000, lastModified=2020-07-27 17:18:57.524048000, delta=952000 ns, racy<=2502500 ns 17:18:57.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.525 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.525000000, lastModified=2020-07-27 17:18:57.524048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.524048000 to 2020-07-27 17:18:57.525048000 17:18:57.526 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.526000000, lastModified=2020-07-27 17:18:57.525048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.526000000, lastModified=2020-07-27 17:18:57.525048000, delta=952000 ns, racy<=2502500 ns 17:18:57.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.527 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.527000000, lastModified=2020-07-27 17:18:57.526048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.526048000 to 2020-07-27 17:18:57.527048000 17:18:57.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.528000000, lastModified=2020-07-27 17:18:57.527048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.528000000, lastModified=2020-07-27 17:18:57.527048000, delta=952000 ns, racy<=2502500 ns 17:18:57.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.528 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.528000000, lastModified=2020-07-27 17:18:57.527048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.527048000 to 2020-07-27 17:18:57.528048000 17:18:57.529 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.529000000, lastModified=2020-07-27 17:18:57.528048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.528048000 to 2020-07-27 17:18:57.529048000 17:18:57.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.530000000, lastModified=2020-07-27 17:18:57.529048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.530000000, lastModified=2020-07-27 17:18:57.529048000, delta=952000 ns, racy<=2502500 ns 17:18:57.530 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.531000000, lastModified=2020-07-27 17:18:57.530048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.531000000, lastModified=2020-07-27 17:18:57.530048000, delta=952000 ns, racy<=2502500 ns 17:18:57.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.531 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.531000000, lastModified=2020-07-27 17:18:57.530048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.532 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.530048000 to 2020-07-27 17:18:57.531048000 17:18:57.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.533000000, lastModified=2020-07-27 17:18:57.532048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.533000000, lastModified=2020-07-27 17:18:57.532048000, delta=952000 ns, racy<=2502500 ns 17:18:57.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.533 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.533000000, lastModified=2020-07-27 17:18:57.532048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.534 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.532048000 to 2020-07-27 17:18:57.533048000 17:18:57.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.535000000, lastModified=2020-07-27 17:18:57.534048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.535000000, lastModified=2020-07-27 17:18:57.534048000, delta=952000 ns, racy<=2502500 ns 17:18:57.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.535 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.535000000, lastModified=2020-07-27 17:18:57.534048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.536 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.534048000 to 2020-07-27 17:18:57.535048000 17:18:57.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.537000000, lastModified=2020-07-27 17:18:57.536048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.537000000, lastModified=2020-07-27 17:18:57.536048000, delta=952000 ns, racy<=2502500 ns 17:18:57.537 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.538000000, lastModified=2020-07-27 17:18:57.537048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.538000000, lastModified=2020-07-27 17:18:57.537048000, delta=952000 ns, racy<=2502500 ns 17:18:57.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.538 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.538000000, lastModified=2020-07-27 17:18:57.537048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.537048000 to 2020-07-27 17:18:57.538048000 17:18:57.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.539000000, lastModified=2020-07-27 17:18:57.538048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.539000000, lastModified=2020-07-27 17:18:57.538048000, delta=952000 ns, racy<=2502500 ns 17:18:57.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.539 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.539000000, lastModified=2020-07-27 17:18:57.538048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.540 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.538048000 to 2020-07-27 17:18:57.539048000 17:18:57.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.541000000, lastModified=2020-07-27 17:18:57.540048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.541000000, lastModified=2020-07-27 17:18:57.540048000, delta=952000 ns, racy<=2502500 ns 17:18:57.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.541 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.541000000, lastModified=2020-07-27 17:18:57.540048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.540048000 to 2020-07-27 17:18:57.541048000 17:18:57.542 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.542000000, lastModified=2020-07-27 17:18:57.541048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.541048000 to 2020-07-27 17:18:57.542048000 17:18:57.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.543000000, lastModified=2020-07-27 17:18:57.542048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.543000000, lastModified=2020-07-27 17:18:57.542048000, delta=952000 ns, racy<=2502500 ns 17:18:57.543 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.544000000, lastModified=2020-07-27 17:18:57.542048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.542048000 to 2020-07-27 17:18:57.543048000 17:18:57.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.544000000, lastModified=2020-07-27 17:18:57.543048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.544000000, lastModified=2020-07-27 17:18:57.543048000, delta=952000 ns, racy<=2502500 ns 17:18:57.544 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.545000000, lastModified=2020-07-27 17:18:57.544048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.545000000, lastModified=2020-07-27 17:18:57.544048000, delta=952000 ns, racy<=2502500 ns 17:18:57.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.545 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.545000000, lastModified=2020-07-27 17:18:57.544048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.544048000 to 2020-07-27 17:18:57.545048000 17:18:57.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.546000000, lastModified=2020-07-27 17:18:57.545048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.546000000, lastModified=2020-07-27 17:18:57.545048000, delta=952000 ns, racy<=2502500 ns 17:18:57.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.546 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.546000000, lastModified=2020-07-27 17:18:57.545048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.545048000 to 2020-07-27 17:18:57.546048000 17:18:57.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.547000000, lastModified=2020-07-27 17:18:57.546048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.547000000, lastModified=2020-07-27 17:18:57.546048000, delta=952000 ns, racy<=2502500 ns 17:18:57.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.547000000, lastModified=2020-07-27 17:18:57.546048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.546048000 to 2020-07-27 17:18:57.547048000 17:18:57.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.548000000, lastModified=2020-07-27 17:18:57.547048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.548000000, lastModified=2020-07-27 17:18:57.547048000, delta=952000 ns, racy<=2502500 ns 17:18:57.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.548 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.548000000, lastModified=2020-07-27 17:18:57.547048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.547048000 to 2020-07-27 17:18:57.548048000 17:18:57.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.549000000, lastModified=2020-07-27 17:18:57.548048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.549000000, lastModified=2020-07-27 17:18:57.548048000, delta=952000 ns, racy<=2502500 ns 17:18:57.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.549 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.549000000, lastModified=2020-07-27 17:18:57.548048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.549000000, lastModified=2020-07-27 17:18:57.548048000, delta=952000 ns, racy<=2502500 ns 17:18:57.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.550000000, lastModified=2020-07-27 17:18:57.549048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.550000000, lastModified=2020-07-27 17:18:57.549048000, delta=952000 ns, racy<=2502500 ns 17:18:57.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.550000000, lastModified=2020-07-27 17:18:57.549048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.550000000, lastModified=2020-07-27 17:18:57.549048000, delta=952000 ns, racy<=2502500 ns 17:18:57.550 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.551 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.551000000, lastModified=2020-07-27 17:18:57.550048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.550048000 to 2020-07-27 17:18:57.551048000 17:18:57.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.552000000, lastModified=2020-07-27 17:18:57.551048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.552000000, lastModified=2020-07-27 17:18:57.551048000, delta=952000 ns, racy<=2502500 ns 17:18:57.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.552 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.552000000, lastModified=2020-07-27 17:18:57.551048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.553 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.551048000 to 2020-07-27 17:18:57.552048000 17:18:57.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.554000000, lastModified=2020-07-27 17:18:57.553048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.554000000, lastModified=2020-07-27 17:18:57.553048000, delta=952000 ns, racy<=2502500 ns 17:18:57.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.554 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.554000000, lastModified=2020-07-27 17:18:57.553048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.553048000 to 2020-07-27 17:18:57.554048000 17:18:57.555 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.555000000, lastModified=2020-07-27 17:18:57.554048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.554048000 to 2020-07-27 17:18:57.555048000 17:18:57.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.556000000, lastModified=2020-07-27 17:18:57.555048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.556000000, lastModified=2020-07-27 17:18:57.555048000, delta=952000 ns, racy<=2502500 ns 17:18:57.556 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.557000000, lastModified=2020-07-27 17:18:57.556048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.557000000, lastModified=2020-07-27 17:18:57.556048000, delta=952000 ns, racy<=2502500 ns 17:18:57.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.557000000, lastModified=2020-07-27 17:18:57.556048000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.557000000, lastModified=2020-07-27 17:18:57.556048000, delta=952000 ns, racy<=2502500 ns 17:18:57.557 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.558000000, lastModified=2020-07-27 17:18:57.557049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.558000000, lastModified=2020-07-27 17:18:57.557049000, delta=951000 ns, racy<=2502500 ns 17:18:57.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.558000000, lastModified=2020-07-27 17:18:57.557049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.558000000, lastModified=2020-07-27 17:18:57.557049000, delta=951000 ns, racy<=2502500 ns 17:18:57.558 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.559000000, lastModified=2020-07-27 17:18:57.558049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.559000000, lastModified=2020-07-27 17:18:57.558049000, delta=951000 ns, racy<=2502500 ns 17:18:57.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.559 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.559000000, lastModified=2020-07-27 17:18:57.558049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.559000000, lastModified=2020-07-27 17:18:57.558049000, delta=951000 ns, racy<=2502500 ns 17:18:57.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.560000000, lastModified=2020-07-27 17:18:57.559049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.560000000, lastModified=2020-07-27 17:18:57.559049000, delta=951000 ns, racy<=2502500 ns 17:18:57.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.560000000, lastModified=2020-07-27 17:18:57.559049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.560000000, lastModified=2020-07-27 17:18:57.559049000, delta=951000 ns, racy<=2502500 ns 17:18:57.560 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.561000000, lastModified=2020-07-27 17:18:57.560049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.561000000, lastModified=2020-07-27 17:18:57.560049000, delta=951000 ns, racy<=2502500 ns 17:18:57.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.561 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.561000000, lastModified=2020-07-27 17:18:57.560049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.560049000 to 2020-07-27 17:18:57.561049000 17:18:57.562 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.562000000, lastModified=2020-07-27 17:18:57.561049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.561049000 to 2020-07-27 17:18:57.562049000 17:18:57.563 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.563000000, lastModified=2020-07-27 17:18:57.562049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.562049000 to 2020-07-27 17:18:57.563049000 17:18:57.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.564000000, lastModified=2020-07-27 17:18:57.563049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.564000000, lastModified=2020-07-27 17:18:57.563049000, delta=951000 ns, racy<=2502500 ns 17:18:57.564 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.565000000, lastModified=2020-07-27 17:18:57.564049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.565000000, lastModified=2020-07-27 17:18:57.564049000, delta=951000 ns, racy<=2502500 ns 17:18:57.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.565 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.565000000, lastModified=2020-07-27 17:18:57.564049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.564049000 to 2020-07-27 17:18:57.565049000 17:18:57.566 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.566000000, lastModified=2020-07-27 17:18:57.565049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.565049000 to 2020-07-27 17:18:57.566049000 17:18:57.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.567000000, lastModified=2020-07-27 17:18:57.566049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.567000000, lastModified=2020-07-27 17:18:57.566049000, delta=951000 ns, racy<=2502500 ns 17:18:57.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.567 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.567000000, lastModified=2020-07-27 17:18:57.566049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.566049000 to 2020-07-27 17:18:57.567049000 17:18:57.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.568000000, lastModified=2020-07-27 17:18:57.567049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.568000000, lastModified=2020-07-27 17:18:57.567049000, delta=951000 ns, racy<=2502500 ns 17:18:57.568 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.569000000, lastModified=2020-07-27 17:18:57.568049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.569000000, lastModified=2020-07-27 17:18:57.568049000, delta=951000 ns, racy<=2502500 ns 17:18:57.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.570 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.570000000, lastModified=2020-07-27 17:18:57.569049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.569049000 to 2020-07-27 17:18:57.570049000 17:18:57.571 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.571000000, lastModified=2020-07-27 17:18:57.570049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.571000000, lastModified=2020-07-27 17:18:57.570049000, delta=951000 ns, racy<=2502500 ns 17:18:57.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.572000000, lastModified=2020-07-27 17:18:57.571049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.572000000, lastModified=2020-07-27 17:18:57.571049000, delta=951000 ns, racy<=2502500 ns 17:18:57.572 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.573000000, lastModified=2020-07-27 17:18:57.572049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.573000000, lastModified=2020-07-27 17:18:57.572049000, delta=951000 ns, racy<=2502500 ns 17:18:57.573 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.574000000, lastModified=2020-07-27 17:18:57.573049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.574000000, lastModified=2020-07-27 17:18:57.573049000, delta=951000 ns, racy<=2502500 ns 17:18:57.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.574 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.574000000, lastModified=2020-07-27 17:18:57.573049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.573049000 to 2020-07-27 17:18:57.574049000 17:18:57.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.575000000, lastModified=2020-07-27 17:18:57.574049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.575000000, lastModified=2020-07-27 17:18:57.574049000, delta=951000 ns, racy<=2502500 ns 17:18:57.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.575 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.575000000, lastModified=2020-07-27 17:18:57.574049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.574049000 to 2020-07-27 17:18:57.575049000 17:18:57.576 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.576000000, lastModified=2020-07-27 17:18:57.575049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.575049000 to 2020-07-27 17:18:57.576049000 17:18:57.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.577000000, lastModified=2020-07-27 17:18:57.576049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.577000000, lastModified=2020-07-27 17:18:57.576049000, delta=951000 ns, racy<=2502500 ns 17:18:57.577 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.578 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.578000000, lastModified=2020-07-27 17:18:57.577049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.578 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.578000000, lastModified=2020-07-27 17:18:57.577049000, delta=951000 ns, racy<=2502500 ns 17:18:57.578 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.579 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.579000000, lastModified=2020-07-27 17:18:57.577049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.579 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.577049000 to 2020-07-27 17:18:57.578049000 17:18:57.579 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.579000000, lastModified=2020-07-27 17:18:57.578049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.578049000 to 2020-07-27 17:18:57.579049000 17:18:57.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.580000000, lastModified=2020-07-27 17:18:57.579049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.580000000, lastModified=2020-07-27 17:18:57.579049000, delta=951000 ns, racy<=2502500 ns 17:18:57.580 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.581000000, lastModified=2020-07-27 17:18:57.580049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.581000000, lastModified=2020-07-27 17:18:57.580049000, delta=951000 ns, racy<=2502500 ns 17:18:57.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.581 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.581000000, lastModified=2020-07-27 17:18:57.580049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.581000000, lastModified=2020-07-27 17:18:57.580049000, delta=951000 ns, racy<=2502500 ns 17:18:57.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.582000000, lastModified=2020-07-27 17:18:57.581049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.582000000, lastModified=2020-07-27 17:18:57.581049000, delta=951000 ns, racy<=2502500 ns 17:18:57.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.582 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.582000000, lastModified=2020-07-27 17:18:57.581049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.581049000 to 2020-07-27 17:18:57.582049000 17:18:57.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.583000000, lastModified=2020-07-27 17:18:57.582049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.583000000, lastModified=2020-07-27 17:18:57.582049000, delta=951000 ns, racy<=2502500 ns 17:18:57.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.583 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.583000000, lastModified=2020-07-27 17:18:57.582049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.582049000 to 2020-07-27 17:18:57.583049000 17:18:57.584 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.584000000, lastModified=2020-07-27 17:18:57.583049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.583049000 to 2020-07-27 17:18:57.584049000 17:18:57.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.585000000, lastModified=2020-07-27 17:18:57.584049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.585000000, lastModified=2020-07-27 17:18:57.584049000, delta=951000 ns, racy<=2502500 ns 17:18:57.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.585 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.585000000, lastModified=2020-07-27 17:18:57.584049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.584049000 to 2020-07-27 17:18:57.585049000 17:18:57.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.586000000, lastModified=2020-07-27 17:18:57.585049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.586000000, lastModified=2020-07-27 17:18:57.585049000, delta=951000 ns, racy<=2502500 ns 17:18:57.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.586 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.586000000, lastModified=2020-07-27 17:18:57.585049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.585049000 to 2020-07-27 17:18:57.586049000 17:18:57.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.587000000, lastModified=2020-07-27 17:18:57.586049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.587000000, lastModified=2020-07-27 17:18:57.586049000, delta=951000 ns, racy<=2502500 ns 17:18:57.587 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.588000000, lastModified=2020-07-27 17:18:57.587049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.588000000, lastModified=2020-07-27 17:18:57.587049000, delta=951000 ns, racy<=2502500 ns 17:18:57.588 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.589000000, lastModified=2020-07-27 17:18:57.588049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.589000000, lastModified=2020-07-27 17:18:57.588049000, delta=951000 ns, racy<=2502500 ns 17:18:57.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.589000000, lastModified=2020-07-27 17:18:57.588049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.589000000, lastModified=2020-07-27 17:18:57.588049000, delta=951000 ns, racy<=2502500 ns 17:18:57.589 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.590000000, lastModified=2020-07-27 17:18:57.589049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.590000000, lastModified=2020-07-27 17:18:57.589049000, delta=951000 ns, racy<=2502500 ns 17:18:57.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.590 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.590000000, lastModified=2020-07-27 17:18:57.589049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.589049000 to 2020-07-27 17:18:57.590049000 17:18:57.591 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.591000000, lastModified=2020-07-27 17:18:57.590049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.590049000 to 2020-07-27 17:18:57.591049000 17:18:57.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.592000000, lastModified=2020-07-27 17:18:57.591049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.592000000, lastModified=2020-07-27 17:18:57.591049000, delta=951000 ns, racy<=2502500 ns 17:18:57.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.592 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.592000000, lastModified=2020-07-27 17:18:57.591049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.592000000, lastModified=2020-07-27 17:18:57.591049000, delta=951000 ns, racy<=2502500 ns 17:18:57.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.593000000, lastModified=2020-07-27 17:18:57.592049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.593000000, lastModified=2020-07-27 17:18:57.592049000, delta=951000 ns, racy<=2502500 ns 17:18:57.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.593000000, lastModified=2020-07-27 17:18:57.592049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.593000000, lastModified=2020-07-27 17:18:57.592049000, delta=951000 ns, racy<=2502500 ns 17:18:57.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.594 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.594000000, lastModified=2020-07-27 17:18:57.593049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.593049000 to 2020-07-27 17:18:57.594049000 17:18:57.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.595000000, lastModified=2020-07-27 17:18:57.594049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.595000000, lastModified=2020-07-27 17:18:57.594049000, delta=951000 ns, racy<=2502500 ns 17:18:57.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.595 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.595000000, lastModified=2020-07-27 17:18:57.594049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.594049000 to 2020-07-27 17:18:57.595049000 17:18:57.596 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.596000000, lastModified=2020-07-27 17:18:57.595049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.595049000 to 2020-07-27 17:18:57.596049000 17:18:57.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.597000000, lastModified=2020-07-27 17:18:57.596049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.597000000, lastModified=2020-07-27 17:18:57.596049000, delta=951000 ns, racy<=2502500 ns 17:18:57.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.597 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.597000000, lastModified=2020-07-27 17:18:57.596049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.596049000 to 2020-07-27 17:18:57.597049000 17:18:57.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.598000000, lastModified=2020-07-27 17:18:57.597049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.598000000, lastModified=2020-07-27 17:18:57.597049000, delta=951000 ns, racy<=2502500 ns 17:18:57.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.598 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.598000000, lastModified=2020-07-27 17:18:57.597049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.597049000 to 2020-07-27 17:18:57.598049000 17:18:57.599 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.599000000, lastModified=2020-07-27 17:18:57.598049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.598049000 to 2020-07-27 17:18:57.599049000 17:18:57.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.600000000, lastModified=2020-07-27 17:18:57.599049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.600000000, lastModified=2020-07-27 17:18:57.599049000, delta=951000 ns, racy<=2502500 ns 17:18:57.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.600 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.600000000, lastModified=2020-07-27 17:18:57.599049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.600000000, lastModified=2020-07-27 17:18:57.599049000, delta=951000 ns, racy<=2502500 ns 17:18:57.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.601000000, lastModified=2020-07-27 17:18:57.600049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.601000000, lastModified=2020-07-27 17:18:57.600049000, delta=951000 ns, racy<=2502500 ns 17:18:57.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.601000000, lastModified=2020-07-27 17:18:57.600049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.601000000, lastModified=2020-07-27 17:18:57.600049000, delta=951000 ns, racy<=2502500 ns 17:18:57.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.602000000, lastModified=2020-07-27 17:18:57.601049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.602000000, lastModified=2020-07-27 17:18:57.601049000, delta=951000 ns, racy<=2502500 ns 17:18:57.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.602 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.602000000, lastModified=2020-07-27 17:18:57.601049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.601049000 to 2020-07-27 17:18:57.602049000 17:18:57.603 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.603000000, lastModified=2020-07-27 17:18:57.602049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.602049000 to 2020-07-27 17:18:57.603049000 17:18:57.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.604000000, lastModified=2020-07-27 17:18:57.603049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.604000000, lastModified=2020-07-27 17:18:57.603049000, delta=951000 ns, racy<=2502500 ns 17:18:57.604 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.605000000, lastModified=2020-07-27 17:18:57.604049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.605000000, lastModified=2020-07-27 17:18:57.604049000, delta=951000 ns, racy<=2502500 ns 17:18:57.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.605 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.605000000, lastModified=2020-07-27 17:18:57.604049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.604049000 to 2020-07-27 17:18:57.605049000 17:18:57.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.606000000, lastModified=2020-07-27 17:18:57.605049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.606000000, lastModified=2020-07-27 17:18:57.605049000, delta=951000 ns, racy<=2502500 ns 17:18:57.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.606 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.606000000, lastModified=2020-07-27 17:18:57.605049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.605049000 to 2020-07-27 17:18:57.606049000 17:18:57.607 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.607000000, lastModified=2020-07-27 17:18:57.606049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.607000000, lastModified=2020-07-27 17:18:57.606049000, delta=951000 ns, racy<=2502500 ns 17:18:57.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.608000000, lastModified=2020-07-27 17:18:57.607049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.608000000, lastModified=2020-07-27 17:18:57.607049000, delta=951000 ns, racy<=2502500 ns 17:18:57.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.608 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.608000000, lastModified=2020-07-27 17:18:57.607049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.607049000 to 2020-07-27 17:18:57.608049000 17:18:57.609 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.609000000, lastModified=2020-07-27 17:18:57.608049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.608049000 to 2020-07-27 17:18:57.609049000 17:18:57.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.610000000, lastModified=2020-07-27 17:18:57.609049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.610000000, lastModified=2020-07-27 17:18:57.609049000, delta=951000 ns, racy<=2502500 ns 17:18:57.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.610 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.610000000, lastModified=2020-07-27 17:18:57.609049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.609049000 to 2020-07-27 17:18:57.610049000 17:18:57.611 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.611000000, lastModified=2020-07-27 17:18:57.610049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.610049000 to 2020-07-27 17:18:57.611049000 17:18:57.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.612000000, lastModified=2020-07-27 17:18:57.611049000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.612000000, lastModified=2020-07-27 17:18:57.611049000, delta=951000 ns, racy<=2502500 ns 17:18:57.612 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.613 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.613000000, lastModified=2020-07-27 17:18:57.612050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.612050000 to 2020-07-27 17:18:57.613050000 17:18:57.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.614000000, lastModified=2020-07-27 17:18:57.613050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.614000000, lastModified=2020-07-27 17:18:57.613050000, delta=950000 ns, racy<=2502500 ns 17:18:57.614 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.615000000, lastModified=2020-07-27 17:18:57.614050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.615000000, lastModified=2020-07-27 17:18:57.614050000, delta=950000 ns, racy<=2502500 ns 17:18:57.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.615 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.615000000, lastModified=2020-07-27 17:18:57.614050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.614050000 to 2020-07-27 17:18:57.615050000 17:18:57.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.616000000, lastModified=2020-07-27 17:18:57.615050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.616000000, lastModified=2020-07-27 17:18:57.615050000, delta=950000 ns, racy<=2502500 ns 17:18:57.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.616 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.616000000, lastModified=2020-07-27 17:18:57.615050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.615050000 to 2020-07-27 17:18:57.616050000 17:18:57.617 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.617000000, lastModified=2020-07-27 17:18:57.616050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.616050000 to 2020-07-27 17:18:57.617050000 17:18:57.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.618000000, lastModified=2020-07-27 17:18:57.617050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.618000000, lastModified=2020-07-27 17:18:57.617050000, delta=950000 ns, racy<=2502500 ns 17:18:57.618 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.619000000, lastModified=2020-07-27 17:18:57.617050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.617050000 to 2020-07-27 17:18:57.618050000 17:18:57.619 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.619000000, lastModified=2020-07-27 17:18:57.618050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.618050000 to 2020-07-27 17:18:57.619050000 17:18:57.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.620000000, lastModified=2020-07-27 17:18:57.619050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.620000000, lastModified=2020-07-27 17:18:57.619050000, delta=950000 ns, racy<=2502500 ns 17:18:57.620 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.621000000, lastModified=2020-07-27 17:18:57.620050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.621000000, lastModified=2020-07-27 17:18:57.620050000, delta=950000 ns, racy<=2502500 ns 17:18:57.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.621 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.621000000, lastModified=2020-07-27 17:18:57.620050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.620050000 to 2020-07-27 17:18:57.621050000 17:18:57.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.622000000, lastModified=2020-07-27 17:18:57.621050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.622000000, lastModified=2020-07-27 17:18:57.621050000, delta=950000 ns, racy<=2502500 ns 17:18:57.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.622 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.622000000, lastModified=2020-07-27 17:18:57.621050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.621050000 to 2020-07-27 17:18:57.622050000 17:18:57.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.623000000, lastModified=2020-07-27 17:18:57.622050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.623000000, lastModified=2020-07-27 17:18:57.622050000, delta=950000 ns, racy<=2502500 ns 17:18:57.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.623 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.623000000, lastModified=2020-07-27 17:18:57.622050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.622050000 to 2020-07-27 17:18:57.623050000 17:18:57.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.624000000, lastModified=2020-07-27 17:18:57.623050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.624000000, lastModified=2020-07-27 17:18:57.623050000, delta=950000 ns, racy<=2502500 ns 17:18:57.624 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.625000000, lastModified=2020-07-27 17:18:57.623050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.623050000 to 2020-07-27 17:18:57.624050000 17:18:57.625 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.625000000, lastModified=2020-07-27 17:18:57.624050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.624050000 to 2020-07-27 17:18:57.625050000 17:18:57.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.626000000, lastModified=2020-07-27 17:18:57.625050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.626000000, lastModified=2020-07-27 17:18:57.625050000, delta=950000 ns, racy<=2502500 ns 17:18:57.626 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.627000000, lastModified=2020-07-27 17:18:57.626050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.627000000, lastModified=2020-07-27 17:18:57.626050000, delta=950000 ns, racy<=2502500 ns 17:18:57.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.627000000, lastModified=2020-07-27 17:18:57.626050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.627000000, lastModified=2020-07-27 17:18:57.626050000, delta=950000 ns, racy<=2502500 ns 17:18:57.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.628 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.628000000, lastModified=2020-07-27 17:18:57.627050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.627050000 to 2020-07-27 17:18:57.628050000 17:18:57.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.629000000, lastModified=2020-07-27 17:18:57.628050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.629000000, lastModified=2020-07-27 17:18:57.628050000, delta=950000 ns, racy<=2502500 ns 17:18:57.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.629 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.629000000, lastModified=2020-07-27 17:18:57.628050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.628050000 to 2020-07-27 17:18:57.629050000 17:18:57.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.630000000, lastModified=2020-07-27 17:18:57.629050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.630000000, lastModified=2020-07-27 17:18:57.629050000, delta=950000 ns, racy<=2502500 ns 17:18:57.630 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.631000000, lastModified=2020-07-27 17:18:57.630050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.631000000, lastModified=2020-07-27 17:18:57.630050000, delta=950000 ns, racy<=2502500 ns 17:18:57.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.631000000, lastModified=2020-07-27 17:18:57.630050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.631000000, lastModified=2020-07-27 17:18:57.630050000, delta=950000 ns, racy<=2502500 ns 17:18:57.631 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.632000000, lastModified=2020-07-27 17:18:57.631050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.632000000, lastModified=2020-07-27 17:18:57.631050000, delta=950000 ns, racy<=2502500 ns 17:18:57.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.632000000, lastModified=2020-07-27 17:18:57.631050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.632000000, lastModified=2020-07-27 17:18:57.631050000, delta=950000 ns, racy<=2502500 ns 17:18:57.632 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.633000000, lastModified=2020-07-27 17:18:57.632050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.633000000, lastModified=2020-07-27 17:18:57.632050000, delta=950000 ns, racy<=2502500 ns 17:18:57.633 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.634000000, lastModified=2020-07-27 17:18:57.633050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.634000000, lastModified=2020-07-27 17:18:57.633050000, delta=950000 ns, racy<=2502500 ns 17:18:57.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.634 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.634000000, lastModified=2020-07-27 17:18:57.633050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.633050000 to 2020-07-27 17:18:57.634050000 17:18:57.635 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.635000000, lastModified=2020-07-27 17:18:57.634050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.634050000 to 2020-07-27 17:18:57.635050000 17:18:57.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.636000000, lastModified=2020-07-27 17:18:57.635050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.636000000, lastModified=2020-07-27 17:18:57.635050000, delta=950000 ns, racy<=2502500 ns 17:18:57.636 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.637000000, lastModified=2020-07-27 17:18:57.636050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.637000000, lastModified=2020-07-27 17:18:57.636050000, delta=950000 ns, racy<=2502500 ns 17:18:57.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.637 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.637000000, lastModified=2020-07-27 17:18:57.636050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.636050000 to 2020-07-27 17:18:57.637050000 17:18:57.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.638000000, lastModified=2020-07-27 17:18:57.637050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.638000000, lastModified=2020-07-27 17:18:57.637050000, delta=950000 ns, racy<=2502500 ns 17:18:57.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.638 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.638000000, lastModified=2020-07-27 17:18:57.637050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.639 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.637050000 to 2020-07-27 17:18:57.638050000 17:18:57.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.640000000, lastModified=2020-07-27 17:18:57.639050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.640000000, lastModified=2020-07-27 17:18:57.639050000, delta=950000 ns, racy<=2502500 ns 17:18:57.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.640 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.640000000, lastModified=2020-07-27 17:18:57.639050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.640000000, lastModified=2020-07-27 17:18:57.639050000, delta=950000 ns, racy<=2502500 ns 17:18:57.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.641000000, lastModified=2020-07-27 17:18:57.640050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.641000000, lastModified=2020-07-27 17:18:57.640050000, delta=950000 ns, racy<=2502500 ns 17:18:57.641 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.641000000, lastModified=2020-07-27 17:18:57.640050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.640050000 to 2020-07-27 17:18:57.641050000 17:18:57.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.642000000, lastModified=2020-07-27 17:18:57.641050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.642000000, lastModified=2020-07-27 17:18:57.641050000, delta=950000 ns, racy<=2502500 ns 17:18:57.642 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.643000000, lastModified=2020-07-27 17:18:57.642050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.643000000, lastModified=2020-07-27 17:18:57.642050000, delta=950000 ns, racy<=2502500 ns 17:18:57.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.643000000, lastModified=2020-07-27 17:18:57.642050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.643000000, lastModified=2020-07-27 17:18:57.642050000, delta=950000 ns, racy<=2502500 ns 17:18:57.643 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.644000000, lastModified=2020-07-27 17:18:57.643050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.644000000, lastModified=2020-07-27 17:18:57.643050000, delta=950000 ns, racy<=2502500 ns 17:18:57.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.644000000, lastModified=2020-07-27 17:18:57.643050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.644000000, lastModified=2020-07-27 17:18:57.643050000, delta=950000 ns, racy<=2502500 ns 17:18:57.644 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.645000000, lastModified=2020-07-27 17:18:57.644050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.645000000, lastModified=2020-07-27 17:18:57.644050000, delta=950000 ns, racy<=2502500 ns 17:18:57.645 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.646000000, lastModified=2020-07-27 17:18:57.645050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.646000000, lastModified=2020-07-27 17:18:57.645050000, delta=950000 ns, racy<=2502500 ns 17:18:57.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.646 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.646000000, lastModified=2020-07-27 17:18:57.645050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.645050000 to 2020-07-27 17:18:57.646050000 17:18:57.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.647000000, lastModified=2020-07-27 17:18:57.646050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.647000000, lastModified=2020-07-27 17:18:57.646050000, delta=950000 ns, racy<=2502500 ns 17:18:57.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.647 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.647000000, lastModified=2020-07-27 17:18:57.646050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.646050000 to 2020-07-27 17:18:57.647050000 17:18:57.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.648000000, lastModified=2020-07-27 17:18:57.647050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.648000000, lastModified=2020-07-27 17:18:57.647050000, delta=950000 ns, racy<=2502500 ns 17:18:57.648 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.649000000, lastModified=2020-07-27 17:18:57.648050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.649000000, lastModified=2020-07-27 17:18:57.648050000, delta=950000 ns, racy<=2502500 ns 17:18:57.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.649 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.649000000, lastModified=2020-07-27 17:18:57.648050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.648050000 to 2020-07-27 17:18:57.649050000 17:18:57.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.650000000, lastModified=2020-07-27 17:18:57.649050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.650000000, lastModified=2020-07-27 17:18:57.649050000, delta=950000 ns, racy<=2502500 ns 17:18:57.650 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.651000000, lastModified=2020-07-27 17:18:57.649050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.649050000 to 2020-07-27 17:18:57.650050000 17:18:57.651 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.651000000, lastModified=2020-07-27 17:18:57.650050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.650050000 to 2020-07-27 17:18:57.651050000 17:18:57.652 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.652000000, lastModified=2020-07-27 17:18:57.651050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.651050000 to 2020-07-27 17:18:57.652050000 17:18:57.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.653000000, lastModified=2020-07-27 17:18:57.652050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.653000000, lastModified=2020-07-27 17:18:57.652050000, delta=950000 ns, racy<=2502500 ns 17:18:57.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.653 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.653000000, lastModified=2020-07-27 17:18:57.652050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.653000000, lastModified=2020-07-27 17:18:57.652050000, delta=950000 ns, racy<=2502500 ns 17:18:57.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.654000000, lastModified=2020-07-27 17:18:57.653050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.654000000, lastModified=2020-07-27 17:18:57.653050000, delta=950000 ns, racy<=2502500 ns 17:18:57.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.654000000, lastModified=2020-07-27 17:18:57.653050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.654000000, lastModified=2020-07-27 17:18:57.653050000, delta=950000 ns, racy<=2502500 ns 17:18:57.654 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.655000000, lastModified=2020-07-27 17:18:57.654050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.655000000, lastModified=2020-07-27 17:18:57.654050000, delta=950000 ns, racy<=2502500 ns 17:18:57.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.655000000, lastModified=2020-07-27 17:18:57.654050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.655000000, lastModified=2020-07-27 17:18:57.654050000, delta=950000 ns, racy<=2502500 ns 17:18:57.655 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.656000000, lastModified=2020-07-27 17:18:57.655050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.656000000, lastModified=2020-07-27 17:18:57.655050000, delta=950000 ns, racy<=2502500 ns 17:18:57.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.656000000, lastModified=2020-07-27 17:18:57.655050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.656000000, lastModified=2020-07-27 17:18:57.655050000, delta=950000 ns, racy<=2502500 ns 17:18:57.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.657000000, lastModified=2020-07-27 17:18:57.656050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.657000000, lastModified=2020-07-27 17:18:57.656050000, delta=950000 ns, racy<=2502500 ns 17:18:57.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.657 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.657000000, lastModified=2020-07-27 17:18:57.656050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.657000000, lastModified=2020-07-27 17:18:57.656050000, delta=950000 ns, racy<=2502500 ns 17:18:57.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.658000000, lastModified=2020-07-27 17:18:57.657050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.658000000, lastModified=2020-07-27 17:18:57.657050000, delta=950000 ns, racy<=2502500 ns 17:18:57.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.658 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.658000000, lastModified=2020-07-27 17:18:57.657050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.657050000 to 2020-07-27 17:18:57.658050000 17:18:57.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.659000000, lastModified=2020-07-27 17:18:57.658050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.659000000, lastModified=2020-07-27 17:18:57.658050000, delta=950000 ns, racy<=2502500 ns 17:18:57.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.659 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.659000000, lastModified=2020-07-27 17:18:57.658050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.658050000 to 2020-07-27 17:18:57.659050000 17:18:57.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.660000000, lastModified=2020-07-27 17:18:57.659050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.660000000, lastModified=2020-07-27 17:18:57.659050000, delta=950000 ns, racy<=2502500 ns 17:18:57.660 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.660000000, lastModified=2020-07-27 17:18:57.659050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.661 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.659050000 to 2020-07-27 17:18:57.660050000 17:18:57.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.662000000, lastModified=2020-07-27 17:18:57.661050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.662000000, lastModified=2020-07-27 17:18:57.661050000, delta=950000 ns, racy<=2502500 ns 17:18:57.662 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.663000000, lastModified=2020-07-27 17:18:57.662050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.663000000, lastModified=2020-07-27 17:18:57.662050000, delta=950000 ns, racy<=2502500 ns 17:18:57.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.663 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.663000000, lastModified=2020-07-27 17:18:57.662050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.662050000 to 2020-07-27 17:18:57.663050000 17:18:57.664 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.664000000, lastModified=2020-07-27 17:18:57.663050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.663050000 to 2020-07-27 17:18:57.664050000 17:18:57.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.665000000, lastModified=2020-07-27 17:18:57.664050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.665000000, lastModified=2020-07-27 17:18:57.664050000, delta=950000 ns, racy<=2502500 ns 17:18:57.665 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.666000000, lastModified=2020-07-27 17:18:57.665050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.666000000, lastModified=2020-07-27 17:18:57.665050000, delta=950000 ns, racy<=2502500 ns 17:18:57.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.666000000, lastModified=2020-07-27 17:18:57.665050000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.666000000, lastModified=2020-07-27 17:18:57.665050000, delta=950000 ns, racy<=2502500 ns 17:18:57.666 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.667000000, lastModified=2020-07-27 17:18:57.666051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.667000000, lastModified=2020-07-27 17:18:57.666051000, delta=949000 ns, racy<=2502500 ns 17:18:57.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.667 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.667000000, lastModified=2020-07-27 17:18:57.666051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.666051000 to 2020-07-27 17:18:57.667051000 17:18:57.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.668000000, lastModified=2020-07-27 17:18:57.667051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.668000000, lastModified=2020-07-27 17:18:57.667051000, delta=949000 ns, racy<=2502500 ns 17:18:57.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.668 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.668000000, lastModified=2020-07-27 17:18:57.667051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.669 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.667051000 to 2020-07-27 17:18:57.668051000 17:18:57.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.670000000, lastModified=2020-07-27 17:18:57.668051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.668051000 to 2020-07-27 17:18:57.669051000 17:18:57.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.670000000, lastModified=2020-07-27 17:18:57.669051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.670000000, lastModified=2020-07-27 17:18:57.669051000, delta=949000 ns, racy<=2502500 ns 17:18:57.670 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.671000000, lastModified=2020-07-27 17:18:57.670051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.671000000, lastModified=2020-07-27 17:18:57.670051000, delta=949000 ns, racy<=2502500 ns 17:18:57.671 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.672000000, lastModified=2020-07-27 17:18:57.671051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.672000000, lastModified=2020-07-27 17:18:57.671051000, delta=949000 ns, racy<=2502500 ns 17:18:57.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.672000000, lastModified=2020-07-27 17:18:57.671051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.672000000, lastModified=2020-07-27 17:18:57.671051000, delta=949000 ns, racy<=2502500 ns 17:18:57.672 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.673000000, lastModified=2020-07-27 17:18:57.672051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.673000000, lastModified=2020-07-27 17:18:57.672051000, delta=949000 ns, racy<=2502500 ns 17:18:57.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.673000000, lastModified=2020-07-27 17:18:57.672051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.673000000, lastModified=2020-07-27 17:18:57.672051000, delta=949000 ns, racy<=2502500 ns 17:18:57.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.674000000, lastModified=2020-07-27 17:18:57.673051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.673051000 to 2020-07-27 17:18:57.674051000 17:18:57.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.675000000, lastModified=2020-07-27 17:18:57.674051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.674051000 to 2020-07-27 17:18:57.675051000 17:18:57.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.676000000, lastModified=2020-07-27 17:18:57.675051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.675051000 to 2020-07-27 17:18:57.676051000 17:18:57.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.677000000, lastModified=2020-07-27 17:18:57.676051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.677000000, lastModified=2020-07-27 17:18:57.676051000, delta=949000 ns, racy<=2502500 ns 17:18:57.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.677000000, lastModified=2020-07-27 17:18:57.676051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.676051000 to 2020-07-27 17:18:57.677051000 17:18:57.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.678000000, lastModified=2020-07-27 17:18:57.677051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.677051000 to 2020-07-27 17:18:57.678051000 17:18:57.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.679000000, lastModified=2020-07-27 17:18:57.678051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.678051000 to 2020-07-27 17:18:57.679051000 17:18:57.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.680000000, lastModified=2020-07-27 17:18:57.679051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.679051000 to 2020-07-27 17:18:57.680051000 17:18:57.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.681000000, lastModified=2020-07-27 17:18:57.680051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.680051000 to 2020-07-27 17:18:57.681051000 17:18:57.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.682000000, lastModified=2020-07-27 17:18:57.681051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.682000000, lastModified=2020-07-27 17:18:57.681051000, delta=949000 ns, racy<=2502500 ns 17:18:57.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.683000000, lastModified=2020-07-27 17:18:57.682051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.683000000, lastModified=2020-07-27 17:18:57.682051000, delta=949000 ns, racy<=2502500 ns 17:18:57.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.684000000, lastModified=2020-07-27 17:18:57.683051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.684000000, lastModified=2020-07-27 17:18:57.683051000, delta=949000 ns, racy<=2502500 ns 17:18:57.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.685000000, lastModified=2020-07-27 17:18:57.684051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.685000000, lastModified=2020-07-27 17:18:57.684051000, delta=949000 ns, racy<=2502500 ns 17:18:57.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.685000000, lastModified=2020-07-27 17:18:57.684051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.685000000, lastModified=2020-07-27 17:18:57.684051000, delta=949000 ns, racy<=2502500 ns 17:18:57.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.686000000, lastModified=2020-07-27 17:18:57.685051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.686000000, lastModified=2020-07-27 17:18:57.685051000, delta=949000 ns, racy<=2502500 ns 17:18:57.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.687000000, lastModified=2020-07-27 17:18:57.686051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.686051000 to 2020-07-27 17:18:57.687051000 17:18:57.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.688000000, lastModified=2020-07-27 17:18:57.687051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.688000000, lastModified=2020-07-27 17:18:57.687051000, delta=949000 ns, racy<=2502500 ns 17:18:57.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.688000000, lastModified=2020-07-27 17:18:57.687051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.687051000 to 2020-07-27 17:18:57.688051000 17:18:57.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.689000000, lastModified=2020-07-27 17:18:57.688051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.689000000, lastModified=2020-07-27 17:18:57.688051000, delta=949000 ns, racy<=2502500 ns 17:18:57.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.690000000, lastModified=2020-07-27 17:18:57.689051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.690000000, lastModified=2020-07-27 17:18:57.689051000, delta=949000 ns, racy<=2502500 ns 17:18:57.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.710000000, lastModified=2020-07-27 17:18:57.709051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.710000000, lastModified=2020-07-27 17:18:57.709051000, delta=949000 ns, racy<=2502500 ns 17:18:57.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.710000000, lastModified=2020-07-27 17:18:57.709051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.710000000, lastModified=2020-07-27 17:18:57.709051000, delta=949000 ns, racy<=2502500 ns 17:18:57.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.711000000, lastModified=2020-07-27 17:18:57.710051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.711000000, lastModified=2020-07-27 17:18:57.710051000, delta=949000 ns, racy<=2502500 ns 17:18:57.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.711000000, lastModified=2020-07-27 17:18:57.710051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.710051000 to 2020-07-27 17:18:57.711051000 17:18:57.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.712000000, lastModified=2020-07-27 17:18:57.711051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.712000000, lastModified=2020-07-27 17:18:57.711051000, delta=949000 ns, racy<=2502500 ns 17:18:57.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.712000000, lastModified=2020-07-27 17:18:57.711051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.711051000 to 2020-07-27 17:18:57.712051000 17:18:57.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.713000000, lastModified=2020-07-27 17:18:57.712051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.712051000 to 2020-07-27 17:18:57.713051000 17:18:57.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.714000000, lastModified=2020-07-27 17:18:57.713051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.714000000, lastModified=2020-07-27 17:18:57.713051000, delta=949000 ns, racy<=2502500 ns 17:18:57.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.714000000, lastModified=2020-07-27 17:18:57.713051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.713051000 to 2020-07-27 17:18:57.714051000 17:18:57.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.715000000, lastModified=2020-07-27 17:18:57.714051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.714051000 to 2020-07-27 17:18:57.715051000 17:18:57.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.716000000, lastModified=2020-07-27 17:18:57.715051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.716000000, lastModified=2020-07-27 17:18:57.715051000, delta=949000 ns, racy<=2502500 ns 17:18:57.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.717000000, lastModified=2020-07-27 17:18:57.715051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.715051000 to 2020-07-27 17:18:57.716051000 17:18:57.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.717000000, lastModified=2020-07-27 17:18:57.716051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.717000000, lastModified=2020-07-27 17:18:57.716051000, delta=949000 ns, racy<=2502500 ns 17:18:57.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.718000000, lastModified=2020-07-27 17:18:57.716051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.716051000 to 2020-07-27 17:18:57.717051000 17:18:57.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.718000000, lastModified=2020-07-27 17:18:57.717051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.718000000, lastModified=2020-07-27 17:18:57.717051000, delta=949000 ns, racy<=2502500 ns 17:18:57.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.718000000, lastModified=2020-07-27 17:18:57.717051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.717051000 to 2020-07-27 17:18:57.718051000 17:18:57.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.719000000, lastModified=2020-07-27 17:18:57.718051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.719000000, lastModified=2020-07-27 17:18:57.718051000, delta=949000 ns, racy<=2502500 ns 17:18:57.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.719000000, lastModified=2020-07-27 17:18:57.718051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.719000000, lastModified=2020-07-27 17:18:57.718051000, delta=949000 ns, racy<=2502500 ns 17:18:57.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.720000000, lastModified=2020-07-27 17:18:57.719051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.720000000, lastModified=2020-07-27 17:18:57.719051000, delta=949000 ns, racy<=2502500 ns 17:18:57.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.720000000, lastModified=2020-07-27 17:18:57.719051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.720000000, lastModified=2020-07-27 17:18:57.719051000, delta=949000 ns, racy<=2502500 ns 17:18:57.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.721000000, lastModified=2020-07-27 17:18:57.720051000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.720051000 to 2020-07-27 17:18:57.721052000 17:18:57.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.722000000, lastModified=2020-07-27 17:18:57.721052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.722000000, lastModified=2020-07-27 17:18:57.721052000, delta=948000 ns, racy<=2502500 ns 17:18:57.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.723000000, lastModified=2020-07-27 17:18:57.722052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.723000000, lastModified=2020-07-27 17:18:57.722052000, delta=948000 ns, racy<=2502500 ns 17:18:57.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.724000000, lastModified=2020-07-27 17:18:57.722052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.722052000 to 2020-07-27 17:18:57.723052000 17:18:57.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.724000000, lastModified=2020-07-27 17:18:57.723052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.724000000, lastModified=2020-07-27 17:18:57.723052000, delta=948000 ns, racy<=2502500 ns 17:18:57.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.725000000, lastModified=2020-07-27 17:18:57.724052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.725000000, lastModified=2020-07-27 17:18:57.724052000, delta=948000 ns, racy<=2502500 ns 17:18:57.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.725000000, lastModified=2020-07-27 17:18:57.724052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.725000000, lastModified=2020-07-27 17:18:57.724052000, delta=948000 ns, racy<=2502500 ns 17:18:57.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.726000000, lastModified=2020-07-27 17:18:57.725052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.726000000, lastModified=2020-07-27 17:18:57.725052000, delta=948000 ns, racy<=2502500 ns 17:18:57.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.726000000, lastModified=2020-07-27 17:18:57.725052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.726000000, lastModified=2020-07-27 17:18:57.725052000, delta=948000 ns, racy<=2502500 ns 17:18:57.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.727000000, lastModified=2020-07-27 17:18:57.726052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.727000000, lastModified=2020-07-27 17:18:57.726052000, delta=948000 ns, racy<=2502500 ns 17:18:57.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.727000000, lastModified=2020-07-27 17:18:57.726052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.726052000 to 2020-07-27 17:18:57.727052000 17:18:57.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.728000000, lastModified=2020-07-27 17:18:57.727052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.727052000 to 2020-07-27 17:18:57.728052000 17:18:57.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.729000000, lastModified=2020-07-27 17:18:57.728052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.728052000 to 2020-07-27 17:18:57.729052000 17:18:57.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.730000000, lastModified=2020-07-27 17:18:57.729052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.730000000, lastModified=2020-07-27 17:18:57.729052000, delta=948000 ns, racy<=2502500 ns 17:18:57.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.730000000, lastModified=2020-07-27 17:18:57.729052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.729052000 to 2020-07-27 17:18:57.730052000 17:18:57.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.731000000, lastModified=2020-07-27 17:18:57.730052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.731000000, lastModified=2020-07-27 17:18:57.730052000, delta=948000 ns, racy<=2502500 ns 17:18:57.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.732000000, lastModified=2020-07-27 17:18:57.731052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.732000000, lastModified=2020-07-27 17:18:57.731052000, delta=948000 ns, racy<=2502500 ns 17:18:57.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.733000000, lastModified=2020-07-27 17:18:57.732052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.733000000, lastModified=2020-07-27 17:18:57.732052000, delta=948000 ns, racy<=2502500 ns 17:18:57.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.734000000, lastModified=2020-07-27 17:18:57.733052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.734000000, lastModified=2020-07-27 17:18:57.733052000, delta=948000 ns, racy<=2502500 ns 17:18:57.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.735000000, lastModified=2020-07-27 17:18:57.734052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.735000000, lastModified=2020-07-27 17:18:57.734052000, delta=948000 ns, racy<=2502500 ns 17:18:57.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.735000000, lastModified=2020-07-27 17:18:57.734052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.734052000 to 2020-07-27 17:18:57.735052000 17:18:57.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.737000000, lastModified=2020-07-27 17:18:57.736052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.737000000, lastModified=2020-07-27 17:18:57.736052000, delta=948000 ns, racy<=2502500 ns 17:18:57.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.738000000, lastModified=2020-07-27 17:18:57.737052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.738000000, lastModified=2020-07-27 17:18:57.737052000, delta=948000 ns, racy<=2502500 ns 17:18:57.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.739000000, lastModified=2020-07-27 17:18:57.738052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.739000000, lastModified=2020-07-27 17:18:57.738052000, delta=948000 ns, racy<=2502500 ns 17:18:57.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.740000000, lastModified=2020-07-27 17:18:57.739052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.740000000, lastModified=2020-07-27 17:18:57.739052000, delta=948000 ns, racy<=2502500 ns 17:18:57.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.740000000, lastModified=2020-07-27 17:18:57.739052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.740000000, lastModified=2020-07-27 17:18:57.739052000, delta=948000 ns, racy<=2502500 ns 17:18:57.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.741000000, lastModified=2020-07-27 17:18:57.740052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.741000000, lastModified=2020-07-27 17:18:57.740052000, delta=948000 ns, racy<=2502500 ns 17:18:57.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.741000000, lastModified=2020-07-27 17:18:57.740052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.741000000, lastModified=2020-07-27 17:18:57.740052000, delta=948000 ns, racy<=2502500 ns 17:18:57.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.742000000, lastModified=2020-07-27 17:18:57.741052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.741052000 to 2020-07-27 17:18:57.742052000 17:18:57.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.743000000, lastModified=2020-07-27 17:18:57.742052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.743000000, lastModified=2020-07-27 17:18:57.742052000, delta=948000 ns, racy<=2502500 ns 17:18:57.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.743000000, lastModified=2020-07-27 17:18:57.742052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.742052000 to 2020-07-27 17:18:57.743052000 17:18:57.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.744000000, lastModified=2020-07-27 17:18:57.743052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.744000000, lastModified=2020-07-27 17:18:57.743052000, delta=948000 ns, racy<=2502500 ns 17:18:57.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.744000000, lastModified=2020-07-27 17:18:57.743052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.744000000, lastModified=2020-07-27 17:18:57.743052000, delta=948000 ns, racy<=2502500 ns 17:18:57.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.745000000, lastModified=2020-07-27 17:18:57.744052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.744052000 to 2020-07-27 17:18:57.745052000 17:18:57.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.746000000, lastModified=2020-07-27 17:18:57.745052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.746000000, lastModified=2020-07-27 17:18:57.745052000, delta=948000 ns, racy<=2502500 ns 17:18:57.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.746000000, lastModified=2020-07-27 17:18:57.745052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.745052000 to 2020-07-27 17:18:57.746052000 17:18:57.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.747000000, lastModified=2020-07-27 17:18:57.746052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.747000000, lastModified=2020-07-27 17:18:57.746052000, delta=948000 ns, racy<=2502500 ns 17:18:57.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.748000000, lastModified=2020-07-27 17:18:57.747052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.748000000, lastModified=2020-07-27 17:18:57.747052000, delta=948000 ns, racy<=2502500 ns 17:18:57.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.749000000, lastModified=2020-07-27 17:18:57.748052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.749000000, lastModified=2020-07-27 17:18:57.748052000, delta=948000 ns, racy<=2502500 ns 17:18:57.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.749000000, lastModified=2020-07-27 17:18:57.748052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.748052000 to 2020-07-27 17:18:57.749052000 17:18:57.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.750000000, lastModified=2020-07-27 17:18:57.749052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.749052000 to 2020-07-27 17:18:57.750052000 17:18:57.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.751000000, lastModified=2020-07-27 17:18:57.750052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.750052000 to 2020-07-27 17:18:57.751052000 17:18:57.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.752000000, lastModified=2020-07-27 17:18:57.751052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.751052000 to 2020-07-27 17:18:57.752052000 17:18:57.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.753000000, lastModified=2020-07-27 17:18:57.752052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.753000000, lastModified=2020-07-27 17:18:57.752052000, delta=948000 ns, racy<=2502500 ns 17:18:57.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.754000000, lastModified=2020-07-27 17:18:57.753052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.754000000, lastModified=2020-07-27 17:18:57.753052000, delta=948000 ns, racy<=2502500 ns 17:18:57.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.754000000, lastModified=2020-07-27 17:18:57.753052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.753052000 to 2020-07-27 17:18:57.754052000 17:18:57.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.755000000, lastModified=2020-07-27 17:18:57.754052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.754052000 to 2020-07-27 17:18:57.755052000 17:18:57.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.756000000, lastModified=2020-07-27 17:18:57.755052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.756000000, lastModified=2020-07-27 17:18:57.755052000, delta=948000 ns, racy<=2502500 ns 17:18:57.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.757000000, lastModified=2020-07-27 17:18:57.756052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.757000000, lastModified=2020-07-27 17:18:57.756052000, delta=948000 ns, racy<=2502500 ns 17:18:57.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.758000000, lastModified=2020-07-27 17:18:57.757052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.758000000, lastModified=2020-07-27 17:18:57.757052000, delta=948000 ns, racy<=2502500 ns 17:18:57.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.758000000, lastModified=2020-07-27 17:18:57.757052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.758000000, lastModified=2020-07-27 17:18:57.757052000, delta=948000 ns, racy<=2502500 ns 17:18:57.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.759000000, lastModified=2020-07-27 17:18:57.758052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.759000000, lastModified=2020-07-27 17:18:57.758052000, delta=948000 ns, racy<=2502500 ns 17:18:57.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.760000000, lastModified=2020-07-27 17:18:57.759052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.760000000, lastModified=2020-07-27 17:18:57.759052000, delta=948000 ns, racy<=2502500 ns 17:18:57.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.760000000, lastModified=2020-07-27 17:18:57.759052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.760000000, lastModified=2020-07-27 17:18:57.759052000, delta=948000 ns, racy<=2502500 ns 17:18:57.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.761000000, lastModified=2020-07-27 17:18:57.760052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.761000000, lastModified=2020-07-27 17:18:57.760052000, delta=948000 ns, racy<=2502500 ns 17:18:57.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.761000000, lastModified=2020-07-27 17:18:57.760052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.760052000 to 2020-07-27 17:18:57.761052000 17:18:57.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.762000000, lastModified=2020-07-27 17:18:57.761052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.761052000 to 2020-07-27 17:18:57.762052000 17:18:57.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.763000000, lastModified=2020-07-27 17:18:57.762052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.763000000, lastModified=2020-07-27 17:18:57.762052000, delta=948000 ns, racy<=2502500 ns 17:18:57.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.763000000, lastModified=2020-07-27 17:18:57.762052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.762052000 to 2020-07-27 17:18:57.763052000 17:18:57.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.764000000, lastModified=2020-07-27 17:18:57.763052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.764000000, lastModified=2020-07-27 17:18:57.763052000, delta=948000 ns, racy<=2502500 ns 17:18:57.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.764000000, lastModified=2020-07-27 17:18:57.763052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.763052000 to 2020-07-27 17:18:57.764052000 17:18:57.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.765000000, lastModified=2020-07-27 17:18:57.764052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.765000000, lastModified=2020-07-27 17:18:57.764052000, delta=948000 ns, racy<=2502500 ns 17:18:57.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.765000000, lastModified=2020-07-27 17:18:57.764052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.764052000 to 2020-07-27 17:18:57.765052000 17:18:57.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.766000000, lastModified=2020-07-27 17:18:57.765052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.766000000, lastModified=2020-07-27 17:18:57.765052000, delta=948000 ns, racy<=2502500 ns 17:18:57.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.766000000, lastModified=2020-07-27 17:18:57.765052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.765052000 to 2020-07-27 17:18:57.766052000 17:18:57.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.767000000, lastModified=2020-07-27 17:18:57.766052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.767000000, lastModified=2020-07-27 17:18:57.766052000, delta=948000 ns, racy<=2502500 ns 17:18:57.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.767000000, lastModified=2020-07-27 17:18:57.766052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.766052000 to 2020-07-27 17:18:57.767052000 17:18:57.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.768000000, lastModified=2020-07-27 17:18:57.767052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.768000000, lastModified=2020-07-27 17:18:57.767052000, delta=948000 ns, racy<=2502500 ns 17:18:57.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.769000000, lastModified=2020-07-27 17:18:57.768052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.769000000, lastModified=2020-07-27 17:18:57.768052000, delta=948000 ns, racy<=2502500 ns 17:18:57.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.769000000, lastModified=2020-07-27 17:18:57.768052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.769000000, lastModified=2020-07-27 17:18:57.768052000, delta=948000 ns, racy<=2502500 ns 17:18:57.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.770000000, lastModified=2020-07-27 17:18:57.769052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.770000000, lastModified=2020-07-27 17:18:57.769052000, delta=948000 ns, racy<=2502500 ns 17:18:57.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.771000000, lastModified=2020-07-27 17:18:57.770052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.771000000, lastModified=2020-07-27 17:18:57.770052000, delta=948000 ns, racy<=2502500 ns 17:18:57.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.771000000, lastModified=2020-07-27 17:18:57.770052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.770052000 to 2020-07-27 17:18:57.771052000 17:18:57.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.772000000, lastModified=2020-07-27 17:18:57.771052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.772000000, lastModified=2020-07-27 17:18:57.771052000, delta=948000 ns, racy<=2502500 ns 17:18:57.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.773000000, lastModified=2020-07-27 17:18:57.771052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.771052000 to 2020-07-27 17:18:57.772052000 17:18:57.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.773000000, lastModified=2020-07-27 17:18:57.772052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.773000000, lastModified=2020-07-27 17:18:57.772052000, delta=948000 ns, racy<=2502500 ns 17:18:57.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.774000000, lastModified=2020-07-27 17:18:57.772052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.772052000 to 2020-07-27 17:18:57.773052000 17:18:57.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.774000000, lastModified=2020-07-27 17:18:57.773052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.774000000, lastModified=2020-07-27 17:18:57.773052000, delta=948000 ns, racy<=2502500 ns 17:18:57.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.775000000, lastModified=2020-07-27 17:18:57.774052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.775000000, lastModified=2020-07-27 17:18:57.774052000, delta=948000 ns, racy<=2502500 ns 17:18:57.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.775000000, lastModified=2020-07-27 17:18:57.774052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.775000000, lastModified=2020-07-27 17:18:57.774052000, delta=948000 ns, racy<=2502500 ns 17:18:57.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.776000000, lastModified=2020-07-27 17:18:57.775052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.776000000, lastModified=2020-07-27 17:18:57.775052000, delta=948000 ns, racy<=2502500 ns 17:18:57.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.776000000, lastModified=2020-07-27 17:18:57.775052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.776000000, lastModified=2020-07-27 17:18:57.775052000, delta=948000 ns, racy<=2502500 ns 17:18:57.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.776000000, lastModified=2020-07-27 17:18:57.775052000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.775052000 to 2020-07-27 17:18:57.776053000 17:18:57.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.778000000, lastModified=2020-07-27 17:18:57.777053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.778000000, lastModified=2020-07-27 17:18:57.777053000, delta=947000 ns, racy<=2502500 ns 17:18:57.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.778000000, lastModified=2020-07-27 17:18:57.777053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.778000000, lastModified=2020-07-27 17:18:57.777053000, delta=947000 ns, racy<=2502500 ns 17:18:57.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.779000000, lastModified=2020-07-27 17:18:57.778053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.779000000, lastModified=2020-07-27 17:18:57.778053000, delta=947000 ns, racy<=2502500 ns 17:18:57.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.780000000, lastModified=2020-07-27 17:18:57.779053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.780000000, lastModified=2020-07-27 17:18:57.779053000, delta=947000 ns, racy<=2502500 ns 17:18:57.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.780000000, lastModified=2020-07-27 17:18:57.779053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.779053000 to 2020-07-27 17:18:57.780053000 17:18:57.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.781000000, lastModified=2020-07-27 17:18:57.780053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.781000000, lastModified=2020-07-27 17:18:57.780053000, delta=947000 ns, racy<=2502500 ns 17:18:57.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.781000000, lastModified=2020-07-27 17:18:57.780053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.780053000 to 2020-07-27 17:18:57.781053000 17:18:57.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.782000000, lastModified=2020-07-27 17:18:57.781053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.782000000, lastModified=2020-07-27 17:18:57.781053000, delta=947000 ns, racy<=2502500 ns 17:18:57.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.783000000, lastModified=2020-07-27 17:18:57.782053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.783000000, lastModified=2020-07-27 17:18:57.782053000, delta=947000 ns, racy<=2502500 ns 17:18:57.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.783000000, lastModified=2020-07-27 17:18:57.782053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.782053000 to 2020-07-27 17:18:57.783053000 17:18:57.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.784000000, lastModified=2020-07-27 17:18:57.783053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.784000000, lastModified=2020-07-27 17:18:57.783053000, delta=947000 ns, racy<=2502500 ns 17:18:57.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.784000000, lastModified=2020-07-27 17:18:57.783053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.783053000 to 2020-07-27 17:18:57.784053000 17:18:57.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.785000000, lastModified=2020-07-27 17:18:57.784053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.785000000, lastModified=2020-07-27 17:18:57.784053000, delta=947000 ns, racy<=2502500 ns 17:18:57.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.786000000, lastModified=2020-07-27 17:18:57.785053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.786000000, lastModified=2020-07-27 17:18:57.785053000, delta=947000 ns, racy<=2502500 ns 17:18:57.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.787000000, lastModified=2020-07-27 17:18:57.786053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.787000000, lastModified=2020-07-27 17:18:57.786053000, delta=947000 ns, racy<=2502500 ns 17:18:57.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.787000000, lastModified=2020-07-27 17:18:57.786053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.787000000, lastModified=2020-07-27 17:18:57.786053000, delta=947000 ns, racy<=2502500 ns 17:18:57.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.788000000, lastModified=2020-07-27 17:18:57.787053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.788000000, lastModified=2020-07-27 17:18:57.787053000, delta=947000 ns, racy<=2502500 ns 17:18:57.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.789000000, lastModified=2020-07-27 17:18:57.788053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.789000000, lastModified=2020-07-27 17:18:57.788053000, delta=947000 ns, racy<=2502500 ns 17:18:57.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.789000000, lastModified=2020-07-27 17:18:57.788053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.789000000, lastModified=2020-07-27 17:18:57.788053000, delta=947000 ns, racy<=2502500 ns 17:18:57.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.790000000, lastModified=2020-07-27 17:18:57.789053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.790000000, lastModified=2020-07-27 17:18:57.789053000, delta=947000 ns, racy<=2502500 ns 17:18:57.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.791000000, lastModified=2020-07-27 17:18:57.790053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.791000000, lastModified=2020-07-27 17:18:57.790053000, delta=947000 ns, racy<=2502500 ns 17:18:57.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.791000000, lastModified=2020-07-27 17:18:57.790053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.790053000 to 2020-07-27 17:18:57.791053000 17:18:57.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.792000000, lastModified=2020-07-27 17:18:57.791053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.792000000, lastModified=2020-07-27 17:18:57.791053000, delta=947000 ns, racy<=2502500 ns 17:18:57.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.792000000, lastModified=2020-07-27 17:18:57.791053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.791053000 to 2020-07-27 17:18:57.792053000 17:18:57.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.793000000, lastModified=2020-07-27 17:18:57.792053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.793000000, lastModified=2020-07-27 17:18:57.792053000, delta=947000 ns, racy<=2502500 ns 17:18:57.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.794000000, lastModified=2020-07-27 17:18:57.793053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.794000000, lastModified=2020-07-27 17:18:57.793053000, delta=947000 ns, racy<=2502500 ns 17:18:57.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.794000000, lastModified=2020-07-27 17:18:57.793053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.794000000, lastModified=2020-07-27 17:18:57.793053000, delta=947000 ns, racy<=2502500 ns 17:18:57.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.795000000, lastModified=2020-07-27 17:18:57.794053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.795000000, lastModified=2020-07-27 17:18:57.794053000, delta=947000 ns, racy<=2502500 ns 17:18:57.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.795000000, lastModified=2020-07-27 17:18:57.794053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.795000000, lastModified=2020-07-27 17:18:57.794053000, delta=947000 ns, racy<=2502500 ns 17:18:57.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.796000000, lastModified=2020-07-27 17:18:57.795053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.796000000, lastModified=2020-07-27 17:18:57.795053000, delta=947000 ns, racy<=2502500 ns 17:18:57.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.797000000, lastModified=2020-07-27 17:18:57.796053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.797000000, lastModified=2020-07-27 17:18:57.796053000, delta=947000 ns, racy<=2502500 ns 17:18:57.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.798000000, lastModified=2020-07-27 17:18:57.797053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.798000000, lastModified=2020-07-27 17:18:57.797053000, delta=947000 ns, racy<=2502500 ns 17:18:57.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.799000000, lastModified=2020-07-27 17:18:57.798053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.799000000, lastModified=2020-07-27 17:18:57.798053000, delta=947000 ns, racy<=2502500 ns 17:18:57.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.800000000, lastModified=2020-07-27 17:18:57.799053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.800000000, lastModified=2020-07-27 17:18:57.799053000, delta=947000 ns, racy<=2502500 ns 17:18:57.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.800000000, lastModified=2020-07-27 17:18:57.799053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.799053000 to 2020-07-27 17:18:57.800053000 17:18:57.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.801000000, lastModified=2020-07-27 17:18:57.800053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.800053000 to 2020-07-27 17:18:57.801053000 17:18:57.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.802000000, lastModified=2020-07-27 17:18:57.801053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.802000000, lastModified=2020-07-27 17:18:57.801053000, delta=947000 ns, racy<=2502500 ns 17:18:57.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.803000000, lastModified=2020-07-27 17:18:57.801053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.801053000 to 2020-07-27 17:18:57.802053000 17:18:57.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.803000000, lastModified=2020-07-27 17:18:57.802053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.803000000, lastModified=2020-07-27 17:18:57.802053000, delta=947000 ns, racy<=2502500 ns 17:18:57.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.803000000, lastModified=2020-07-27 17:18:57.802053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.802053000 to 2020-07-27 17:18:57.803053000 17:18:57.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.804000000, lastModified=2020-07-27 17:18:57.803053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.804000000, lastModified=2020-07-27 17:18:57.803053000, delta=947000 ns, racy<=2502500 ns 17:18:57.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.805000000, lastModified=2020-07-27 17:18:57.803053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.803053000 to 2020-07-27 17:18:57.804053000 17:18:57.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.805000000, lastModified=2020-07-27 17:18:57.804053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.805000000, lastModified=2020-07-27 17:18:57.804053000, delta=947000 ns, racy<=2502500 ns 17:18:57.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.806000000, lastModified=2020-07-27 17:18:57.805053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.806000000, lastModified=2020-07-27 17:18:57.805053000, delta=947000 ns, racy<=2502500 ns 17:18:57.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.807000000, lastModified=2020-07-27 17:18:57.806053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.807000000, lastModified=2020-07-27 17:18:57.806053000, delta=947000 ns, racy<=2502500 ns 17:18:57.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.807000000, lastModified=2020-07-27 17:18:57.806053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.807000000, lastModified=2020-07-27 17:18:57.806053000, delta=947000 ns, racy<=2502500 ns 17:18:57.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.808000000, lastModified=2020-07-27 17:18:57.807053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.808000000, lastModified=2020-07-27 17:18:57.807053000, delta=947000 ns, racy<=2502500 ns 17:18:57.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.809000000, lastModified=2020-07-27 17:18:57.807053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.807053000 to 2020-07-27 17:18:57.808053000 17:18:57.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.810000000, lastModified=2020-07-27 17:18:57.809053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.810000000, lastModified=2020-07-27 17:18:57.809053000, delta=947000 ns, racy<=2502500 ns 17:18:57.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.810000000, lastModified=2020-07-27 17:18:57.809053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.809053000 to 2020-07-27 17:18:57.810053000 17:18:57.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.811000000, lastModified=2020-07-27 17:18:57.810053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.811000000, lastModified=2020-07-27 17:18:57.810053000, delta=947000 ns, racy<=2502500 ns 17:18:57.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.812000000, lastModified=2020-07-27 17:18:57.811053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.812000000, lastModified=2020-07-27 17:18:57.811053000, delta=947000 ns, racy<=2502500 ns 17:18:57.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.813000000, lastModified=2020-07-27 17:18:57.812053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.813000000, lastModified=2020-07-27 17:18:57.812053000, delta=947000 ns, racy<=2502500 ns 17:18:57.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.814000000, lastModified=2020-07-27 17:18:57.812053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.812053000 to 2020-07-27 17:18:57.813053000 17:18:57.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.814000000, lastModified=2020-07-27 17:18:57.813053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.814000000, lastModified=2020-07-27 17:18:57.813053000, delta=947000 ns, racy<=2502500 ns 17:18:57.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.815000000, lastModified=2020-07-27 17:18:57.814053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.814053000 to 2020-07-27 17:18:57.815053000 17:18:57.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.816000000, lastModified=2020-07-27 17:18:57.815053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.816000000, lastModified=2020-07-27 17:18:57.815053000, delta=947000 ns, racy<=2502500 ns 17:18:57.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.817000000, lastModified=2020-07-27 17:18:57.816053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.817000000, lastModified=2020-07-27 17:18:57.816053000, delta=947000 ns, racy<=2502500 ns 17:18:57.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.817000000, lastModified=2020-07-27 17:18:57.816053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.817000000, lastModified=2020-07-27 17:18:57.816053000, delta=947000 ns, racy<=2502500 ns 17:18:57.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.818000000, lastModified=2020-07-27 17:18:57.817053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.818000000, lastModified=2020-07-27 17:18:57.817053000, delta=947000 ns, racy<=2502500 ns 17:18:57.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.818000000, lastModified=2020-07-27 17:18:57.817053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.818000000, lastModified=2020-07-27 17:18:57.817053000, delta=947000 ns, racy<=2502500 ns 17:18:57.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.819000000, lastModified=2020-07-27 17:18:57.818053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.819000000, lastModified=2020-07-27 17:18:57.818053000, delta=947000 ns, racy<=2502500 ns 17:18:57.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.819000000, lastModified=2020-07-27 17:18:57.818053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.819000000, lastModified=2020-07-27 17:18:57.818053000, delta=947000 ns, racy<=2502500 ns 17:18:57.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.820000000, lastModified=2020-07-27 17:18:57.819053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.820000000, lastModified=2020-07-27 17:18:57.819053000, delta=947000 ns, racy<=2502500 ns 17:18:57.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.820000000, lastModified=2020-07-27 17:18:57.819053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.819053000 to 2020-07-27 17:18:57.820053000 17:18:57.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.822000000, lastModified=2020-07-27 17:18:57.820053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.820053000 to 2020-07-27 17:18:57.821053000 17:18:57.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.823000000, lastModified=2020-07-27 17:18:57.822053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.823000000, lastModified=2020-07-27 17:18:57.822053000, delta=947000 ns, racy<=2502500 ns 17:18:57.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.823000000, lastModified=2020-07-27 17:18:57.822053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.822053000 to 2020-07-27 17:18:57.823053000 17:18:57.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.824000000, lastModified=2020-07-27 17:18:57.823053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.824000000, lastModified=2020-07-27 17:18:57.823053000, delta=947000 ns, racy<=2502500 ns 17:18:57.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.824000000, lastModified=2020-07-27 17:18:57.823053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.823053000 to 2020-07-27 17:18:57.824053000 17:18:57.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.825000000, lastModified=2020-07-27 17:18:57.824053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.824053000 to 2020-07-27 17:18:57.825053000 17:18:57.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.826000000, lastModified=2020-07-27 17:18:57.825053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.826000000, lastModified=2020-07-27 17:18:57.825053000, delta=947000 ns, racy<=2502500 ns 17:18:57.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.826000000, lastModified=2020-07-27 17:18:57.825053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.825053000 to 2020-07-27 17:18:57.826053000 17:18:57.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.827000000, lastModified=2020-07-27 17:18:57.826053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.827000000, lastModified=2020-07-27 17:18:57.826053000, delta=947000 ns, racy<=2502500 ns 17:18:57.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.828000000, lastModified=2020-07-27 17:18:57.826053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.826053000 to 2020-07-27 17:18:57.827053000 17:18:57.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.828000000, lastModified=2020-07-27 17:18:57.827053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.828000000, lastModified=2020-07-27 17:18:57.827053000, delta=947000 ns, racy<=2502500 ns 17:18:57.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.829000000, lastModified=2020-07-27 17:18:57.828053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.829000000, lastModified=2020-07-27 17:18:57.828053000, delta=947000 ns, racy<=2502500 ns 17:18:57.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.829000000, lastModified=2020-07-27 17:18:57.828053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.829000000, lastModified=2020-07-27 17:18:57.828053000, delta=947000 ns, racy<=2502500 ns 17:18:57.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.830000000, lastModified=2020-07-27 17:18:57.829053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.830000000, lastModified=2020-07-27 17:18:57.829053000, delta=947000 ns, racy<=2502500 ns 17:18:57.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.830000000, lastModified=2020-07-27 17:18:57.829053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.829053000 to 2020-07-27 17:18:57.830053000 17:18:57.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.831000000, lastModified=2020-07-27 17:18:57.830053000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.831000000, lastModified=2020-07-27 17:18:57.830053000, delta=947000 ns, racy<=2502500 ns 17:18:57.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.832000000, lastModified=2020-07-27 17:18:57.831054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.832000000, lastModified=2020-07-27 17:18:57.831054000, delta=946000 ns, racy<=2502500 ns 17:18:57.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.833000000, lastModified=2020-07-27 17:18:57.831054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.831054000 to 2020-07-27 17:18:57.832054000 17:18:57.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.833000000, lastModified=2020-07-27 17:18:57.832054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.832054000 to 2020-07-27 17:18:57.833054000 17:18:57.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.834000000, lastModified=2020-07-27 17:18:57.833054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.833054000 to 2020-07-27 17:18:57.834054000 17:18:57.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.835000000, lastModified=2020-07-27 17:18:57.834054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.835000000, lastModified=2020-07-27 17:18:57.834054000, delta=946000 ns, racy<=2502500 ns 17:18:57.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.836000000, lastModified=2020-07-27 17:18:57.835054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.836000000, lastModified=2020-07-27 17:18:57.835054000, delta=946000 ns, racy<=2502500 ns 17:18:57.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.837000000, lastModified=2020-07-27 17:18:57.836054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.837000000, lastModified=2020-07-27 17:18:57.836054000, delta=946000 ns, racy<=2502500 ns 17:18:57.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.837000000, lastModified=2020-07-27 17:18:57.836054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.837000000, lastModified=2020-07-27 17:18:57.836054000, delta=946000 ns, racy<=2502500 ns 17:18:57.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.838000000, lastModified=2020-07-27 17:18:57.837054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.838000000, lastModified=2020-07-27 17:18:57.837054000, delta=946000 ns, racy<=2502500 ns 17:18:57.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.838000000, lastModified=2020-07-27 17:18:57.837054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.837054000 to 2020-07-27 17:18:57.838054000 17:18:57.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.839000000, lastModified=2020-07-27 17:18:57.838054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.839000000, lastModified=2020-07-27 17:18:57.838054000, delta=946000 ns, racy<=2502500 ns 17:18:57.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.839000000, lastModified=2020-07-27 17:18:57.838054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.838054000 to 2020-07-27 17:18:57.839054000 17:18:57.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.840000000, lastModified=2020-07-27 17:18:57.839054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.839054000 to 2020-07-27 17:18:57.840054000 17:18:57.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.841000000, lastModified=2020-07-27 17:18:57.840054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.841000000, lastModified=2020-07-27 17:18:57.840054000, delta=946000 ns, racy<=2502500 ns 17:18:57.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.842000000, lastModified=2020-07-27 17:18:57.841054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.842000000, lastModified=2020-07-27 17:18:57.841054000, delta=946000 ns, racy<=2502500 ns 17:18:57.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.842000000, lastModified=2020-07-27 17:18:57.841054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.842000000, lastModified=2020-07-27 17:18:57.841054000, delta=946000 ns, racy<=2502500 ns 17:18:57.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.843000000, lastModified=2020-07-27 17:18:57.842054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.843000000, lastModified=2020-07-27 17:18:57.842054000, delta=946000 ns, racy<=2502500 ns 17:18:57.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.843000000, lastModified=2020-07-27 17:18:57.842054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.842054000 to 2020-07-27 17:18:57.843054000 17:18:57.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.844000000, lastModified=2020-07-27 17:18:57.843054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.844000000, lastModified=2020-07-27 17:18:57.843054000, delta=946000 ns, racy<=2502500 ns 17:18:57.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.845000000, lastModified=2020-07-27 17:18:57.844054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.845000000, lastModified=2020-07-27 17:18:57.844054000, delta=946000 ns, racy<=2502500 ns 17:18:57.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.845000000, lastModified=2020-07-27 17:18:57.844054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.845000000, lastModified=2020-07-27 17:18:57.844054000, delta=946000 ns, racy<=2502500 ns 17:18:57.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.846000000, lastModified=2020-07-27 17:18:57.845054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.846000000, lastModified=2020-07-27 17:18:57.845054000, delta=946000 ns, racy<=2502500 ns 17:18:57.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.846000000, lastModified=2020-07-27 17:18:57.845054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.845054000 to 2020-07-27 17:18:57.846054000 17:18:57.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.847000000, lastModified=2020-07-27 17:18:57.846054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.846054000 to 2020-07-27 17:18:57.847054000 17:18:57.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.848000000, lastModified=2020-07-27 17:18:57.847054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.848000000, lastModified=2020-07-27 17:18:57.847054000, delta=946000 ns, racy<=2502500 ns 17:18:57.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.848000000, lastModified=2020-07-27 17:18:57.847054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.847054000 to 2020-07-27 17:18:57.848054000 17:18:57.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.849000000, lastModified=2020-07-27 17:18:57.848054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.849000000, lastModified=2020-07-27 17:18:57.848054000, delta=946000 ns, racy<=2502500 ns 17:18:57.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.849000000, lastModified=2020-07-27 17:18:57.848054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.848054000 to 2020-07-27 17:18:57.849054000 17:18:57.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.850000000, lastModified=2020-07-27 17:18:57.849054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.850000000, lastModified=2020-07-27 17:18:57.849054000, delta=946000 ns, racy<=2502500 ns 17:18:57.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.850000000, lastModified=2020-07-27 17:18:57.849054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.849054000 to 2020-07-27 17:18:57.850054000 17:18:57.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.851000000, lastModified=2020-07-27 17:18:57.850054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.851000000, lastModified=2020-07-27 17:18:57.850054000, delta=946000 ns, racy<=2502500 ns 17:18:57.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.852000000, lastModified=2020-07-27 17:18:57.851054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.852000000, lastModified=2020-07-27 17:18:57.851054000, delta=946000 ns, racy<=2502500 ns 17:18:57.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.852000000, lastModified=2020-07-27 17:18:57.851054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.852000000, lastModified=2020-07-27 17:18:57.851054000, delta=946000 ns, racy<=2502500 ns 17:18:57.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.853000000, lastModified=2020-07-27 17:18:57.852054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.853000000, lastModified=2020-07-27 17:18:57.852054000, delta=946000 ns, racy<=2502500 ns 17:18:57.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.853000000, lastModified=2020-07-27 17:18:57.852054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.853000000, lastModified=2020-07-27 17:18:57.852054000, delta=946000 ns, racy<=2502500 ns 17:18:57.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.854000000, lastModified=2020-07-27 17:18:57.853054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.854000000, lastModified=2020-07-27 17:18:57.853054000, delta=946000 ns, racy<=2502500 ns 17:18:57.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.854000000, lastModified=2020-07-27 17:18:57.853054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.854000000, lastModified=2020-07-27 17:18:57.853054000, delta=946000 ns, racy<=2502500 ns 17:18:57.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.855000000, lastModified=2020-07-27 17:18:57.854054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.855000000, lastModified=2020-07-27 17:18:57.854054000, delta=946000 ns, racy<=2502500 ns 17:18:57.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.855000000, lastModified=2020-07-27 17:18:57.854054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.854054000 to 2020-07-27 17:18:57.855054000 17:18:57.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.856000000, lastModified=2020-07-27 17:18:57.855054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.856000000, lastModified=2020-07-27 17:18:57.855054000, delta=946000 ns, racy<=2502500 ns 17:18:57.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.856000000, lastModified=2020-07-27 17:18:57.855054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.855054000 to 2020-07-27 17:18:57.856054000 17:18:57.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.857000000, lastModified=2020-07-27 17:18:57.856054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.857000000, lastModified=2020-07-27 17:18:57.856054000, delta=946000 ns, racy<=2502500 ns 17:18:57.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.858000000, lastModified=2020-07-27 17:18:57.857054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.858000000, lastModified=2020-07-27 17:18:57.857054000, delta=946000 ns, racy<=2502500 ns 17:18:57.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.859000000, lastModified=2020-07-27 17:18:57.857054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.857054000 to 2020-07-27 17:18:57.858054000 17:18:57.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.859000000, lastModified=2020-07-27 17:18:57.858054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.859000000, lastModified=2020-07-27 17:18:57.858054000, delta=946000 ns, racy<=2502500 ns 17:18:57.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.860000000, lastModified=2020-07-27 17:18:57.859054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.860000000, lastModified=2020-07-27 17:18:57.859054000, delta=946000 ns, racy<=2502500 ns 17:18:57.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.860000000, lastModified=2020-07-27 17:18:57.859054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.859054000 to 2020-07-27 17:18:57.860054000 17:18:57.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.862000000, lastModified=2020-07-27 17:18:57.861054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.862000000, lastModified=2020-07-27 17:18:57.861054000, delta=946000 ns, racy<=2502500 ns 17:18:57.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.863000000, lastModified=2020-07-27 17:18:57.861054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.861054000 to 2020-07-27 17:18:57.862054000 17:18:57.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.864000000, lastModified=2020-07-27 17:18:57.862054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.862054000 to 2020-07-27 17:18:57.863054000 17:18:57.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.864000000, lastModified=2020-07-27 17:18:57.863054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.863054000 to 2020-07-27 17:18:57.864054000 17:18:57.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.865000000, lastModified=2020-07-27 17:18:57.864054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.864054000 to 2020-07-27 17:18:57.865054000 17:18:57.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.866000000, lastModified=2020-07-27 17:18:57.865054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.865054000 to 2020-07-27 17:18:57.866054000 17:18:57.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.867000000, lastModified=2020-07-27 17:18:57.866054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.866054000 to 2020-07-27 17:18:57.867054000 17:18:57.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.868000000, lastModified=2020-07-27 17:18:57.867054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.868000000, lastModified=2020-07-27 17:18:57.867054000, delta=946000 ns, racy<=2502500 ns 17:18:57.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.869000000, lastModified=2020-07-27 17:18:57.868054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.869000000, lastModified=2020-07-27 17:18:57.868054000, delta=946000 ns, racy<=2502500 ns 17:18:57.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.869000000, lastModified=2020-07-27 17:18:57.868054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.868054000 to 2020-07-27 17:18:57.869054000 17:18:57.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.870000000, lastModified=2020-07-27 17:18:57.869054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.869054000 to 2020-07-27 17:18:57.870054000 17:18:57.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.871000000, lastModified=2020-07-27 17:18:57.870054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.871000000, lastModified=2020-07-27 17:18:57.870054000, delta=946000 ns, racy<=2502500 ns 17:18:57.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.872000000, lastModified=2020-07-27 17:18:57.871054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.872000000, lastModified=2020-07-27 17:18:57.871054000, delta=946000 ns, racy<=2502500 ns 17:18:57.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.872000000, lastModified=2020-07-27 17:18:57.871054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.871054000 to 2020-07-27 17:18:57.872054000 17:18:57.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.873000000, lastModified=2020-07-27 17:18:57.872054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.872054000 to 2020-07-27 17:18:57.873054000 17:18:57.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.874000000, lastModified=2020-07-27 17:18:57.873054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.874000000, lastModified=2020-07-27 17:18:57.873054000, delta=946000 ns, racy<=2502500 ns 17:18:57.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.874000000, lastModified=2020-07-27 17:18:57.873054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.873054000 to 2020-07-27 17:18:57.874054000 17:18:57.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.875000000, lastModified=2020-07-27 17:18:57.874054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.875000000, lastModified=2020-07-27 17:18:57.874054000, delta=946000 ns, racy<=2502500 ns 17:18:57.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.875000000, lastModified=2020-07-27 17:18:57.874054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.876 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.874054000 to 2020-07-27 17:18:57.875054000 17:18:57.876 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.876000000, lastModified=2020-07-27 17:18:57.875054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.876 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.876000000, lastModified=2020-07-27 17:18:57.875054000, delta=946000 ns, racy<=2502500 ns 17:18:57.876 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.877000000, lastModified=2020-07-27 17:18:57.875054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.875054000 to 2020-07-27 17:18:57.876054000 17:18:57.878 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.877000000, lastModified=2020-07-27 17:18:57.876054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.878 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.876054000 to 2020-07-27 17:18:57.877054000 17:18:57.878 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.878000000, lastModified=2020-07-27 17:18:57.877054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.878000000, lastModified=2020-07-27 17:18:57.877054000, delta=946000 ns, racy<=2502500 ns 17:18:57.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.879000000, lastModified=2020-07-27 17:18:57.878054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.879000000, lastModified=2020-07-27 17:18:57.878054000, delta=946000 ns, racy<=2502500 ns 17:18:57.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.879000000, lastModified=2020-07-27 17:18:57.878054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.879000000, lastModified=2020-07-27 17:18:57.878054000, delta=946000 ns, racy<=2502500 ns 17:18:57.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.880000000, lastModified=2020-07-27 17:18:57.879054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.880000000, lastModified=2020-07-27 17:18:57.879054000, delta=946000 ns, racy<=2502500 ns 17:18:57.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.880000000, lastModified=2020-07-27 17:18:57.879054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.881 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.879054000 to 2020-07-27 17:18:57.880054000 17:18:57.881 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.881000000, lastModified=2020-07-27 17:18:57.880054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.881 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.881000000, lastModified=2020-07-27 17:18:57.880054000, delta=946000 ns, racy<=2502500 ns 17:18:57.881 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.882000000, lastModified=2020-07-27 17:18:57.881054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.882000000, lastModified=2020-07-27 17:18:57.881054000, delta=946000 ns, racy<=2502500 ns 17:18:57.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.883000000, lastModified=2020-07-27 17:18:57.882054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.883000000, lastModified=2020-07-27 17:18:57.882054000, delta=946000 ns, racy<=2502500 ns 17:18:57.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.883000000, lastModified=2020-07-27 17:18:57.882054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.884 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.882054000 to 2020-07-27 17:18:57.883054000 17:18:57.884 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.884000000, lastModified=2020-07-27 17:18:57.883054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.883054000 to 2020-07-27 17:18:57.884054000 17:18:57.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.885000000, lastModified=2020-07-27 17:18:57.884054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.885000000, lastModified=2020-07-27 17:18:57.884054000, delta=946000 ns, racy<=2502500 ns 17:18:57.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.886000000, lastModified=2020-07-27 17:18:57.885054000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.885054000 to 2020-07-27 17:18:57.886055000 17:18:57.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.887000000, lastModified=2020-07-27 17:18:57.886055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.887000000, lastModified=2020-07-27 17:18:57.886055000, delta=945000 ns, racy<=2502500 ns 17:18:57.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.887000000, lastModified=2020-07-27 17:18:57.886055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.886055000 to 2020-07-27 17:18:57.887055000 17:18:57.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.888000000, lastModified=2020-07-27 17:18:57.887055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.888000000, lastModified=2020-07-27 17:18:57.887055000, delta=945000 ns, racy<=2502500 ns 17:18:57.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.889000000, lastModified=2020-07-27 17:18:57.887055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.887055000 to 2020-07-27 17:18:57.888055000 17:18:57.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.889000000, lastModified=2020-07-27 17:18:57.888055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.889000000, lastModified=2020-07-27 17:18:57.888055000, delta=945000 ns, racy<=2502500 ns 17:18:57.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.890000000, lastModified=2020-07-27 17:18:57.888055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.888055000 to 2020-07-27 17:18:57.889055000 17:18:57.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.890000000, lastModified=2020-07-27 17:18:57.889055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.889055000 to 2020-07-27 17:18:57.890055000 17:18:57.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.891000000, lastModified=2020-07-27 17:18:57.890055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.891000000, lastModified=2020-07-27 17:18:57.890055000, delta=945000 ns, racy<=2502500 ns 17:18:57.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.892000000, lastModified=2020-07-27 17:18:57.890055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.890055000 to 2020-07-27 17:18:57.891055000 17:18:57.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.892000000, lastModified=2020-07-27 17:18:57.891055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.891055000 to 2020-07-27 17:18:57.892055000 17:18:57.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.893000000, lastModified=2020-07-27 17:18:57.892055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.893000000, lastModified=2020-07-27 17:18:57.892055000, delta=945000 ns, racy<=2502500 ns 17:18:57.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.893000000, lastModified=2020-07-27 17:18:57.892055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.893000000, lastModified=2020-07-27 17:18:57.892055000, delta=945000 ns, racy<=2502500 ns 17:18:57.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.894000000, lastModified=2020-07-27 17:18:57.893055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.894000000, lastModified=2020-07-27 17:18:57.893055000, delta=945000 ns, racy<=2502500 ns 17:18:57.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.894000000, lastModified=2020-07-27 17:18:57.893055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.893055000 to 2020-07-27 17:18:57.894055000 17:18:57.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.895000000, lastModified=2020-07-27 17:18:57.894055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.894055000 to 2020-07-27 17:18:57.895055000 17:18:57.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.896000000, lastModified=2020-07-27 17:18:57.895055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.896000000, lastModified=2020-07-27 17:18:57.895055000, delta=945000 ns, racy<=2502500 ns 17:18:57.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.896000000, lastModified=2020-07-27 17:18:57.895055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.895055000 to 2020-07-27 17:18:57.896055000 17:18:57.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.897000000, lastModified=2020-07-27 17:18:57.896055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.897000000, lastModified=2020-07-27 17:18:57.896055000, delta=945000 ns, racy<=2502500 ns 17:18:57.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.897000000, lastModified=2020-07-27 17:18:57.896055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.896055000 to 2020-07-27 17:18:57.897055000 17:18:57.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.898000000, lastModified=2020-07-27 17:18:57.897055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.898000000, lastModified=2020-07-27 17:18:57.897055000, delta=945000 ns, racy<=2502500 ns 17:18:57.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.899000000, lastModified=2020-07-27 17:18:57.898055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.899000000, lastModified=2020-07-27 17:18:57.898055000, delta=945000 ns, racy<=2502500 ns 17:18:57.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.899000000, lastModified=2020-07-27 17:18:57.898055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.898055000 to 2020-07-27 17:18:57.899055000 17:18:57.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.900000000, lastModified=2020-07-27 17:18:57.899055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.900000000, lastModified=2020-07-27 17:18:57.899055000, delta=945000 ns, racy<=2502500 ns 17:18:57.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.901000000, lastModified=2020-07-27 17:18:57.900055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.901000000, lastModified=2020-07-27 17:18:57.900055000, delta=945000 ns, racy<=2502500 ns 17:18:57.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.902000000, lastModified=2020-07-27 17:18:57.901055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.902000000, lastModified=2020-07-27 17:18:57.901055000, delta=945000 ns, racy<=2502500 ns 17:18:57.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.903000000, lastModified=2020-07-27 17:18:57.901055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.901055000 to 2020-07-27 17:18:57.902055000 17:18:57.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.903000000, lastModified=2020-07-27 17:18:57.902055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.903000000, lastModified=2020-07-27 17:18:57.902055000, delta=945000 ns, racy<=2502500 ns 17:18:57.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.904000000, lastModified=2020-07-27 17:18:57.902055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.902055000 to 2020-07-27 17:18:57.903055000 17:18:57.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.904000000, lastModified=2020-07-27 17:18:57.903055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.904000000, lastModified=2020-07-27 17:18:57.903055000, delta=945000 ns, racy<=2502500 ns 17:18:57.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.905000000, lastModified=2020-07-27 17:18:57.904055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.905000000, lastModified=2020-07-27 17:18:57.904055000, delta=945000 ns, racy<=2502500 ns 17:18:57.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.906000000, lastModified=2020-07-27 17:18:57.905055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.906000000, lastModified=2020-07-27 17:18:57.905055000, delta=945000 ns, racy<=2502500 ns 17:18:57.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.906000000, lastModified=2020-07-27 17:18:57.905055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.905055000 to 2020-07-27 17:18:57.906055000 17:18:57.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.907000000, lastModified=2020-07-27 17:18:57.906055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.907000000, lastModified=2020-07-27 17:18:57.906055000, delta=945000 ns, racy<=2502500 ns 17:18:57.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.907000000, lastModified=2020-07-27 17:18:57.906055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.906055000 to 2020-07-27 17:18:57.907055000 17:18:57.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.908000000, lastModified=2020-07-27 17:18:57.907055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.908000000, lastModified=2020-07-27 17:18:57.907055000, delta=945000 ns, racy<=2502500 ns 17:18:57.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.909000000, lastModified=2020-07-27 17:18:57.907055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.907055000 to 2020-07-27 17:18:57.908055000 17:18:57.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.909000000, lastModified=2020-07-27 17:18:57.908055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.909000000, lastModified=2020-07-27 17:18:57.908055000, delta=945000 ns, racy<=2502500 ns 17:18:57.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.910000000, lastModified=2020-07-27 17:18:57.909055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.910000000, lastModified=2020-07-27 17:18:57.909055000, delta=945000 ns, racy<=2502500 ns 17:18:57.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.910000000, lastModified=2020-07-27 17:18:57.909055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.909055000 to 2020-07-27 17:18:57.910055000 17:18:57.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.911000000, lastModified=2020-07-27 17:18:57.910055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.911000000, lastModified=2020-07-27 17:18:57.910055000, delta=945000 ns, racy<=2502500 ns 17:18:57.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.912000000, lastModified=2020-07-27 17:18:57.911055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.912000000, lastModified=2020-07-27 17:18:57.911055000, delta=945000 ns, racy<=2502500 ns 17:18:57.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.912000000, lastModified=2020-07-27 17:18:57.911055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.911055000 to 2020-07-27 17:18:57.912055000 17:18:57.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.914000000, lastModified=2020-07-27 17:18:57.912055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.912055000 to 2020-07-27 17:18:57.913055000 17:18:57.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.914000000, lastModified=2020-07-27 17:18:57.913055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.914000000, lastModified=2020-07-27 17:18:57.913055000, delta=945000 ns, racy<=2502500 ns 17:18:57.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.915000000, lastModified=2020-07-27 17:18:57.914055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.915000000, lastModified=2020-07-27 17:18:57.914055000, delta=945000 ns, racy<=2502500 ns 17:18:57.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.915000000, lastModified=2020-07-27 17:18:57.914055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.915000000, lastModified=2020-07-27 17:18:57.914055000, delta=945000 ns, racy<=2502500 ns 17:18:57.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.916000000, lastModified=2020-07-27 17:18:57.915055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.916000000, lastModified=2020-07-27 17:18:57.915055000, delta=945000 ns, racy<=2502500 ns 17:18:57.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.916000000, lastModified=2020-07-27 17:18:57.915055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.915055000 to 2020-07-27 17:18:57.916055000 17:18:57.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.917000000, lastModified=2020-07-27 17:18:57.916055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.917000000, lastModified=2020-07-27 17:18:57.916055000, delta=945000 ns, racy<=2502500 ns 17:18:57.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.917000000, lastModified=2020-07-27 17:18:57.916055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.916055000 to 2020-07-27 17:18:57.917055000 17:18:57.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.918000000, lastModified=2020-07-27 17:18:57.917055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.918000000, lastModified=2020-07-27 17:18:57.917055000, delta=945000 ns, racy<=2502500 ns 17:18:57.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.918000000, lastModified=2020-07-27 17:18:57.917055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.917055000 to 2020-07-27 17:18:57.918055000 17:18:57.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.919000000, lastModified=2020-07-27 17:18:57.918055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.919000000, lastModified=2020-07-27 17:18:57.918055000, delta=945000 ns, racy<=2502500 ns 17:18:57.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.919000000, lastModified=2020-07-27 17:18:57.918055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.918055000 to 2020-07-27 17:18:57.919055000 17:18:57.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.920000000, lastModified=2020-07-27 17:18:57.919055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.920000000, lastModified=2020-07-27 17:18:57.919055000, delta=945000 ns, racy<=2502500 ns 17:18:57.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.921000000, lastModified=2020-07-27 17:18:57.920055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.921000000, lastModified=2020-07-27 17:18:57.920055000, delta=945000 ns, racy<=2502500 ns 17:18:57.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.921000000, lastModified=2020-07-27 17:18:57.920055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.921000000, lastModified=2020-07-27 17:18:57.920055000, delta=945000 ns, racy<=2502500 ns 17:18:57.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.922000000, lastModified=2020-07-27 17:18:57.921055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.922000000, lastModified=2020-07-27 17:18:57.921055000, delta=945000 ns, racy<=2502500 ns 17:18:57.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.922000000, lastModified=2020-07-27 17:18:57.921055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.921055000 to 2020-07-27 17:18:57.922055000 17:18:57.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.923000000, lastModified=2020-07-27 17:18:57.922055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.923000000, lastModified=2020-07-27 17:18:57.922055000, delta=945000 ns, racy<=2502500 ns 17:18:57.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.923000000, lastModified=2020-07-27 17:18:57.922055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.922055000 to 2020-07-27 17:18:57.923055000 17:18:57.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.924000000, lastModified=2020-07-27 17:18:57.923055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.924000000, lastModified=2020-07-27 17:18:57.923055000, delta=945000 ns, racy<=2502500 ns 17:18:57.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.924000000, lastModified=2020-07-27 17:18:57.923055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.923055000 to 2020-07-27 17:18:57.924055000 17:18:57.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.925000000, lastModified=2020-07-27 17:18:57.924055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.925000000, lastModified=2020-07-27 17:18:57.924055000, delta=945000 ns, racy<=2502500 ns 17:18:57.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.925000000, lastModified=2020-07-27 17:18:57.924055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.924055000 to 2020-07-27 17:18:57.925055000 17:18:57.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.926000000, lastModified=2020-07-27 17:18:57.925055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.926000000, lastModified=2020-07-27 17:18:57.925055000, delta=945000 ns, racy<=2502500 ns 17:18:57.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.927000000, lastModified=2020-07-27 17:18:57.926055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.926055000 to 2020-07-27 17:18:57.927055000 17:18:57.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.928000000, lastModified=2020-07-27 17:18:57.927055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.928000000, lastModified=2020-07-27 17:18:57.927055000, delta=945000 ns, racy<=2502500 ns 17:18:57.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.929000000, lastModified=2020-07-27 17:18:57.928055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.929000000, lastModified=2020-07-27 17:18:57.928055000, delta=945000 ns, racy<=2502500 ns 17:18:57.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.929000000, lastModified=2020-07-27 17:18:57.928055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.928055000 to 2020-07-27 17:18:57.929055000 17:18:57.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.930000000, lastModified=2020-07-27 17:18:57.929055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.930000000, lastModified=2020-07-27 17:18:57.929055000, delta=945000 ns, racy<=2502500 ns 17:18:57.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.931000000, lastModified=2020-07-27 17:18:57.930055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.931000000, lastModified=2020-07-27 17:18:57.930055000, delta=945000 ns, racy<=2502500 ns 17:18:57.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.931000000, lastModified=2020-07-27 17:18:57.930055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.930055000 to 2020-07-27 17:18:57.931055000 17:18:57.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.932000000, lastModified=2020-07-27 17:18:57.931055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.932000000, lastModified=2020-07-27 17:18:57.931055000, delta=945000 ns, racy<=2502500 ns 17:18:57.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.933000000, lastModified=2020-07-27 17:18:57.932055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.933000000, lastModified=2020-07-27 17:18:57.932055000, delta=945000 ns, racy<=2502500 ns 17:18:57.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.933000000, lastModified=2020-07-27 17:18:57.932055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.932055000 to 2020-07-27 17:18:57.933055000 17:18:57.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.934000000, lastModified=2020-07-27 17:18:57.933055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.934000000, lastModified=2020-07-27 17:18:57.933055000, delta=945000 ns, racy<=2502500 ns 17:18:57.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.934000000, lastModified=2020-07-27 17:18:57.933055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.933055000 to 2020-07-27 17:18:57.934055000 17:18:57.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.935000000, lastModified=2020-07-27 17:18:57.934055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.935000000, lastModified=2020-07-27 17:18:57.934055000, delta=945000 ns, racy<=2502500 ns 17:18:57.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.935000000, lastModified=2020-07-27 17:18:57.934055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.934055000 to 2020-07-27 17:18:57.935055000 17:18:57.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.936000000, lastModified=2020-07-27 17:18:57.935055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.936000000, lastModified=2020-07-27 17:18:57.935055000, delta=945000 ns, racy<=2502500 ns 17:18:57.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.937000000, lastModified=2020-07-27 17:18:57.936055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.937000000, lastModified=2020-07-27 17:18:57.936055000, delta=945000 ns, racy<=2502500 ns 17:18:57.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.938000000, lastModified=2020-07-27 17:18:57.937055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.938000000, lastModified=2020-07-27 17:18:57.937055000, delta=945000 ns, racy<=2502500 ns 17:18:57.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.938000000, lastModified=2020-07-27 17:18:57.937055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.937055000 to 2020-07-27 17:18:57.938055000 17:18:57.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.940000000, lastModified=2020-07-27 17:18:57.938055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.938055000 to 2020-07-27 17:18:57.939055000 17:18:57.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.940000000, lastModified=2020-07-27 17:18:57.939055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.940000000, lastModified=2020-07-27 17:18:57.939055000, delta=945000 ns, racy<=2502500 ns 17:18:57.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.941000000, lastModified=2020-07-27 17:18:57.940055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.941000000, lastModified=2020-07-27 17:18:57.940055000, delta=945000 ns, racy<=2502500 ns 17:18:57.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.941000000, lastModified=2020-07-27 17:18:57.940055000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.940055000 to 2020-07-27 17:18:57.941056000 17:18:57.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.942000000, lastModified=2020-07-27 17:18:57.941056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.942000000, lastModified=2020-07-27 17:18:57.941056000, delta=944000 ns, racy<=2502500 ns 17:18:57.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.943000000, lastModified=2020-07-27 17:18:57.942056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.943000000, lastModified=2020-07-27 17:18:57.942056000, delta=944000 ns, racy<=2502500 ns 17:18:57.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.943000000, lastModified=2020-07-27 17:18:57.942056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.942056000 to 2020-07-27 17:18:57.943056000 17:18:57.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.944000000, lastModified=2020-07-27 17:18:57.943056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.944000000, lastModified=2020-07-27 17:18:57.943056000, delta=944000 ns, racy<=2502500 ns 17:18:57.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.944000000, lastModified=2020-07-27 17:18:57.943056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.943056000 to 2020-07-27 17:18:57.944056000 17:18:57.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.945000000, lastModified=2020-07-27 17:18:57.944056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.945000000, lastModified=2020-07-27 17:18:57.944056000, delta=944000 ns, racy<=2502500 ns 17:18:57.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.946000000, lastModified=2020-07-27 17:18:57.945056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.946000000, lastModified=2020-07-27 17:18:57.945056000, delta=944000 ns, racy<=2502500 ns 17:18:57.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.947000000, lastModified=2020-07-27 17:18:57.946056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.947000000, lastModified=2020-07-27 17:18:57.946056000, delta=944000 ns, racy<=2502500 ns 17:18:57.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.948000000, lastModified=2020-07-27 17:18:57.947056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.948000000, lastModified=2020-07-27 17:18:57.947056000, delta=944000 ns, racy<=2502500 ns 17:18:57.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.948000000, lastModified=2020-07-27 17:18:57.947056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.948000000, lastModified=2020-07-27 17:18:57.947056000, delta=944000 ns, racy<=2502500 ns 17:18:57.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.949000000, lastModified=2020-07-27 17:18:57.948056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.949000000, lastModified=2020-07-27 17:18:57.948056000, delta=944000 ns, racy<=2502500 ns 17:18:57.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.950000000, lastModified=2020-07-27 17:18:57.949056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.950000000, lastModified=2020-07-27 17:18:57.949056000, delta=944000 ns, racy<=2502500 ns 17:18:57.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.950000000, lastModified=2020-07-27 17:18:57.949056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.950000000, lastModified=2020-07-27 17:18:57.949056000, delta=944000 ns, racy<=2502500 ns 17:18:57.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.951000000, lastModified=2020-07-27 17:18:57.950056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.951000000, lastModified=2020-07-27 17:18:57.950056000, delta=944000 ns, racy<=2502500 ns 17:18:57.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.951000000, lastModified=2020-07-27 17:18:57.950056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.950056000 to 2020-07-27 17:18:57.951056000 17:18:57.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.952000000, lastModified=2020-07-27 17:18:57.951056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.952000000, lastModified=2020-07-27 17:18:57.951056000, delta=944000 ns, racy<=2502500 ns 17:18:57.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.952000000, lastModified=2020-07-27 17:18:57.951056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.951056000 to 2020-07-27 17:18:57.952056000 17:18:57.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.954000000, lastModified=2020-07-27 17:18:57.952056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.952056000 to 2020-07-27 17:18:57.953056000 17:18:57.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.954000000, lastModified=2020-07-27 17:18:57.953056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.954000000, lastModified=2020-07-27 17:18:57.953056000, delta=944000 ns, racy<=2502500 ns 17:18:57.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.955000000, lastModified=2020-07-27 17:18:57.954056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.955000000, lastModified=2020-07-27 17:18:57.954056000, delta=944000 ns, racy<=2502500 ns 17:18:57.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.955000000, lastModified=2020-07-27 17:18:57.954056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.954056000 to 2020-07-27 17:18:57.955056000 17:18:57.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.956000000, lastModified=2020-07-27 17:18:57.955056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.955056000 to 2020-07-27 17:18:57.956056000 17:18:57.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.957000000, lastModified=2020-07-27 17:18:57.956056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.957000000, lastModified=2020-07-27 17:18:57.956056000, delta=944000 ns, racy<=2502500 ns 17:18:57.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.958000000, lastModified=2020-07-27 17:18:57.957056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.958000000, lastModified=2020-07-27 17:18:57.957056000, delta=944000 ns, racy<=2502500 ns 17:18:57.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.958000000, lastModified=2020-07-27 17:18:57.957056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.958000000, lastModified=2020-07-27 17:18:57.957056000, delta=944000 ns, racy<=2502500 ns 17:18:57.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.959000000, lastModified=2020-07-27 17:18:57.958056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.959000000, lastModified=2020-07-27 17:18:57.958056000, delta=944000 ns, racy<=2502500 ns 17:18:57.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.959000000, lastModified=2020-07-27 17:18:57.958056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.958056000 to 2020-07-27 17:18:57.959056000 17:18:57.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.960000000, lastModified=2020-07-27 17:18:57.959056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.959056000 to 2020-07-27 17:18:57.960056000 17:18:57.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.961000000, lastModified=2020-07-27 17:18:57.960056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.960056000 to 2020-07-27 17:18:57.961056000 17:18:57.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.962000000, lastModified=2020-07-27 17:18:57.961056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.962000000, lastModified=2020-07-27 17:18:57.961056000, delta=944000 ns, racy<=2502500 ns 17:18:57.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.962000000, lastModified=2020-07-27 17:18:57.961056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.961056000 to 2020-07-27 17:18:57.962056000 17:18:57.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.963000000, lastModified=2020-07-27 17:18:57.962056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.963000000, lastModified=2020-07-27 17:18:57.962056000, delta=944000 ns, racy<=2502500 ns 17:18:57.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.964000000, lastModified=2020-07-27 17:18:57.963056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.964000000, lastModified=2020-07-27 17:18:57.963056000, delta=944000 ns, racy<=2502500 ns 17:18:57.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.964000000, lastModified=2020-07-27 17:18:57.963056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.963056000 to 2020-07-27 17:18:57.964056000 17:18:57.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.965000000, lastModified=2020-07-27 17:18:57.964056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.965000000, lastModified=2020-07-27 17:18:57.964056000, delta=944000 ns, racy<=2502500 ns 17:18:57.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.966000000, lastModified=2020-07-27 17:18:57.964056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.964056000 to 2020-07-27 17:18:57.965056000 17:18:57.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.967000000, lastModified=2020-07-27 17:18:57.966056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.967000000, lastModified=2020-07-27 17:18:57.966056000, delta=944000 ns, racy<=2502500 ns 17:18:57.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.967000000, lastModified=2020-07-27 17:18:57.966056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.967000000, lastModified=2020-07-27 17:18:57.966056000, delta=944000 ns, racy<=2502500 ns 17:18:57.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.968000000, lastModified=2020-07-27 17:18:57.967056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.967056000 to 2020-07-27 17:18:57.968056000 17:18:57.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.969000000, lastModified=2020-07-27 17:18:57.968056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.968056000 to 2020-07-27 17:18:57.969056000 17:18:57.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.970000000, lastModified=2020-07-27 17:18:57.969056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.970000000, lastModified=2020-07-27 17:18:57.969056000, delta=944000 ns, racy<=2502500 ns 17:18:57.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.971000000, lastModified=2020-07-27 17:18:57.970056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.971000000, lastModified=2020-07-27 17:18:57.970056000, delta=944000 ns, racy<=2502500 ns 17:18:57.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.971000000, lastModified=2020-07-27 17:18:57.970056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.971000000, lastModified=2020-07-27 17:18:57.970056000, delta=944000 ns, racy<=2502500 ns 17:18:57.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.972000000, lastModified=2020-07-27 17:18:57.971056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.971056000 to 2020-07-27 17:18:57.989056000 17:18:57.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.990000000, lastModified=2020-07-27 17:18:57.989056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.989056000 to 2020-07-27 17:18:57.991056000 17:18:57.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.993000000, lastModified=2020-07-27 17:18:57.992056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.993000000, lastModified=2020-07-27 17:18:57.992056000, delta=944000 ns, racy<=2502500 ns 17:18:57.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.993000000, lastModified=2020-07-27 17:18:57.992056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.992056000 to 2020-07-27 17:18:57.993056000 17:18:57.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.995000000, lastModified=2020-07-27 17:18:57.993056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.993056000 to 2020-07-27 17:18:57.994056000 17:18:57.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.995000000, lastModified=2020-07-27 17:18:57.994056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.995000000, lastModified=2020-07-27 17:18:57.994056000, delta=944000 ns, racy<=2502500 ns 17:18:57.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.996000000, lastModified=2020-07-27 17:18:57.995056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.996000000, lastModified=2020-07-27 17:18:57.995056000, delta=944000 ns, racy<=2502500 ns 17:18:57.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.996000000, lastModified=2020-07-27 17:18:57.995056000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.996000000, lastModified=2020-07-27 17:18:57.995056000, delta=944000 ns, racy<=2502500 ns 17:18:57.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.997000000, lastModified=2020-07-27 17:18:57.996057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.997000000, lastModified=2020-07-27 17:18:57.996057000, delta=943000 ns, racy<=2502500 ns 17:18:57.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.997000000, lastModified=2020-07-27 17:18:57.996057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.996057000 to 2020-07-27 17:18:57.997057000 17:18:57.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.998000000, lastModified=2020-07-27 17:18:57.997057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.998000000, lastModified=2020-07-27 17:18:57.997057000, delta=943000 ns, racy<=2502500 ns 17:18:57.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.998000000, lastModified=2020-07-27 17:18:57.997057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:57.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:57.998000000, lastModified=2020-07-27 17:18:57.997057000, delta=943000 ns, racy<=2502500 ns 17:18:57.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:57.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:57.999000000, lastModified=2020-07-27 17:18:57.998057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.998057000 to 2020-07-27 17:18:57.999057000 17:18:58.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.000000000, lastModified=2020-07-27 17:18:57.999057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.000000000, lastModified=2020-07-27 17:18:57.999057000, delta=943000 ns, racy<=2502500 ns 17:18:58.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.001000000, lastModified=2020-07-27 17:18:57.999057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:57.999057000 to 2020-07-27 17:18:58.000057000 17:18:58.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.001000000, lastModified=2020-07-27 17:18:58.000057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.001000000, lastModified=2020-07-27 17:18:58.000057000, delta=943000 ns, racy<=2502500 ns 17:18:58.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.002000000, lastModified=2020-07-27 17:18:58.001057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.002000000, lastModified=2020-07-27 17:18:58.001057000, delta=943000 ns, racy<=2502500 ns 17:18:58.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.002000000, lastModified=2020-07-27 17:18:58.001057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.001057000 to 2020-07-27 17:18:58.002057000 17:18:58.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.003000000, lastModified=2020-07-27 17:18:58.002057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.002057000 to 2020-07-27 17:18:58.003057000 17:18:58.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.004000000, lastModified=2020-07-27 17:18:58.003057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.003057000 to 2020-07-27 17:18:58.004057000 17:18:58.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.005000000, lastModified=2020-07-27 17:18:58.004057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.005000000, lastModified=2020-07-27 17:18:58.004057000, delta=943000 ns, racy<=2502500 ns 17:18:58.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.006000000, lastModified=2020-07-27 17:18:58.005057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.006000000, lastModified=2020-07-27 17:18:58.005057000, delta=943000 ns, racy<=2502500 ns 17:18:58.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.007000000, lastModified=2020-07-27 17:18:58.006057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.007000000, lastModified=2020-07-27 17:18:58.006057000, delta=943000 ns, racy<=2502500 ns 17:18:58.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.007000000, lastModified=2020-07-27 17:18:58.006057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.007000000, lastModified=2020-07-27 17:18:58.006057000, delta=943000 ns, racy<=2502500 ns 17:18:58.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.008000000, lastModified=2020-07-27 17:18:58.007057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.008000000, lastModified=2020-07-27 17:18:58.007057000, delta=943000 ns, racy<=2502500 ns 17:18:58.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.008000000, lastModified=2020-07-27 17:18:58.007057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.007057000 to 2020-07-27 17:18:58.008057000 17:18:58.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.009000000, lastModified=2020-07-27 17:18:58.008057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.009000000, lastModified=2020-07-27 17:18:58.008057000, delta=943000 ns, racy<=2502500 ns 17:18:58.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.010000000, lastModified=2020-07-27 17:18:58.009057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.010000000, lastModified=2020-07-27 17:18:58.009057000, delta=943000 ns, racy<=2502500 ns 17:18:58.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.011000000, lastModified=2020-07-27 17:18:58.010057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.011000000, lastModified=2020-07-27 17:18:58.010057000, delta=943000 ns, racy<=2502500 ns 17:18:58.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.011000000, lastModified=2020-07-27 17:18:58.010057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.010057000 to 2020-07-27 17:18:58.011057000 17:18:58.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.012000000, lastModified=2020-07-27 17:18:58.011057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.012000000, lastModified=2020-07-27 17:18:58.011057000, delta=943000 ns, racy<=2502500 ns 17:18:58.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.012000000, lastModified=2020-07-27 17:18:58.011057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.011057000 to 2020-07-27 17:18:58.012057000 17:18:58.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.013000000, lastModified=2020-07-27 17:18:58.012057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.013000000, lastModified=2020-07-27 17:18:58.012057000, delta=943000 ns, racy<=2502500 ns 17:18:58.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.013000000, lastModified=2020-07-27 17:18:58.012057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.012057000 to 2020-07-27 17:18:58.013057000 17:18:58.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.014000000, lastModified=2020-07-27 17:18:58.013057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.014000000, lastModified=2020-07-27 17:18:58.013057000, delta=943000 ns, racy<=2502500 ns 17:18:58.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.015000000, lastModified=2020-07-27 17:18:58.013057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.013057000 to 2020-07-27 17:18:58.014057000 17:18:58.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.015000000, lastModified=2020-07-27 17:18:58.014057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.015000000, lastModified=2020-07-27 17:18:58.014057000, delta=943000 ns, racy<=2502500 ns 17:18:58.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.016000000, lastModified=2020-07-27 17:18:58.015057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.015057000 to 2020-07-27 17:18:58.016057000 17:18:58.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.017000000, lastModified=2020-07-27 17:18:58.016057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.016057000 to 2020-07-27 17:18:58.017057000 17:18:58.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.018000000, lastModified=2020-07-27 17:18:58.017057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.018000000, lastModified=2020-07-27 17:18:58.017057000, delta=943000 ns, racy<=2502500 ns 17:18:58.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.019000000, lastModified=2020-07-27 17:18:58.018057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.019000000, lastModified=2020-07-27 17:18:58.018057000, delta=943000 ns, racy<=2502500 ns 17:18:58.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.019000000, lastModified=2020-07-27 17:18:58.018057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.018057000 to 2020-07-27 17:18:58.019057000 17:18:58.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.020000000, lastModified=2020-07-27 17:18:58.019057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.020000000, lastModified=2020-07-27 17:18:58.019057000, delta=943000 ns, racy<=2502500 ns 17:18:58.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.021000000, lastModified=2020-07-27 17:18:58.020057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.021000000, lastModified=2020-07-27 17:18:58.020057000, delta=943000 ns, racy<=2502500 ns 17:18:58.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.021000000, lastModified=2020-07-27 17:18:58.020057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.021000000, lastModified=2020-07-27 17:18:58.020057000, delta=943000 ns, racy<=2502500 ns 17:18:58.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.022000000, lastModified=2020-07-27 17:18:58.021057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.022000000, lastModified=2020-07-27 17:18:58.021057000, delta=943000 ns, racy<=2502500 ns 17:18:58.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.022000000, lastModified=2020-07-27 17:18:58.021057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.021057000 to 2020-07-27 17:18:58.022057000 17:18:58.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.023000000, lastModified=2020-07-27 17:18:58.022057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.023000000, lastModified=2020-07-27 17:18:58.022057000, delta=943000 ns, racy<=2502500 ns 17:18:58.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.024000000, lastModified=2020-07-27 17:18:58.023057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.024000000, lastModified=2020-07-27 17:18:58.023057000, delta=943000 ns, racy<=2502500 ns 17:18:58.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.024000000, lastModified=2020-07-27 17:18:58.023057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.024000000, lastModified=2020-07-27 17:18:58.023057000, delta=943000 ns, racy<=2502500 ns 17:18:58.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.025000000, lastModified=2020-07-27 17:18:58.024057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.024057000 to 2020-07-27 17:18:58.025057000 17:18:58.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.027000000, lastModified=2020-07-27 17:18:58.025057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.025057000 to 2020-07-27 17:18:58.026057000 17:18:58.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.027000000, lastModified=2020-07-27 17:18:58.026057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.027000000, lastModified=2020-07-27 17:18:58.026057000, delta=943000 ns, racy<=2502500 ns 17:18:58.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.028000000, lastModified=2020-07-27 17:18:58.027057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.028000000, lastModified=2020-07-27 17:18:58.027057000, delta=943000 ns, racy<=2502500 ns 17:18:58.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.028000000, lastModified=2020-07-27 17:18:58.027057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.028000000, lastModified=2020-07-27 17:18:58.027057000, delta=943000 ns, racy<=2502500 ns 17:18:58.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.029000000, lastModified=2020-07-27 17:18:58.028057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.029000000, lastModified=2020-07-27 17:18:58.028057000, delta=943000 ns, racy<=2502500 ns 17:18:58.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.029000000, lastModified=2020-07-27 17:18:58.028057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.029000000, lastModified=2020-07-27 17:18:58.028057000, delta=943000 ns, racy<=2502500 ns 17:18:58.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.030000000, lastModified=2020-07-27 17:18:58.029057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.030000000, lastModified=2020-07-27 17:18:58.029057000, delta=943000 ns, racy<=2502500 ns 17:18:58.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.031000000, lastModified=2020-07-27 17:18:58.030057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.031000000, lastModified=2020-07-27 17:18:58.030057000, delta=943000 ns, racy<=2502500 ns 17:18:58.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.032000000, lastModified=2020-07-27 17:18:58.031057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.032000000, lastModified=2020-07-27 17:18:58.031057000, delta=943000 ns, racy<=2502500 ns 17:18:58.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.032000000, lastModified=2020-07-27 17:18:58.031057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.031057000 to 2020-07-27 17:18:58.032057000 17:18:58.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.033000000, lastModified=2020-07-27 17:18:58.032057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.033000000, lastModified=2020-07-27 17:18:58.032057000, delta=943000 ns, racy<=2502500 ns 17:18:58.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.034000000, lastModified=2020-07-27 17:18:58.033057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.034000000, lastModified=2020-07-27 17:18:58.033057000, delta=943000 ns, racy<=2502500 ns 17:18:58.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.034000000, lastModified=2020-07-27 17:18:58.033057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.033057000 to 2020-07-27 17:18:58.034057000 17:18:58.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.035000000, lastModified=2020-07-27 17:18:58.034057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.034057000 to 2020-07-27 17:18:58.035057000 17:18:58.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.037000000, lastModified=2020-07-27 17:18:58.036057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.037000000, lastModified=2020-07-27 17:18:58.036057000, delta=943000 ns, racy<=2502500 ns 17:18:58.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.037000000, lastModified=2020-07-27 17:18:58.036057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.037000000, lastModified=2020-07-27 17:18:58.036057000, delta=943000 ns, racy<=2502500 ns 17:18:58.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.038000000, lastModified=2020-07-27 17:18:58.037057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.038000000, lastModified=2020-07-27 17:18:58.037057000, delta=943000 ns, racy<=2502500 ns 17:18:58.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.039000000, lastModified=2020-07-27 17:18:58.038057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.039000000, lastModified=2020-07-27 17:18:58.038057000, delta=943000 ns, racy<=2502500 ns 17:18:58.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.039000000, lastModified=2020-07-27 17:18:58.038057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.038057000 to 2020-07-27 17:18:58.039057000 17:18:58.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.041000000, lastModified=2020-07-27 17:18:58.040057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.041000000, lastModified=2020-07-27 17:18:58.040057000, delta=943000 ns, racy<=2502500 ns 17:18:58.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.041000000, lastModified=2020-07-27 17:18:58.040057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.040057000 to 2020-07-27 17:18:58.041057000 17:18:58.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.042000000, lastModified=2020-07-27 17:18:58.041057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.042000000, lastModified=2020-07-27 17:18:58.041057000, delta=943000 ns, racy<=2502500 ns 17:18:58.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.043000000, lastModified=2020-07-27 17:18:58.042057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.043000000, lastModified=2020-07-27 17:18:58.042057000, delta=943000 ns, racy<=2502500 ns 17:18:58.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.044000000, lastModified=2020-07-27 17:18:58.043057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.044000000, lastModified=2020-07-27 17:18:58.043057000, delta=943000 ns, racy<=2502500 ns 17:18:58.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.044000000, lastModified=2020-07-27 17:18:58.043057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.043057000 to 2020-07-27 17:18:58.044057000 17:18:58.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.045000000, lastModified=2020-07-27 17:18:58.044057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.045000000, lastModified=2020-07-27 17:18:58.044057000, delta=943000 ns, racy<=2502500 ns 17:18:58.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.045000000, lastModified=2020-07-27 17:18:58.044057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.044057000 to 2020-07-27 17:18:58.045057000 17:18:58.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.046000000, lastModified=2020-07-27 17:18:58.045057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.046000000, lastModified=2020-07-27 17:18:58.045057000, delta=943000 ns, racy<=2502500 ns 17:18:58.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.047000000, lastModified=2020-07-27 17:18:58.045057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.045057000 to 2020-07-27 17:18:58.046057000 17:18:58.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.047000000, lastModified=2020-07-27 17:18:58.046057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.047000000, lastModified=2020-07-27 17:18:58.046057000, delta=943000 ns, racy<=2502500 ns 17:18:58.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.048000000, lastModified=2020-07-27 17:18:58.047057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.048000000, lastModified=2020-07-27 17:18:58.047057000, delta=943000 ns, racy<=2502500 ns 17:18:58.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.048000000, lastModified=2020-07-27 17:18:58.047057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.048000000, lastModified=2020-07-27 17:18:58.047057000, delta=943000 ns, racy<=2502500 ns 17:18:58.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.049000000, lastModified=2020-07-27 17:18:58.048057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.048057000 to 2020-07-27 17:18:58.049057000 17:18:58.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.050000000, lastModified=2020-07-27 17:18:58.049057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.050000000, lastModified=2020-07-27 17:18:58.049057000, delta=943000 ns, racy<=2502500 ns 17:18:58.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.051000000, lastModified=2020-07-27 17:18:58.050057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.051000000, lastModified=2020-07-27 17:18:58.050057000, delta=943000 ns, racy<=2502500 ns 17:18:58.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.051000000, lastModified=2020-07-27 17:18:58.050057000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.050057000 to 2020-07-27 17:18:58.051058000 17:18:58.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.052000000, lastModified=2020-07-27 17:18:58.051058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.052000000, lastModified=2020-07-27 17:18:58.051058000, delta=942000 ns, racy<=2502500 ns 17:18:58.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.053000000, lastModified=2020-07-27 17:18:58.052058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.053000000, lastModified=2020-07-27 17:18:58.052058000, delta=942000 ns, racy<=2502500 ns 17:18:58.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.054000000, lastModified=2020-07-27 17:18:58.052058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.052058000 to 2020-07-27 17:18:58.053058000 17:18:58.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.054000000, lastModified=2020-07-27 17:18:58.053058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.054000000, lastModified=2020-07-27 17:18:58.053058000, delta=942000 ns, racy<=2502500 ns 17:18:58.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.055000000, lastModified=2020-07-27 17:18:58.054058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.054058000 to 2020-07-27 17:18:58.055058000 17:18:58.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.056000000, lastModified=2020-07-27 17:18:58.055058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.056000000, lastModified=2020-07-27 17:18:58.055058000, delta=942000 ns, racy<=2502500 ns 17:18:58.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.057000000, lastModified=2020-07-27 17:18:58.056058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.057000000, lastModified=2020-07-27 17:18:58.056058000, delta=942000 ns, racy<=2502500 ns 17:18:58.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.057000000, lastModified=2020-07-27 17:18:58.056058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.056058000 to 2020-07-27 17:18:58.057058000 17:18:58.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.058000000, lastModified=2020-07-27 17:18:58.057058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.057058000 to 2020-07-27 17:18:58.058058000 17:18:58.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.059000000, lastModified=2020-07-27 17:18:58.058058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.059000000, lastModified=2020-07-27 17:18:58.058058000, delta=942000 ns, racy<=2502500 ns 17:18:58.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.060000000, lastModified=2020-07-27 17:18:58.059058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.060000000, lastModified=2020-07-27 17:18:58.059058000, delta=942000 ns, racy<=2502500 ns 17:18:58.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.060000000, lastModified=2020-07-27 17:18:58.059058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.059058000 to 2020-07-27 17:18:58.060058000 17:18:58.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.062000000, lastModified=2020-07-27 17:18:58.060058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.060058000 to 2020-07-27 17:18:58.061058000 17:18:58.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.062000000, lastModified=2020-07-27 17:18:58.061058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.062000000, lastModified=2020-07-27 17:18:58.061058000, delta=942000 ns, racy<=2502500 ns 17:18:58.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.063000000, lastModified=2020-07-27 17:18:58.062058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.063000000, lastModified=2020-07-27 17:18:58.062058000, delta=942000 ns, racy<=2502500 ns 17:18:58.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.064000000, lastModified=2020-07-27 17:18:58.063058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.064000000, lastModified=2020-07-27 17:18:58.063058000, delta=942000 ns, racy<=2502500 ns 17:18:58.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.064000000, lastModified=2020-07-27 17:18:58.063058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.064000000, lastModified=2020-07-27 17:18:58.063058000, delta=942000 ns, racy<=2502500 ns 17:18:58.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.065000000, lastModified=2020-07-27 17:18:58.064058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.064058000 to 2020-07-27 17:18:58.065058000 17:18:58.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.066000000, lastModified=2020-07-27 17:18:58.065058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.066000000, lastModified=2020-07-27 17:18:58.065058000, delta=942000 ns, racy<=2502500 ns 17:18:58.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.067000000, lastModified=2020-07-27 17:18:58.066058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.067000000, lastModified=2020-07-27 17:18:58.066058000, delta=942000 ns, racy<=2502500 ns 17:18:58.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.068000000, lastModified=2020-07-27 17:18:58.067058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.068000000, lastModified=2020-07-27 17:18:58.067058000, delta=942000 ns, racy<=2502500 ns 17:18:58.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.068000000, lastModified=2020-07-27 17:18:58.067058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.067058000 to 2020-07-27 17:18:58.068058000 17:18:58.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.069000000, lastModified=2020-07-27 17:18:58.068058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.069000000, lastModified=2020-07-27 17:18:58.068058000, delta=942000 ns, racy<=2502500 ns 17:18:58.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.070000000, lastModified=2020-07-27 17:18:58.069058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.070000000, lastModified=2020-07-27 17:18:58.069058000, delta=942000 ns, racy<=2502500 ns 17:18:58.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.070000000, lastModified=2020-07-27 17:18:58.069058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.069058000 to 2020-07-27 17:18:58.070058000 17:18:58.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.071000000, lastModified=2020-07-27 17:18:58.070058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.071000000, lastModified=2020-07-27 17:18:58.070058000, delta=942000 ns, racy<=2502500 ns 17:18:58.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.072000000, lastModified=2020-07-27 17:18:58.071058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.072000000, lastModified=2020-07-27 17:18:58.071058000, delta=942000 ns, racy<=2502500 ns 17:18:58.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.072000000, lastModified=2020-07-27 17:18:58.071058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.071058000 to 2020-07-27 17:18:58.072058000 17:18:58.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.073000000, lastModified=2020-07-27 17:18:58.072058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.073000000, lastModified=2020-07-27 17:18:58.072058000, delta=942000 ns, racy<=2502500 ns 17:18:58.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.073000000, lastModified=2020-07-27 17:18:58.072058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.072058000 to 2020-07-27 17:18:58.073058000 17:18:58.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.075000000, lastModified=2020-07-27 17:18:58.073058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.073058000 to 2020-07-27 17:18:58.074058000 17:18:58.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.075000000, lastModified=2020-07-27 17:18:58.074058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.075000000, lastModified=2020-07-27 17:18:58.074058000, delta=942000 ns, racy<=2502500 ns 17:18:58.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.076000000, lastModified=2020-07-27 17:18:58.075058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.076000000, lastModified=2020-07-27 17:18:58.075058000, delta=942000 ns, racy<=2502500 ns 17:18:58.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.077000000, lastModified=2020-07-27 17:18:58.075058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.075058000 to 2020-07-27 17:18:58.076058000 17:18:58.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.077000000, lastModified=2020-07-27 17:18:58.076058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.076058000 to 2020-07-27 17:18:58.077058000 17:18:58.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.079000000, lastModified=2020-07-27 17:18:58.078058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.079000000, lastModified=2020-07-27 17:18:58.078058000, delta=942000 ns, racy<=2502500 ns 17:18:58.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.079000000, lastModified=2020-07-27 17:18:58.078058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.078058000 to 2020-07-27 17:18:58.079058000 17:18:58.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.080000000, lastModified=2020-07-27 17:18:58.079058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.079058000 to 2020-07-27 17:18:58.080058000 17:18:58.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.081000000, lastModified=2020-07-27 17:18:58.080058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.080058000 to 2020-07-27 17:18:58.081058000 17:18:58.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.082000000, lastModified=2020-07-27 17:18:58.081058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.081058000 to 2020-07-27 17:18:58.082058000 17:18:58.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.083000000, lastModified=2020-07-27 17:18:58.082058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.083000000, lastModified=2020-07-27 17:18:58.082058000, delta=942000 ns, racy<=2502500 ns 17:18:58.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.083000000, lastModified=2020-07-27 17:18:58.082058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.082058000 to 2020-07-27 17:18:58.083058000 17:18:58.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.084000000, lastModified=2020-07-27 17:18:58.083058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.083058000 to 2020-07-27 17:18:58.084058000 17:18:58.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.085000000, lastModified=2020-07-27 17:18:58.084058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.084058000 to 2020-07-27 17:18:58.085058000 17:18:58.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.086000000, lastModified=2020-07-27 17:18:58.085058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.086000000, lastModified=2020-07-27 17:18:58.085058000, delta=942000 ns, racy<=2502500 ns 17:18:58.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.087000000, lastModified=2020-07-27 17:18:58.086058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.087000000, lastModified=2020-07-27 17:18:58.086058000, delta=942000 ns, racy<=2502500 ns 17:18:58.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.088000000, lastModified=2020-07-27 17:18:58.087058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.088000000, lastModified=2020-07-27 17:18:58.087058000, delta=942000 ns, racy<=2502500 ns 17:18:58.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.089000000, lastModified=2020-07-27 17:18:58.088058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.089000000, lastModified=2020-07-27 17:18:58.088058000, delta=942000 ns, racy<=2502500 ns 17:18:58.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.090000000, lastModified=2020-07-27 17:18:58.088058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.088058000 to 2020-07-27 17:18:58.089058000 17:18:58.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.090000000, lastModified=2020-07-27 17:18:58.089058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.090000000, lastModified=2020-07-27 17:18:58.089058000, delta=942000 ns, racy<=2502500 ns 17:18:58.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.091000000, lastModified=2020-07-27 17:18:58.090058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.091000000, lastModified=2020-07-27 17:18:58.090058000, delta=942000 ns, racy<=2502500 ns 17:18:58.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.092000000, lastModified=2020-07-27 17:18:58.091058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.092000000, lastModified=2020-07-27 17:18:58.091058000, delta=942000 ns, racy<=2502500 ns 17:18:58.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.092000000, lastModified=2020-07-27 17:18:58.091058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.091058000 to 2020-07-27 17:18:58.092058000 17:18:58.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.093000000, lastModified=2020-07-27 17:18:58.092058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.093000000, lastModified=2020-07-27 17:18:58.092058000, delta=942000 ns, racy<=2502500 ns 17:18:58.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.094000000, lastModified=2020-07-27 17:18:58.093058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.094000000, lastModified=2020-07-27 17:18:58.093058000, delta=942000 ns, racy<=2502500 ns 17:18:58.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.094000000, lastModified=2020-07-27 17:18:58.093058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.093058000 to 2020-07-27 17:18:58.094058000 17:18:58.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.095000000, lastModified=2020-07-27 17:18:58.094058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.094058000 to 2020-07-27 17:18:58.095058000 17:18:58.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.096000000, lastModified=2020-07-27 17:18:58.095058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.096000000, lastModified=2020-07-27 17:18:58.095058000, delta=942000 ns, racy<=2502500 ns 17:18:58.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.097000000, lastModified=2020-07-27 17:18:58.095058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.095058000 to 2020-07-27 17:18:58.096058000 17:18:58.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.097000000, lastModified=2020-07-27 17:18:58.096058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.097000000, lastModified=2020-07-27 17:18:58.096058000, delta=942000 ns, racy<=2502500 ns 17:18:58.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.098000000, lastModified=2020-07-27 17:18:58.097058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.098000000, lastModified=2020-07-27 17:18:58.097058000, delta=942000 ns, racy<=2502500 ns 17:18:58.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.098 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.098000000, lastModified=2020-07-27 17:18:58.097058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.097058000 to 2020-07-27 17:18:58.098058000 17:18:58.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.099000000, lastModified=2020-07-27 17:18:58.098058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.099000000, lastModified=2020-07-27 17:18:58.098058000, delta=942000 ns, racy<=2502500 ns 17:18:58.099 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.100 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.100000000, lastModified=2020-07-27 17:18:58.099058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.100000000, lastModified=2020-07-27 17:18:58.099058000, delta=942000 ns, racy<=2502500 ns 17:18:58.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.101000000, lastModified=2020-07-27 17:18:58.100058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.101000000, lastModified=2020-07-27 17:18:58.100058000, delta=942000 ns, racy<=2502500 ns 17:18:58.101 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.101000000, lastModified=2020-07-27 17:18:58.100058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.100058000 to 2020-07-27 17:18:58.101058000 17:18:58.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.102000000, lastModified=2020-07-27 17:18:58.101058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.102000000, lastModified=2020-07-27 17:18:58.101058000, delta=942000 ns, racy<=2502500 ns 17:18:58.102 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.103000000, lastModified=2020-07-27 17:18:58.101058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.101058000 to 2020-07-27 17:18:58.102058000 17:18:58.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.103000000, lastModified=2020-07-27 17:18:58.102058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.103000000, lastModified=2020-07-27 17:18:58.102058000, delta=942000 ns, racy<=2502500 ns 17:18:58.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.104000000, lastModified=2020-07-27 17:18:58.103058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.103058000 to 2020-07-27 17:18:58.104058000 17:18:58.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.105000000, lastModified=2020-07-27 17:18:58.104058000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.105000000, lastModified=2020-07-27 17:18:58.104058000, delta=942000 ns, racy<=2502500 ns 17:18:58.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.106000000, lastModified=2020-07-27 17:18:58.105059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.106000000, lastModified=2020-07-27 17:18:58.105059000, delta=941000 ns, racy<=2502500 ns 17:18:58.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.107000000, lastModified=2020-07-27 17:18:58.106059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.107000000, lastModified=2020-07-27 17:18:58.106059000, delta=941000 ns, racy<=2502500 ns 17:18:58.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.107000000, lastModified=2020-07-27 17:18:58.106059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.107000000, lastModified=2020-07-27 17:18:58.106059000, delta=941000 ns, racy<=2502500 ns 17:18:58.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.108000000, lastModified=2020-07-27 17:18:58.107059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.108000000, lastModified=2020-07-27 17:18:58.107059000, delta=941000 ns, racy<=2502500 ns 17:18:58.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.108000000, lastModified=2020-07-27 17:18:58.107059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.107059000 to 2020-07-27 17:18:58.108059000 17:18:58.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.110000000, lastModified=2020-07-27 17:18:58.109059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.110000000, lastModified=2020-07-27 17:18:58.109059000, delta=941000 ns, racy<=2502500 ns 17:18:58.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.111000000, lastModified=2020-07-27 17:18:58.109059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.109059000 to 2020-07-27 17:18:58.110059000 17:18:58.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.111000000, lastModified=2020-07-27 17:18:58.110059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.110059000 to 2020-07-27 17:18:58.111059000 17:18:58.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.112000000, lastModified=2020-07-27 17:18:58.111059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.112000000, lastModified=2020-07-27 17:18:58.111059000, delta=941000 ns, racy<=2502500 ns 17:18:58.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.113000000, lastModified=2020-07-27 17:18:58.112059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.113000000, lastModified=2020-07-27 17:18:58.112059000, delta=941000 ns, racy<=2502500 ns 17:18:58.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.113000000, lastModified=2020-07-27 17:18:58.112059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.112059000 to 2020-07-27 17:18:58.113059000 17:18:58.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.114000000, lastModified=2020-07-27 17:18:58.113059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.113059000 to 2020-07-27 17:18:58.114059000 17:18:58.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.115000000, lastModified=2020-07-27 17:18:58.114059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.115000000, lastModified=2020-07-27 17:18:58.114059000, delta=941000 ns, racy<=2502500 ns 17:18:58.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.116000000, lastModified=2020-07-27 17:18:58.115059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.116000000, lastModified=2020-07-27 17:18:58.115059000, delta=941000 ns, racy<=2502500 ns 17:18:58.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.116000000, lastModified=2020-07-27 17:18:58.115059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.116000000, lastModified=2020-07-27 17:18:58.115059000, delta=941000 ns, racy<=2502500 ns 17:18:58.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.117000000, lastModified=2020-07-27 17:18:58.116059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.117000000, lastModified=2020-07-27 17:18:58.116059000, delta=941000 ns, racy<=2502500 ns 17:18:58.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.117000000, lastModified=2020-07-27 17:18:58.116059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.116059000 to 2020-07-27 17:18:58.117059000 17:18:58.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.118000000, lastModified=2020-07-27 17:18:58.117059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.118000000, lastModified=2020-07-27 17:18:58.117059000, delta=941000 ns, racy<=2502500 ns 17:18:58.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.119000000, lastModified=2020-07-27 17:18:58.118059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.119000000, lastModified=2020-07-27 17:18:58.118059000, delta=941000 ns, racy<=2502500 ns 17:18:58.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.120000000, lastModified=2020-07-27 17:18:58.118059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.118059000 to 2020-07-27 17:18:58.119059000 17:18:58.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.120000000, lastModified=2020-07-27 17:18:58.119059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.119059000 to 2020-07-27 17:18:58.120059000 17:18:58.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.121000000, lastModified=2020-07-27 17:18:58.120059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.121000000, lastModified=2020-07-27 17:18:58.120059000, delta=941000 ns, racy<=2502500 ns 17:18:58.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.122000000, lastModified=2020-07-27 17:18:58.121059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.122000000, lastModified=2020-07-27 17:18:58.121059000, delta=941000 ns, racy<=2502500 ns 17:18:58.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.122000000, lastModified=2020-07-27 17:18:58.121059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.122000000, lastModified=2020-07-27 17:18:58.121059000, delta=941000 ns, racy<=2502500 ns 17:18:58.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.123000000, lastModified=2020-07-27 17:18:58.122059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.122059000 to 2020-07-27 17:18:58.123059000 17:18:58.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.124000000, lastModified=2020-07-27 17:18:58.123059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.124000000, lastModified=2020-07-27 17:18:58.123059000, delta=941000 ns, racy<=2502500 ns 17:18:58.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.125000000, lastModified=2020-07-27 17:18:58.124059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.124059000 to 2020-07-27 17:18:58.125059000 17:18:58.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.126000000, lastModified=2020-07-27 17:18:58.125059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.125059000 to 2020-07-27 17:18:58.126059000 17:18:58.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.127000000, lastModified=2020-07-27 17:18:58.126059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.126059000 to 2020-07-27 17:18:58.127059000 17:18:58.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.128000000, lastModified=2020-07-27 17:18:58.127059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.128000000, lastModified=2020-07-27 17:18:58.127059000, delta=941000 ns, racy<=2502500 ns 17:18:58.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.129000000, lastModified=2020-07-27 17:18:58.128059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.129000000, lastModified=2020-07-27 17:18:58.128059000, delta=941000 ns, racy<=2502500 ns 17:18:58.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.129000000, lastModified=2020-07-27 17:18:58.128059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.129000000, lastModified=2020-07-27 17:18:58.128059000, delta=941000 ns, racy<=2502500 ns 17:18:58.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.130000000, lastModified=2020-07-27 17:18:58.129059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.130000000, lastModified=2020-07-27 17:18:58.129059000, delta=941000 ns, racy<=2502500 ns 17:18:58.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.130000000, lastModified=2020-07-27 17:18:58.129059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.129059000 to 2020-07-27 17:18:58.130059000 17:18:58.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.131000000, lastModified=2020-07-27 17:18:58.130059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.131000000, lastModified=2020-07-27 17:18:58.130059000, delta=941000 ns, racy<=2502500 ns 17:18:58.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.132000000, lastModified=2020-07-27 17:18:58.131059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.132000000, lastModified=2020-07-27 17:18:58.131059000, delta=941000 ns, racy<=2502500 ns 17:18:58.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.132000000, lastModified=2020-07-27 17:18:58.131059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.132000000, lastModified=2020-07-27 17:18:58.131059000, delta=941000 ns, racy<=2502500 ns 17:18:58.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.133000000, lastModified=2020-07-27 17:18:58.132059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.133000000, lastModified=2020-07-27 17:18:58.132059000, delta=941000 ns, racy<=2502500 ns 17:18:58.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.134000000, lastModified=2020-07-27 17:18:58.133059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.134000000, lastModified=2020-07-27 17:18:58.133059000, delta=941000 ns, racy<=2502500 ns 17:18:58.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.135000000, lastModified=2020-07-27 17:18:58.134059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.135000000, lastModified=2020-07-27 17:18:58.134059000, delta=941000 ns, racy<=2502500 ns 17:18:58.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.135000000, lastModified=2020-07-27 17:18:58.134059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.135000000, lastModified=2020-07-27 17:18:58.134059000, delta=941000 ns, racy<=2502500 ns 17:18:58.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.136000000, lastModified=2020-07-27 17:18:58.135059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.135059000 to 2020-07-27 17:18:58.136059000 17:18:58.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.137000000, lastModified=2020-07-27 17:18:58.136059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.137000000, lastModified=2020-07-27 17:18:58.136059000, delta=941000 ns, racy<=2502500 ns 17:18:58.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.138000000, lastModified=2020-07-27 17:18:58.137059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.138000000, lastModified=2020-07-27 17:18:58.137059000, delta=941000 ns, racy<=2502500 ns 17:18:58.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.138000000, lastModified=2020-07-27 17:18:58.137059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.137059000 to 2020-07-27 17:18:58.138059000 17:18:58.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.140000000, lastModified=2020-07-27 17:18:58.138059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.138059000 to 2020-07-27 17:18:58.139059000 17:18:58.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.140000000, lastModified=2020-07-27 17:18:58.139059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.140000000, lastModified=2020-07-27 17:18:58.139059000, delta=941000 ns, racy<=2502500 ns 17:18:58.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.141000000, lastModified=2020-07-27 17:18:58.140059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.140059000 to 2020-07-27 17:18:58.141059000 17:18:58.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.142000000, lastModified=2020-07-27 17:18:58.141059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.142000000, lastModified=2020-07-27 17:18:58.141059000, delta=941000 ns, racy<=2502500 ns 17:18:58.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.143000000, lastModified=2020-07-27 17:18:58.141059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.141059000 to 2020-07-27 17:18:58.142059000 17:18:58.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.143000000, lastModified=2020-07-27 17:18:58.142059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.143000000, lastModified=2020-07-27 17:18:58.142059000, delta=941000 ns, racy<=2502500 ns 17:18:58.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.144000000, lastModified=2020-07-27 17:18:58.143059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.144000000, lastModified=2020-07-27 17:18:58.143059000, delta=941000 ns, racy<=2502500 ns 17:18:58.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.144000000, lastModified=2020-07-27 17:18:58.143059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.143059000 to 2020-07-27 17:18:58.144059000 17:18:58.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.145000000, lastModified=2020-07-27 17:18:58.144059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.145000000, lastModified=2020-07-27 17:18:58.144059000, delta=941000 ns, racy<=2502500 ns 17:18:58.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.146000000, lastModified=2020-07-27 17:18:58.145059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.146000000, lastModified=2020-07-27 17:18:58.145059000, delta=941000 ns, racy<=2502500 ns 17:18:58.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.146000000, lastModified=2020-07-27 17:18:58.145059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.146000000, lastModified=2020-07-27 17:18:58.145059000, delta=941000 ns, racy<=2502500 ns 17:18:58.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.147000000, lastModified=2020-07-27 17:18:58.146059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.146059000 to 2020-07-27 17:18:58.147059000 17:18:58.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.148000000, lastModified=2020-07-27 17:18:58.147059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.148000000, lastModified=2020-07-27 17:18:58.147059000, delta=941000 ns, racy<=2502500 ns 17:18:58.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.149000000, lastModified=2020-07-27 17:18:58.147059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.147059000 to 2020-07-27 17:18:58.148059000 17:18:58.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.149000000, lastModified=2020-07-27 17:18:58.148059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.149000000, lastModified=2020-07-27 17:18:58.148059000, delta=941000 ns, racy<=2502500 ns 17:18:58.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.150000000, lastModified=2020-07-27 17:18:58.149059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.150000000, lastModified=2020-07-27 17:18:58.149059000, delta=941000 ns, racy<=2502500 ns 17:18:58.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.150000000, lastModified=2020-07-27 17:18:58.149059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.149059000 to 2020-07-27 17:18:58.150059000 17:18:58.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.151000000, lastModified=2020-07-27 17:18:58.150059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.151000000, lastModified=2020-07-27 17:18:58.150059000, delta=941000 ns, racy<=2502500 ns 17:18:58.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.152000000, lastModified=2020-07-27 17:18:58.150059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.150059000 to 2020-07-27 17:18:58.151059000 17:18:58.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.152000000, lastModified=2020-07-27 17:18:58.151059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.152000000, lastModified=2020-07-27 17:18:58.151059000, delta=941000 ns, racy<=2502500 ns 17:18:58.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.153000000, lastModified=2020-07-27 17:18:58.152059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.153000000, lastModified=2020-07-27 17:18:58.152059000, delta=941000 ns, racy<=2502500 ns 17:18:58.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.153000000, lastModified=2020-07-27 17:18:58.152059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.152059000 to 2020-07-27 17:18:58.153059000 17:18:58.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.154000000, lastModified=2020-07-27 17:18:58.153059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.154000000, lastModified=2020-07-27 17:18:58.153059000, delta=941000 ns, racy<=2502500 ns 17:18:58.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.155000000, lastModified=2020-07-27 17:18:58.154059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.155000000, lastModified=2020-07-27 17:18:58.154059000, delta=941000 ns, racy<=2502500 ns 17:18:58.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.155000000, lastModified=2020-07-27 17:18:58.154059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.155000000, lastModified=2020-07-27 17:18:58.154059000, delta=941000 ns, racy<=2502500 ns 17:18:58.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.156000000, lastModified=2020-07-27 17:18:58.155059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.156000000, lastModified=2020-07-27 17:18:58.155059000, delta=941000 ns, racy<=2502500 ns 17:18:58.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.156000000, lastModified=2020-07-27 17:18:58.155059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.155059000 to 2020-07-27 17:18:58.156059000 17:18:58.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.157000000, lastModified=2020-07-27 17:18:58.156059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.156059000 to 2020-07-27 17:18:58.157059000 17:18:58.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.158000000, lastModified=2020-07-27 17:18:58.157059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.157059000 to 2020-07-27 17:18:58.158059000 17:18:58.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.159000000, lastModified=2020-07-27 17:18:58.158059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.158059000 to 2020-07-27 17:18:58.159059000 17:18:58.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.160000000, lastModified=2020-07-27 17:18:58.159059000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.159059000 to 2020-07-27 17:18:58.160060000 17:18:58.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.162000000, lastModified=2020-07-27 17:18:58.161060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.162000000, lastModified=2020-07-27 17:18:58.161060000, delta=940000 ns, racy<=2502500 ns 17:18:58.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.162000000, lastModified=2020-07-27 17:18:58.161060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.161060000 to 2020-07-27 17:18:58.162060000 17:18:58.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.163000000, lastModified=2020-07-27 17:18:58.162060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.163000000, lastModified=2020-07-27 17:18:58.162060000, delta=940000 ns, racy<=2502500 ns 17:18:58.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.164000000, lastModified=2020-07-27 17:18:58.163060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.164000000, lastModified=2020-07-27 17:18:58.163060000, delta=940000 ns, racy<=2502500 ns 17:18:58.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.165000000, lastModified=2020-07-27 17:18:58.164060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.165000000, lastModified=2020-07-27 17:18:58.164060000, delta=940000 ns, racy<=2502500 ns 17:18:58.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.165000000, lastModified=2020-07-27 17:18:58.164060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.164060000 to 2020-07-27 17:18:58.165060000 17:18:58.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.167000000, lastModified=2020-07-27 17:18:58.166060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.167000000, lastModified=2020-07-27 17:18:58.166060000, delta=940000 ns, racy<=2502500 ns 17:18:58.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.167000000, lastModified=2020-07-27 17:18:58.166060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.166060000 to 2020-07-27 17:18:58.167060000 17:18:58.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.168000000, lastModified=2020-07-27 17:18:58.167060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.167060000 to 2020-07-27 17:18:58.168060000 17:18:58.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.176000000, lastModified=2020-07-27 17:18:58.175060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.176000000, lastModified=2020-07-27 17:18:58.175060000, delta=940000 ns, racy<=2502500 ns 17:18:58.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.176000000, lastModified=2020-07-27 17:18:58.175060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.175060000 to 2020-07-27 17:18:58.176060000 17:18:58.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.177000000, lastModified=2020-07-27 17:18:58.176060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.177000000, lastModified=2020-07-27 17:18:58.176060000, delta=940000 ns, racy<=2502500 ns 17:18:58.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.178000000, lastModified=2020-07-27 17:18:58.177060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.178000000, lastModified=2020-07-27 17:18:58.177060000, delta=940000 ns, racy<=2502500 ns 17:18:58.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.178000000, lastModified=2020-07-27 17:18:58.177060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.177060000 to 2020-07-27 17:18:58.178060000 17:18:58.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.179000000, lastModified=2020-07-27 17:18:58.178060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.179000000, lastModified=2020-07-27 17:18:58.178060000, delta=940000 ns, racy<=2502500 ns 17:18:58.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.180000000, lastModified=2020-07-27 17:18:58.179060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.179060000 to 2020-07-27 17:18:58.180060000 17:18:58.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.181000000, lastModified=2020-07-27 17:18:58.180060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.180060000 to 2020-07-27 17:18:58.181060000 17:18:58.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.182000000, lastModified=2020-07-27 17:18:58.181060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.182000000, lastModified=2020-07-27 17:18:58.181060000, delta=940000 ns, racy<=2502500 ns 17:18:58.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.183000000, lastModified=2020-07-27 17:18:58.182060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.183000000, lastModified=2020-07-27 17:18:58.182060000, delta=940000 ns, racy<=2502500 ns 17:18:58.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.184000000, lastModified=2020-07-27 17:18:58.183060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.184000000, lastModified=2020-07-27 17:18:58.183060000, delta=940000 ns, racy<=2502500 ns 17:18:58.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.185000000, lastModified=2020-07-27 17:18:58.184060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.185000000, lastModified=2020-07-27 17:18:58.184060000, delta=940000 ns, racy<=2502500 ns 17:18:58.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.186000000, lastModified=2020-07-27 17:18:58.185060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.186000000, lastModified=2020-07-27 17:18:58.185060000, delta=940000 ns, racy<=2502500 ns 17:18:58.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.186000000, lastModified=2020-07-27 17:18:58.185060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.185060000 to 2020-07-27 17:18:58.186060000 17:18:58.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.187000000, lastModified=2020-07-27 17:18:58.186060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.187000000, lastModified=2020-07-27 17:18:58.186060000, delta=940000 ns, racy<=2502500 ns 17:18:58.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.188000000, lastModified=2020-07-27 17:18:58.187060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.188000000, lastModified=2020-07-27 17:18:58.187060000, delta=940000 ns, racy<=2502500 ns 17:18:58.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.188000000, lastModified=2020-07-27 17:18:58.187060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.187060000 to 2020-07-27 17:18:58.188060000 17:18:58.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.189000000, lastModified=2020-07-27 17:18:58.188060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.188060000 to 2020-07-27 17:18:58.189060000 17:18:58.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.190000000, lastModified=2020-07-27 17:18:58.189060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.190000000, lastModified=2020-07-27 17:18:58.189060000, delta=940000 ns, racy<=2502500 ns 17:18:58.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.191000000, lastModified=2020-07-27 17:18:58.190060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.191000000, lastModified=2020-07-27 17:18:58.190060000, delta=940000 ns, racy<=2502500 ns 17:18:58.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.192000000, lastModified=2020-07-27 17:18:58.191060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.193 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.191060000 to 2020-07-27 17:18:58.192060000 17:18:58.193 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.193000000, lastModified=2020-07-27 17:18:58.192060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.194 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.193000000, lastModified=2020-07-27 17:18:58.192060000, delta=940000 ns, racy<=2502500 ns 17:18:58.194 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.194 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.194000000, lastModified=2020-07-27 17:18:58.193060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.193060000 to 2020-07-27 17:18:58.194060000 17:18:58.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.195000000, lastModified=2020-07-27 17:18:58.194060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.195000000, lastModified=2020-07-27 17:18:58.194060000, delta=940000 ns, racy<=2502500 ns 17:18:58.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.196000000, lastModified=2020-07-27 17:18:58.195060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.196000000, lastModified=2020-07-27 17:18:58.195060000, delta=940000 ns, racy<=2502500 ns 17:18:58.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.197000000, lastModified=2020-07-27 17:18:58.195060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.195060000 to 2020-07-27 17:18:58.196060000 17:18:58.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.197000000, lastModified=2020-07-27 17:18:58.196060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.198 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.196060000 to 2020-07-27 17:18:58.197060000 17:18:58.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.199000000, lastModified=2020-07-27 17:18:58.197060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.197060000 to 2020-07-27 17:18:58.198060000 17:18:58.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.199000000, lastModified=2020-07-27 17:18:58.198060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.198060000 to 2020-07-27 17:18:58.199060000 17:18:58.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.201000000, lastModified=2020-07-27 17:18:58.200060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.201000000, lastModified=2020-07-27 17:18:58.200060000, delta=940000 ns, racy<=2502500 ns 17:18:58.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.202 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.202000000, lastModified=2020-07-27 17:18:58.200060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.202 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.200060000 to 2020-07-27 17:18:58.201060000 17:18:58.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.203000000, lastModified=2020-07-27 17:18:58.201060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.201060000 to 2020-07-27 17:18:58.202060000 17:18:58.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.203000000, lastModified=2020-07-27 17:18:58.202060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.203000000, lastModified=2020-07-27 17:18:58.202060000, delta=940000 ns, racy<=2502500 ns 17:18:58.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.204000000, lastModified=2020-07-27 17:18:58.203060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.204000000, lastModified=2020-07-27 17:18:58.203060000, delta=940000 ns, racy<=2502500 ns 17:18:58.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.204000000, lastModified=2020-07-27 17:18:58.203060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.204000000, lastModified=2020-07-27 17:18:58.203060000, delta=940000 ns, racy<=2502500 ns 17:18:58.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.205000000, lastModified=2020-07-27 17:18:58.204060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.205000000, lastModified=2020-07-27 17:18:58.204060000, delta=940000 ns, racy<=2502500 ns 17:18:58.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.205000000, lastModified=2020-07-27 17:18:58.204060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.204060000 to 2020-07-27 17:18:58.205060000 17:18:58.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.206000000, lastModified=2020-07-27 17:18:58.205060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.206000000, lastModified=2020-07-27 17:18:58.205060000, delta=940000 ns, racy<=2502500 ns 17:18:58.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.206000000, lastModified=2020-07-27 17:18:58.205060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.205060000 to 2020-07-27 17:18:58.206060000 17:18:58.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.208000000, lastModified=2020-07-27 17:18:58.207060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.208000000, lastModified=2020-07-27 17:18:58.207060000, delta=940000 ns, racy<=2502500 ns 17:18:58.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.208000000, lastModified=2020-07-27 17:18:58.207060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.207060000 to 2020-07-27 17:18:58.208060000 17:18:58.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.210000000, lastModified=2020-07-27 17:18:58.209060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.210000000, lastModified=2020-07-27 17:18:58.209060000, delta=940000 ns, racy<=2502500 ns 17:18:58.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.211000000, lastModified=2020-07-27 17:18:58.210060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.211000000, lastModified=2020-07-27 17:18:58.210060000, delta=940000 ns, racy<=2502500 ns 17:18:58.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.211000000, lastModified=2020-07-27 17:18:58.210060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.210060000 to 2020-07-27 17:18:58.211060000 17:18:58.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.212000000, lastModified=2020-07-27 17:18:58.211060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.212000000, lastModified=2020-07-27 17:18:58.211060000, delta=940000 ns, racy<=2502500 ns 17:18:58.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.213000000, lastModified=2020-07-27 17:18:58.212060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.212060000 to 2020-07-27 17:18:58.213060000 17:18:58.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.215000000, lastModified=2020-07-27 17:18:58.213060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.213060000 to 2020-07-27 17:18:58.214060000 17:18:58.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.215000000, lastModified=2020-07-27 17:18:58.214060000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.215000000, lastModified=2020-07-27 17:18:58.214060000, delta=940000 ns, racy<=2502500 ns 17:18:58.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.216000000, lastModified=2020-07-27 17:18:58.215061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.215061000 to 2020-07-27 17:18:58.216061000 17:18:58.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.217000000, lastModified=2020-07-27 17:18:58.216061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.217000000, lastModified=2020-07-27 17:18:58.216061000, delta=939000 ns, racy<=2502500 ns 17:18:58.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.218000000, lastModified=2020-07-27 17:18:58.216061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.216061000 to 2020-07-27 17:18:58.217061000 17:18:58.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.219000000, lastModified=2020-07-27 17:18:58.218061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.219000000, lastModified=2020-07-27 17:18:58.218061000, delta=939000 ns, racy<=2502500 ns 17:18:58.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.219000000, lastModified=2020-07-27 17:18:58.218061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.218061000 to 2020-07-27 17:18:58.219061000 17:18:58.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.221000000, lastModified=2020-07-27 17:18:58.219061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.219061000 to 2020-07-27 17:18:58.220061000 17:18:58.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.221000000, lastModified=2020-07-27 17:18:58.220061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.221000000, lastModified=2020-07-27 17:18:58.220061000, delta=939000 ns, racy<=2502500 ns 17:18:58.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.222000000, lastModified=2020-07-27 17:18:58.221061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.221061000 to 2020-07-27 17:18:58.222061000 17:18:58.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.223000000, lastModified=2020-07-27 17:18:58.222061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.223000000, lastModified=2020-07-27 17:18:58.222061000, delta=939000 ns, racy<=2502500 ns 17:18:58.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.224000000, lastModified=2020-07-27 17:18:58.223061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.223061000 to 2020-07-27 17:18:58.224061000 17:18:58.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.225000000, lastModified=2020-07-27 17:18:58.224061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.225000000, lastModified=2020-07-27 17:18:58.224061000, delta=939000 ns, racy<=2502500 ns 17:18:58.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.226000000, lastModified=2020-07-27 17:18:58.225061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.226000000, lastModified=2020-07-27 17:18:58.225061000, delta=939000 ns, racy<=2502500 ns 17:18:58.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.226000000, lastModified=2020-07-27 17:18:58.225061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.225061000 to 2020-07-27 17:18:58.226061000 17:18:58.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.228000000, lastModified=2020-07-27 17:18:58.227061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.228000000, lastModified=2020-07-27 17:18:58.227061000, delta=939000 ns, racy<=2502500 ns 17:18:58.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.228000000, lastModified=2020-07-27 17:18:58.227061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.228000000, lastModified=2020-07-27 17:18:58.227061000, delta=939000 ns, racy<=2502500 ns 17:18:58.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.229000000, lastModified=2020-07-27 17:18:58.228061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.229000000, lastModified=2020-07-27 17:18:58.228061000, delta=939000 ns, racy<=2502500 ns 17:18:58.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.229000000, lastModified=2020-07-27 17:18:58.228061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.228061000 to 2020-07-27 17:18:58.229061000 17:18:58.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.230000000, lastModified=2020-07-27 17:18:58.229061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.230000000, lastModified=2020-07-27 17:18:58.229061000, delta=939000 ns, racy<=2502500 ns 17:18:58.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.231000000, lastModified=2020-07-27 17:18:58.230061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.231000000, lastModified=2020-07-27 17:18:58.230061000, delta=939000 ns, racy<=2502500 ns 17:18:58.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.232000000, lastModified=2020-07-27 17:18:58.231061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.232000000, lastModified=2020-07-27 17:18:58.231061000, delta=939000 ns, racy<=2502500 ns 17:18:58.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.232000000, lastModified=2020-07-27 17:18:58.231061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.231061000 to 2020-07-27 17:18:58.232061000 17:18:58.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.233000000, lastModified=2020-07-27 17:18:58.232061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.232061000 to 2020-07-27 17:18:58.233061000 17:18:58.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.234000000, lastModified=2020-07-27 17:18:58.233061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.234000000, lastModified=2020-07-27 17:18:58.233061000, delta=939000 ns, racy<=2502500 ns 17:18:58.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.235000000, lastModified=2020-07-27 17:18:58.234061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.235000000, lastModified=2020-07-27 17:18:58.234061000, delta=939000 ns, racy<=2502500 ns 17:18:58.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.236000000, lastModified=2020-07-27 17:18:58.235061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.236000000, lastModified=2020-07-27 17:18:58.235061000, delta=939000 ns, racy<=2502500 ns 17:18:58.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.237000000, lastModified=2020-07-27 17:18:58.236061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.237000000, lastModified=2020-07-27 17:18:58.236061000, delta=939000 ns, racy<=2502500 ns 17:18:58.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.237000000, lastModified=2020-07-27 17:18:58.236061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.236061000 to 2020-07-27 17:18:58.237061000 17:18:58.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.238000000, lastModified=2020-07-27 17:18:58.237061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.237061000 to 2020-07-27 17:18:58.238061000 17:18:58.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.239000000, lastModified=2020-07-27 17:18:58.238061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.238061000 to 2020-07-27 17:18:58.239061000 17:18:58.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.240000000, lastModified=2020-07-27 17:18:58.239061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.240000000, lastModified=2020-07-27 17:18:58.239061000, delta=939000 ns, racy<=2502500 ns 17:18:58.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.241000000, lastModified=2020-07-27 17:18:58.239061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.239061000 to 2020-07-27 17:18:58.240061000 17:18:58.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.241000000, lastModified=2020-07-27 17:18:58.240061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.241000000, lastModified=2020-07-27 17:18:58.240061000, delta=939000 ns, racy<=2502500 ns 17:18:58.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.242000000, lastModified=2020-07-27 17:18:58.241061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.242000000, lastModified=2020-07-27 17:18:58.241061000, delta=939000 ns, racy<=2502500 ns 17:18:58.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.242000000, lastModified=2020-07-27 17:18:58.241061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.241061000 to 2020-07-27 17:18:58.242061000 17:18:58.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.243000000, lastModified=2020-07-27 17:18:58.242061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.243000000, lastModified=2020-07-27 17:18:58.242061000, delta=939000 ns, racy<=2502500 ns 17:18:58.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.244000000, lastModified=2020-07-27 17:18:58.243061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.243061000 to 2020-07-27 17:18:58.244061000 17:18:58.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.245000000, lastModified=2020-07-27 17:18:58.244061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.245000000, lastModified=2020-07-27 17:18:58.244061000, delta=939000 ns, racy<=2502500 ns 17:18:58.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.246000000, lastModified=2020-07-27 17:18:58.245061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.246000000, lastModified=2020-07-27 17:18:58.245061000, delta=939000 ns, racy<=2502500 ns 17:18:58.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.246000000, lastModified=2020-07-27 17:18:58.245061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.245061000 to 2020-07-27 17:18:58.246061000 17:18:58.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.247000000, lastModified=2020-07-27 17:18:58.246061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.247000000, lastModified=2020-07-27 17:18:58.246061000, delta=939000 ns, racy<=2502500 ns 17:18:58.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.248000000, lastModified=2020-07-27 17:18:58.247061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.248000000, lastModified=2020-07-27 17:18:58.247061000, delta=939000 ns, racy<=2502500 ns 17:18:58.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.248000000, lastModified=2020-07-27 17:18:58.247061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.248000000, lastModified=2020-07-27 17:18:58.247061000, delta=939000 ns, racy<=2502500 ns 17:18:58.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.249000000, lastModified=2020-07-27 17:18:58.248061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.249000000, lastModified=2020-07-27 17:18:58.248061000, delta=939000 ns, racy<=2502500 ns 17:18:58.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.249000000, lastModified=2020-07-27 17:18:58.248061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.248061000 to 2020-07-27 17:18:58.249061000 17:18:58.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.250000000, lastModified=2020-07-27 17:18:58.249061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.249061000 to 2020-07-27 17:18:58.250061000 17:18:58.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.251000000, lastModified=2020-07-27 17:18:58.250061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.250061000 to 2020-07-27 17:18:58.251061000 17:18:58.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.252000000, lastModified=2020-07-27 17:18:58.251061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.252000000, lastModified=2020-07-27 17:18:58.251061000, delta=939000 ns, racy<=2502500 ns 17:18:58.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.253000000, lastModified=2020-07-27 17:18:58.252061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.253000000, lastModified=2020-07-27 17:18:58.252061000, delta=939000 ns, racy<=2502500 ns 17:18:58.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.254000000, lastModified=2020-07-27 17:18:58.253061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.254000000, lastModified=2020-07-27 17:18:58.253061000, delta=939000 ns, racy<=2502500 ns 17:18:58.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.255000000, lastModified=2020-07-27 17:18:58.253061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.253061000 to 2020-07-27 17:18:58.254061000 17:18:58.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.255000000, lastModified=2020-07-27 17:18:58.254061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.255000000, lastModified=2020-07-27 17:18:58.254061000, delta=939000 ns, racy<=2502500 ns 17:18:58.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.256000000, lastModified=2020-07-27 17:18:58.255061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.256000000, lastModified=2020-07-27 17:18:58.255061000, delta=939000 ns, racy<=2502500 ns 17:18:58.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.256000000, lastModified=2020-07-27 17:18:58.255061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.255061000 to 2020-07-27 17:18:58.256061000 17:18:58.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.257000000, lastModified=2020-07-27 17:18:58.256061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.257000000, lastModified=2020-07-27 17:18:58.256061000, delta=939000 ns, racy<=2502500 ns 17:18:58.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.258000000, lastModified=2020-07-27 17:18:58.257061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.258000000, lastModified=2020-07-27 17:18:58.257061000, delta=939000 ns, racy<=2502500 ns 17:18:58.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.258000000, lastModified=2020-07-27 17:18:58.257061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.257061000 to 2020-07-27 17:18:58.258061000 17:18:58.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.259000000, lastModified=2020-07-27 17:18:58.258061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.258061000 to 2020-07-27 17:18:58.259061000 17:18:58.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.260000000, lastModified=2020-07-27 17:18:58.259061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.260000000, lastModified=2020-07-27 17:18:58.259061000, delta=939000 ns, racy<=2502500 ns 17:18:58.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.261000000, lastModified=2020-07-27 17:18:58.260061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.261000000, lastModified=2020-07-27 17:18:58.260061000, delta=939000 ns, racy<=2502500 ns 17:18:58.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.261000000, lastModified=2020-07-27 17:18:58.260061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.260061000 to 2020-07-27 17:18:58.261061000 17:18:58.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.262000000, lastModified=2020-07-27 17:18:58.261061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.262000000, lastModified=2020-07-27 17:18:58.261061000, delta=939000 ns, racy<=2502500 ns 17:18:58.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.263000000, lastModified=2020-07-27 17:18:58.262061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.263000000, lastModified=2020-07-27 17:18:58.262061000, delta=939000 ns, racy<=2502500 ns 17:18:58.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.263000000, lastModified=2020-07-27 17:18:58.262061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.263000000, lastModified=2020-07-27 17:18:58.262061000, delta=939000 ns, racy<=2502500 ns 17:18:58.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.264000000, lastModified=2020-07-27 17:18:58.263061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.263061000 to 2020-07-27 17:18:58.264061000 17:18:58.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.265000000, lastModified=2020-07-27 17:18:58.264061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.265000000, lastModified=2020-07-27 17:18:58.264061000, delta=939000 ns, racy<=2502500 ns 17:18:58.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.266000000, lastModified=2020-07-27 17:18:58.265061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.266000000, lastModified=2020-07-27 17:18:58.265061000, delta=939000 ns, racy<=2502500 ns 17:18:58.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.266000000, lastModified=2020-07-27 17:18:58.265061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.265061000 to 2020-07-27 17:18:58.266061000 17:18:58.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.267000000, lastModified=2020-07-27 17:18:58.266061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.267000000, lastModified=2020-07-27 17:18:58.266061000, delta=939000 ns, racy<=2502500 ns 17:18:58.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.267000000, lastModified=2020-07-27 17:18:58.266061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.266061000 to 2020-07-27 17:18:58.267061000 17:18:58.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.268000000, lastModified=2020-07-27 17:18:58.267061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.268000000, lastModified=2020-07-27 17:18:58.267061000, delta=939000 ns, racy<=2502500 ns 17:18:58.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.268000000, lastModified=2020-07-27 17:18:58.267061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.267061000 to 2020-07-27 17:18:58.268061000 17:18:58.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.269000000, lastModified=2020-07-27 17:18:58.268061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.269000000, lastModified=2020-07-27 17:18:58.268061000, delta=939000 ns, racy<=2502500 ns 17:18:58.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.270000000, lastModified=2020-07-27 17:18:58.269061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.270000000, lastModified=2020-07-27 17:18:58.269061000, delta=939000 ns, racy<=2502500 ns 17:18:58.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.270000000, lastModified=2020-07-27 17:18:58.269061000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.269061000 to 2020-07-27 17:18:58.270062000 17:18:58.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.271000000, lastModified=2020-07-27 17:18:58.270062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.271000000, lastModified=2020-07-27 17:18:58.270062000, delta=938000 ns, racy<=2502500 ns 17:18:58.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.272000000, lastModified=2020-07-27 17:18:58.270062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.270062000 to 2020-07-27 17:18:58.271062000 17:18:58.272 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.272000000, lastModified=2020-07-27 17:18:58.271062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.272000000, lastModified=2020-07-27 17:18:58.271062000, delta=938000 ns, racy<=2502500 ns 17:18:58.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.273000000, lastModified=2020-07-27 17:18:58.272062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.273000000, lastModified=2020-07-27 17:18:58.272062000, delta=938000 ns, racy<=2502500 ns 17:18:58.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.273000000, lastModified=2020-07-27 17:18:58.272062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.272062000 to 2020-07-27 17:18:58.273062000 17:18:58.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.274000000, lastModified=2020-07-27 17:18:58.273062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.273062000 to 2020-07-27 17:18:58.274062000 17:18:58.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.275000000, lastModified=2020-07-27 17:18:58.274062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.274062000 to 2020-07-27 17:18:58.275062000 17:18:58.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.276000000, lastModified=2020-07-27 17:18:58.275062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.276000000, lastModified=2020-07-27 17:18:58.275062000, delta=938000 ns, racy<=2502500 ns 17:18:58.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.277000000, lastModified=2020-07-27 17:18:58.276062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.277000000, lastModified=2020-07-27 17:18:58.276062000, delta=938000 ns, racy<=2502500 ns 17:18:58.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.277000000, lastModified=2020-07-27 17:18:58.276062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.276062000 to 2020-07-27 17:18:58.277062000 17:18:58.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.279000000, lastModified=2020-07-27 17:18:58.277062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.277062000 to 2020-07-27 17:18:58.278062000 17:18:58.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.279000000, lastModified=2020-07-27 17:18:58.278062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.279000000, lastModified=2020-07-27 17:18:58.278062000, delta=938000 ns, racy<=2502500 ns 17:18:58.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.280000000, lastModified=2020-07-27 17:18:58.279062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.279062000 to 2020-07-27 17:18:58.280062000 17:18:58.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.281000000, lastModified=2020-07-27 17:18:58.280062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.280062000 to 2020-07-27 17:18:58.281062000 17:18:58.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.282000000, lastModified=2020-07-27 17:18:58.281062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.281062000 to 2020-07-27 17:18:58.282062000 17:18:58.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.284000000, lastModified=2020-07-27 17:18:58.282062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.282062000 to 2020-07-27 17:18:58.283062000 17:18:58.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.284000000, lastModified=2020-07-27 17:18:58.283062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.284000000, lastModified=2020-07-27 17:18:58.283062000, delta=938000 ns, racy<=2502500 ns 17:18:58.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.285000000, lastModified=2020-07-27 17:18:58.284062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.285000000, lastModified=2020-07-27 17:18:58.284062000, delta=938000 ns, racy<=2502500 ns 17:18:58.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.285000000, lastModified=2020-07-27 17:18:58.284062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.284062000 to 2020-07-27 17:18:58.285062000 17:18:58.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.287000000, lastModified=2020-07-27 17:18:58.286062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.287000000, lastModified=2020-07-27 17:18:58.286062000, delta=938000 ns, racy<=2502500 ns 17:18:58.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.288000000, lastModified=2020-07-27 17:18:58.287062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.288000000, lastModified=2020-07-27 17:18:58.287062000, delta=938000 ns, racy<=2502500 ns 17:18:58.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.289000000, lastModified=2020-07-27 17:18:58.288062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.289000000, lastModified=2020-07-27 17:18:58.288062000, delta=938000 ns, racy<=2502500 ns 17:18:58.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.294000000, lastModified=2020-07-27 17:18:58.292062000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.292062000 to 2020-07-27 17:18:58.302062000 17:18:58.547 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.547000000, lastModified=2020-07-27 17:18:58.546067000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.569 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.546067000 to 2020-07-27 17:18:58.569067000 17:18:58.593 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.593000000, lastModified=2020-07-27 17:18:58.591067000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.601 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.591067000 to 2020-07-27 17:18:58.600068000 17:18:58.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.627000000, lastModified=2020-07-27 17:18:58.626068000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.627000000, lastModified=2020-07-27 17:18:58.626068000, delta=932000 ns, racy<=2502500 ns 17:18:58.627 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.656 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.656000000, lastModified=2020-07-27 17:18:58.656069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.656069000 to 2020-07-27 17:18:58.673069000 17:18:58.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.673000000, lastModified=2020-07-27 17:18:58.673069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.673 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.673000000, lastModified=2020-07-27 17:18:58.673069000, delta=-69000 ns, racy<=2502500 ns 17:18:58.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.674000000, lastModified=2020-07-27 17:18:58.673069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.674000000, lastModified=2020-07-27 17:18:58.673069000, delta=931000 ns, racy<=2502500 ns 17:18:58.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.674 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.674000000, lastModified=2020-07-27 17:18:58.673069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.674000000, lastModified=2020-07-27 17:18:58.673069000, delta=931000 ns, racy<=2502500 ns 17:18:58.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.675000000, lastModified=2020-07-27 17:18:58.674069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.675000000, lastModified=2020-07-27 17:18:58.674069000, delta=931000 ns, racy<=2502500 ns 17:18:58.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.675 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.675000000, lastModified=2020-07-27 17:18:58.674069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.675000000, lastModified=2020-07-27 17:18:58.674069000, delta=931000 ns, racy<=2502500 ns 17:18:58.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.676000000, lastModified=2020-07-27 17:18:58.675069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.676000000, lastModified=2020-07-27 17:18:58.675069000, delta=931000 ns, racy<=2502500 ns 17:18:58.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.676000000, lastModified=2020-07-27 17:18:58.675069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.676 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.676000000, lastModified=2020-07-27 17:18:58.675069000, delta=931000 ns, racy<=2502500 ns 17:18:58.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.677000000, lastModified=2020-07-27 17:18:58.676069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.677000000, lastModified=2020-07-27 17:18:58.676069000, delta=931000 ns, racy<=2502500 ns 17:18:58.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.677000000, lastModified=2020-07-27 17:18:58.676069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.677000000, lastModified=2020-07-27 17:18:58.676069000, delta=931000 ns, racy<=2502500 ns 17:18:58.677 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.678000000, lastModified=2020-07-27 17:18:58.677069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.678000000, lastModified=2020-07-27 17:18:58.677069000, delta=931000 ns, racy<=2502500 ns 17:18:58.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.678000000, lastModified=2020-07-27 17:18:58.677069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.678000000, lastModified=2020-07-27 17:18:58.677069000, delta=931000 ns, racy<=2502500 ns 17:18:58.678 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.679 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.679000000, lastModified=2020-07-27 17:18:58.678069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.678069000 to 2020-07-27 17:18:58.679069000 17:18:58.680 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.680000000, lastModified=2020-07-27 17:18:58.679069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.681 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.679069000 to 2020-07-27 17:18:58.680069000 17:18:58.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.682000000, lastModified=2020-07-27 17:18:58.681069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.682000000, lastModified=2020-07-27 17:18:58.681069000, delta=931000 ns, racy<=2502500 ns 17:18:58.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.682000000, lastModified=2020-07-27 17:18:58.681069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.682000000, lastModified=2020-07-27 17:18:58.681069000, delta=931000 ns, racy<=2502500 ns 17:18:58.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.682 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.682000000, lastModified=2020-07-27 17:18:58.681069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.681069000 to 2020-07-27 17:18:58.682069000 17:18:58.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.683000000, lastModified=2020-07-27 17:18:58.682069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.683000000, lastModified=2020-07-27 17:18:58.682069000, delta=931000 ns, racy<=2502500 ns 17:18:58.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.683 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.683000000, lastModified=2020-07-27 17:18:58.682069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.682069000 to 2020-07-27 17:18:58.683069000 17:18:58.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.684000000, lastModified=2020-07-27 17:18:58.683069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.684000000, lastModified=2020-07-27 17:18:58.683069000, delta=931000 ns, racy<=2502500 ns 17:18:58.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.684 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.684000000, lastModified=2020-07-27 17:18:58.683069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.683069000 to 2020-07-27 17:18:58.684069000 17:18:58.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.685000000, lastModified=2020-07-27 17:18:58.684069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.685000000, lastModified=2020-07-27 17:18:58.684069000, delta=931000 ns, racy<=2502500 ns 17:18:58.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.685000000, lastModified=2020-07-27 17:18:58.684069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.685000000, lastModified=2020-07-27 17:18:58.684069000, delta=931000 ns, racy<=2502500 ns 17:18:58.685 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.686000000, lastModified=2020-07-27 17:18:58.684069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.684069000 to 2020-07-27 17:18:58.685069000 17:18:58.686 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.686000000, lastModified=2020-07-27 17:18:58.685069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.685069000 to 2020-07-27 17:18:58.686069000 17:18:58.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.687000000, lastModified=2020-07-27 17:18:58.686069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.687000000, lastModified=2020-07-27 17:18:58.686069000, delta=931000 ns, racy<=2502500 ns 17:18:58.687 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.688000000, lastModified=2020-07-27 17:18:58.687069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.688000000, lastModified=2020-07-27 17:18:58.687069000, delta=931000 ns, racy<=2502500 ns 17:18:58.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.688000000, lastModified=2020-07-27 17:18:58.687069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.688000000, lastModified=2020-07-27 17:18:58.687069000, delta=931000 ns, racy<=2502500 ns 17:18:58.688 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.689000000, lastModified=2020-07-27 17:18:58.688069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.689000000, lastModified=2020-07-27 17:18:58.688069000, delta=931000 ns, racy<=2502500 ns 17:18:58.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.689 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.689000000, lastModified=2020-07-27 17:18:58.688069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.688069000 to 2020-07-27 17:18:58.689069000 17:18:58.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.690000000, lastModified=2020-07-27 17:18:58.689069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.690000000, lastModified=2020-07-27 17:18:58.689069000, delta=931000 ns, racy<=2502500 ns 17:18:58.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.690000000, lastModified=2020-07-27 17:18:58.689069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.690000000, lastModified=2020-07-27 17:18:58.689069000, delta=931000 ns, racy<=2502500 ns 17:18:58.690 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.691000000, lastModified=2020-07-27 17:18:58.690069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.691000000, lastModified=2020-07-27 17:18:58.690069000, delta=931000 ns, racy<=2502500 ns 17:18:58.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.691000000, lastModified=2020-07-27 17:18:58.690069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.691000000, lastModified=2020-07-27 17:18:58.690069000, delta=931000 ns, racy<=2502500 ns 17:18:58.691 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.693000000, lastModified=2020-07-27 17:18:58.692069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.693000000, lastModified=2020-07-27 17:18:58.692069000, delta=931000 ns, racy<=2502500 ns 17:18:58.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.693000000, lastModified=2020-07-27 17:18:58.692069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.693000000, lastModified=2020-07-27 17:18:58.692069000, delta=931000 ns, racy<=2502500 ns 17:18:58.693 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.694000000, lastModified=2020-07-27 17:18:58.693069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.694000000, lastModified=2020-07-27 17:18:58.693069000, delta=931000 ns, racy<=2502500 ns 17:18:58.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.694 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.694000000, lastModified=2020-07-27 17:18:58.693069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.693069000 to 2020-07-27 17:18:58.694069000 17:18:58.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.695000000, lastModified=2020-07-27 17:18:58.694069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.695000000, lastModified=2020-07-27 17:18:58.694069000, delta=931000 ns, racy<=2502500 ns 17:18:58.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.695 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.695000000, lastModified=2020-07-27 17:18:58.694069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.694069000 to 2020-07-27 17:18:58.695069000 17:18:58.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.696000000, lastModified=2020-07-27 17:18:58.695069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.696000000, lastModified=2020-07-27 17:18:58.695069000, delta=931000 ns, racy<=2502500 ns 17:18:58.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.696000000, lastModified=2020-07-27 17:18:58.695069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.696000000, lastModified=2020-07-27 17:18:58.695069000, delta=931000 ns, racy<=2502500 ns 17:18:58.696 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.697000000, lastModified=2020-07-27 17:18:58.696069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.697000000, lastModified=2020-07-27 17:18:58.696069000, delta=931000 ns, racy<=2502500 ns 17:18:58.697 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.698000000, lastModified=2020-07-27 17:18:58.697069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.698000000, lastModified=2020-07-27 17:18:58.697069000, delta=931000 ns, racy<=2502500 ns 17:18:58.698 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.699000000, lastModified=2020-07-27 17:18:58.698069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.699000000, lastModified=2020-07-27 17:18:58.698069000, delta=931000 ns, racy<=2502500 ns 17:18:58.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.699 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.699000000, lastModified=2020-07-27 17:18:58.698069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.699000000, lastModified=2020-07-27 17:18:58.698069000, delta=931000 ns, racy<=2502500 ns 17:18:58.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.700000000, lastModified=2020-07-27 17:18:58.699069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.700000000, lastModified=2020-07-27 17:18:58.699069000, delta=931000 ns, racy<=2502500 ns 17:18:58.700 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.701000000, lastModified=2020-07-27 17:18:58.700069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.701000000, lastModified=2020-07-27 17:18:58.700069000, delta=931000 ns, racy<=2502500 ns 17:18:58.701 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.702000000, lastModified=2020-07-27 17:18:58.701069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.702000000, lastModified=2020-07-27 17:18:58.701069000, delta=931000 ns, racy<=2502500 ns 17:18:58.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.702 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.702000000, lastModified=2020-07-27 17:18:58.701069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.701069000 to 2020-07-27 17:18:58.702069000 17:18:58.703 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.703000000, lastModified=2020-07-27 17:18:58.702069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.702069000 to 2020-07-27 17:18:58.703069000 17:18:58.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.704000000, lastModified=2020-07-27 17:18:58.703069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.704000000, lastModified=2020-07-27 17:18:58.703069000, delta=931000 ns, racy<=2502500 ns 17:18:58.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.704 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.704000000, lastModified=2020-07-27 17:18:58.703069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.703069000 to 2020-07-27 17:18:58.704069000 17:18:58.705 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.705000000, lastModified=2020-07-27 17:18:58.704069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.704069000 to 2020-07-27 17:18:58.705069000 17:18:58.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.706000000, lastModified=2020-07-27 17:18:58.705069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.706000000, lastModified=2020-07-27 17:18:58.705069000, delta=931000 ns, racy<=2502500 ns 17:18:58.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.706 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.706000000, lastModified=2020-07-27 17:18:58.705069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.705069000 to 2020-07-27 17:18:58.706069000 17:18:58.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.707000000, lastModified=2020-07-27 17:18:58.706069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.707000000, lastModified=2020-07-27 17:18:58.706069000, delta=931000 ns, racy<=2502500 ns 17:18:58.707 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.708000000, lastModified=2020-07-27 17:18:58.707069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.708000000, lastModified=2020-07-27 17:18:58.707069000, delta=931000 ns, racy<=2502500 ns 17:18:58.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.708000000, lastModified=2020-07-27 17:18:58.707069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.708000000, lastModified=2020-07-27 17:18:58.707069000, delta=931000 ns, racy<=2502500 ns 17:18:58.708 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.709 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.709000000, lastModified=2020-07-27 17:18:58.708069000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.708069000 to 2020-07-27 17:18:58.709070000 17:18:58.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.710000000, lastModified=2020-07-27 17:18:58.709070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.710000000, lastModified=2020-07-27 17:18:58.709070000, delta=930000 ns, racy<=2502500 ns 17:18:58.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.710 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.710000000, lastModified=2020-07-27 17:18:58.709070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.709070000 to 2020-07-27 17:18:58.710070000 17:18:58.711 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.711000000, lastModified=2020-07-27 17:18:58.710070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.710070000 to 2020-07-27 17:18:58.711070000 17:18:58.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.712000000, lastModified=2020-07-27 17:18:58.711070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.712000000, lastModified=2020-07-27 17:18:58.711070000, delta=930000 ns, racy<=2502500 ns 17:18:58.712 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.713000000, lastModified=2020-07-27 17:18:58.712070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.713000000, lastModified=2020-07-27 17:18:58.712070000, delta=930000 ns, racy<=2502500 ns 17:18:58.713 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.714000000, lastModified=2020-07-27 17:18:58.713070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.714000000, lastModified=2020-07-27 17:18:58.713070000, delta=930000 ns, racy<=2502500 ns 17:18:58.714 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.715000000, lastModified=2020-07-27 17:18:58.714070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.715000000, lastModified=2020-07-27 17:18:58.714070000, delta=930000 ns, racy<=2502500 ns 17:18:58.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.715 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.715000000, lastModified=2020-07-27 17:18:58.714070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.714070000 to 2020-07-27 17:18:58.715070000 17:18:58.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.716000000, lastModified=2020-07-27 17:18:58.715070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.716000000, lastModified=2020-07-27 17:18:58.715070000, delta=930000 ns, racy<=2502500 ns 17:18:58.716 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.717000000, lastModified=2020-07-27 17:18:58.716070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.717000000, lastModified=2020-07-27 17:18:58.716070000, delta=930000 ns, racy<=2502500 ns 17:18:58.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.717000000, lastModified=2020-07-27 17:18:58.716070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.717 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.717000000, lastModified=2020-07-27 17:18:58.716070000, delta=930000 ns, racy<=2502500 ns 17:18:58.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.718000000, lastModified=2020-07-27 17:18:58.717070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.718000000, lastModified=2020-07-27 17:18:58.717070000, delta=930000 ns, racy<=2502500 ns 17:18:58.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.718 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.718000000, lastModified=2020-07-27 17:18:58.717070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.717070000 to 2020-07-27 17:18:58.718070000 17:18:58.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.719000000, lastModified=2020-07-27 17:18:58.718070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.719000000, lastModified=2020-07-27 17:18:58.718070000, delta=930000 ns, racy<=2502500 ns 17:18:58.719 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.720000000, lastModified=2020-07-27 17:18:58.719070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.720000000, lastModified=2020-07-27 17:18:58.719070000, delta=930000 ns, racy<=2502500 ns 17:18:58.720 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.721000000, lastModified=2020-07-27 17:18:58.720070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.721000000, lastModified=2020-07-27 17:18:58.720070000, delta=930000 ns, racy<=2502500 ns 17:18:58.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.721000000, lastModified=2020-07-27 17:18:58.720070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.721000000, lastModified=2020-07-27 17:18:58.720070000, delta=930000 ns, racy<=2502500 ns 17:18:58.721 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.722000000, lastModified=2020-07-27 17:18:58.721070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.722000000, lastModified=2020-07-27 17:18:58.721070000, delta=930000 ns, racy<=2502500 ns 17:18:58.722 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.723000000, lastModified=2020-07-27 17:18:58.722070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.723000000, lastModified=2020-07-27 17:18:58.722070000, delta=930000 ns, racy<=2502500 ns 17:18:58.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.723000000, lastModified=2020-07-27 17:18:58.722070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.723000000, lastModified=2020-07-27 17:18:58.722070000, delta=930000 ns, racy<=2502500 ns 17:18:58.723 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.724000000, lastModified=2020-07-27 17:18:58.723070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.724000000, lastModified=2020-07-27 17:18:58.723070000, delta=930000 ns, racy<=2502500 ns 17:18:58.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.724 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.724000000, lastModified=2020-07-27 17:18:58.723070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.723070000 to 2020-07-27 17:18:58.724070000 17:18:58.725 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.725000000, lastModified=2020-07-27 17:18:58.724070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.724070000 to 2020-07-27 17:18:58.725070000 17:18:58.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.726000000, lastModified=2020-07-27 17:18:58.725070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.726000000, lastModified=2020-07-27 17:18:58.725070000, delta=930000 ns, racy<=2502500 ns 17:18:58.726 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.727000000, lastModified=2020-07-27 17:18:58.726070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.727000000, lastModified=2020-07-27 17:18:58.726070000, delta=930000 ns, racy<=2502500 ns 17:18:58.727 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.728000000, lastModified=2020-07-27 17:18:58.727070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.728000000, lastModified=2020-07-27 17:18:58.727070000, delta=930000 ns, racy<=2502500 ns 17:18:58.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.728 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.728000000, lastModified=2020-07-27 17:18:58.727070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.727070000 to 2020-07-27 17:18:58.728070000 17:18:58.729 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.729000000, lastModified=2020-07-27 17:18:58.728070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.728070000 to 2020-07-27 17:18:58.729070000 17:18:58.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.730000000, lastModified=2020-07-27 17:18:58.729070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.730000000, lastModified=2020-07-27 17:18:58.729070000, delta=930000 ns, racy<=2502500 ns 17:18:58.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.730000000, lastModified=2020-07-27 17:18:58.729070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.730 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.730000000, lastModified=2020-07-27 17:18:58.729070000, delta=930000 ns, racy<=2502500 ns 17:18:58.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.731000000, lastModified=2020-07-27 17:18:58.730070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.731000000, lastModified=2020-07-27 17:18:58.730070000, delta=930000 ns, racy<=2502500 ns 17:18:58.731 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.732000000, lastModified=2020-07-27 17:18:58.731070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.732000000, lastModified=2020-07-27 17:18:58.731070000, delta=930000 ns, racy<=2502500 ns 17:18:58.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.732000000, lastModified=2020-07-27 17:18:58.731070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.732000000, lastModified=2020-07-27 17:18:58.731070000, delta=930000 ns, racy<=2502500 ns 17:18:58.732 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.733000000, lastModified=2020-07-27 17:18:58.732070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.733000000, lastModified=2020-07-27 17:18:58.732070000, delta=930000 ns, racy<=2502500 ns 17:18:58.733 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.734000000, lastModified=2020-07-27 17:18:58.733070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.734000000, lastModified=2020-07-27 17:18:58.733070000, delta=930000 ns, racy<=2502500 ns 17:18:58.734 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.735000000, lastModified=2020-07-27 17:18:58.733070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.733070000 to 2020-07-27 17:18:58.734070000 17:18:58.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.735000000, lastModified=2020-07-27 17:18:58.734070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.735000000, lastModified=2020-07-27 17:18:58.734070000, delta=930000 ns, racy<=2502500 ns 17:18:58.735 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.736000000, lastModified=2020-07-27 17:18:58.735070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.736000000, lastModified=2020-07-27 17:18:58.735070000, delta=930000 ns, racy<=2502500 ns 17:18:58.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.736000000, lastModified=2020-07-27 17:18:58.735070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.736000000, lastModified=2020-07-27 17:18:58.735070000, delta=930000 ns, racy<=2502500 ns 17:18:58.736 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.737000000, lastModified=2020-07-27 17:18:58.736070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.737000000, lastModified=2020-07-27 17:18:58.736070000, delta=930000 ns, racy<=2502500 ns 17:18:58.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.737 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.737000000, lastModified=2020-07-27 17:18:58.736070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.736070000 to 2020-07-27 17:18:58.737070000 17:18:58.738 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.738000000, lastModified=2020-07-27 17:18:58.737070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.737070000 to 2020-07-27 17:18:58.738070000 17:18:58.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.739000000, lastModified=2020-07-27 17:18:58.738070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.739000000, lastModified=2020-07-27 17:18:58.738070000, delta=930000 ns, racy<=2502500 ns 17:18:58.739 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.740000000, lastModified=2020-07-27 17:18:58.739070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.740000000, lastModified=2020-07-27 17:18:58.739070000, delta=930000 ns, racy<=2502500 ns 17:18:58.740 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.741000000, lastModified=2020-07-27 17:18:58.740070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.741000000, lastModified=2020-07-27 17:18:58.740070000, delta=930000 ns, racy<=2502500 ns 17:18:58.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.741000000, lastModified=2020-07-27 17:18:58.740070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.741000000, lastModified=2020-07-27 17:18:58.740070000, delta=930000 ns, racy<=2502500 ns 17:18:58.741 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.742000000, lastModified=2020-07-27 17:18:58.741070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.742000000, lastModified=2020-07-27 17:18:58.741070000, delta=930000 ns, racy<=2502500 ns 17:18:58.742 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.743000000, lastModified=2020-07-27 17:18:58.742070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.743000000, lastModified=2020-07-27 17:18:58.742070000, delta=930000 ns, racy<=2502500 ns 17:18:58.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.743000000, lastModified=2020-07-27 17:18:58.742070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.743000000, lastModified=2020-07-27 17:18:58.742070000, delta=930000 ns, racy<=2502500 ns 17:18:58.743 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.744000000, lastModified=2020-07-27 17:18:58.743070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.744000000, lastModified=2020-07-27 17:18:58.743070000, delta=930000 ns, racy<=2502500 ns 17:18:58.744 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.745000000, lastModified=2020-07-27 17:18:58.744070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.745000000, lastModified=2020-07-27 17:18:58.744070000, delta=930000 ns, racy<=2502500 ns 17:18:58.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.745000000, lastModified=2020-07-27 17:18:58.744070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.745000000, lastModified=2020-07-27 17:18:58.744070000, delta=930000 ns, racy<=2502500 ns 17:18:58.745 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.746000000, lastModified=2020-07-27 17:18:58.745070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.746000000, lastModified=2020-07-27 17:18:58.745070000, delta=930000 ns, racy<=2502500 ns 17:18:58.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.746 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.746000000, lastModified=2020-07-27 17:18:58.745070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.746000000, lastModified=2020-07-27 17:18:58.745070000, delta=930000 ns, racy<=2502500 ns 17:18:58.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.747000000, lastModified=2020-07-27 17:18:58.746070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.747000000, lastModified=2020-07-27 17:18:58.746070000, delta=930000 ns, racy<=2502500 ns 17:18:58.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.747000000, lastModified=2020-07-27 17:18:58.746070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.747000000, lastModified=2020-07-27 17:18:58.746070000, delta=930000 ns, racy<=2502500 ns 17:18:58.747 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.748000000, lastModified=2020-07-27 17:18:58.746070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.746070000 to 2020-07-27 17:18:58.747070000 17:18:58.748 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.748000000, lastModified=2020-07-27 17:18:58.747070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.747070000 to 2020-07-27 17:18:58.748070000 17:18:58.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.749000000, lastModified=2020-07-27 17:18:58.748070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.749000000, lastModified=2020-07-27 17:18:58.748070000, delta=930000 ns, racy<=2502500 ns 17:18:58.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.749 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.749000000, lastModified=2020-07-27 17:18:58.748070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.748070000 to 2020-07-27 17:18:58.749070000 17:18:58.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.750000000, lastModified=2020-07-27 17:18:58.749070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.750000000, lastModified=2020-07-27 17:18:58.749070000, delta=930000 ns, racy<=2502500 ns 17:18:58.750 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.751000000, lastModified=2020-07-27 17:18:58.750070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.751000000, lastModified=2020-07-27 17:18:58.750070000, delta=930000 ns, racy<=2502500 ns 17:18:58.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.751 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.751000000, lastModified=2020-07-27 17:18:58.750070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.750070000 to 2020-07-27 17:18:58.751070000 17:18:58.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.752000000, lastModified=2020-07-27 17:18:58.751070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.752000000, lastModified=2020-07-27 17:18:58.751070000, delta=930000 ns, racy<=2502500 ns 17:18:58.752 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.753000000, lastModified=2020-07-27 17:18:58.752070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.753000000, lastModified=2020-07-27 17:18:58.752070000, delta=930000 ns, racy<=2502500 ns 17:18:58.753 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.754000000, lastModified=2020-07-27 17:18:58.753070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.754000000, lastModified=2020-07-27 17:18:58.753070000, delta=930000 ns, racy<=2502500 ns 17:18:58.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.754000000, lastModified=2020-07-27 17:18:58.753070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.754000000, lastModified=2020-07-27 17:18:58.753070000, delta=930000 ns, racy<=2502500 ns 17:18:58.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.754 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.754000000, lastModified=2020-07-27 17:18:58.753070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.753070000 to 2020-07-27 17:18:58.754070000 17:18:58.755 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.755000000, lastModified=2020-07-27 17:18:58.754070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.754070000 to 2020-07-27 17:18:58.755070000 17:18:58.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.756000000, lastModified=2020-07-27 17:18:58.755070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.756000000, lastModified=2020-07-27 17:18:58.755070000, delta=930000 ns, racy<=2502500 ns 17:18:58.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.756 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.756000000, lastModified=2020-07-27 17:18:58.755070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.755070000 to 2020-07-27 17:18:58.756070000 17:18:58.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.757000000, lastModified=2020-07-27 17:18:58.756070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.757000000, lastModified=2020-07-27 17:18:58.756070000, delta=930000 ns, racy<=2502500 ns 17:18:58.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.757 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.757000000, lastModified=2020-07-27 17:18:58.756070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.756070000 to 2020-07-27 17:18:58.757070000 17:18:58.758 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.758000000, lastModified=2020-07-27 17:18:58.757070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.757070000 to 2020-07-27 17:18:58.758070000 17:18:58.759 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.759000000, lastModified=2020-07-27 17:18:58.758070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.758070000 to 2020-07-27 17:18:58.759070000 17:18:58.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.760000000, lastModified=2020-07-27 17:18:58.759070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.760000000, lastModified=2020-07-27 17:18:58.759070000, delta=930000 ns, racy<=2502500 ns 17:18:58.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.760000000, lastModified=2020-07-27 17:18:58.759070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.760000000, lastModified=2020-07-27 17:18:58.759070000, delta=930000 ns, racy<=2502500 ns 17:18:58.760 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.761000000, lastModified=2020-07-27 17:18:58.760070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.761000000, lastModified=2020-07-27 17:18:58.760070000, delta=930000 ns, racy<=2502500 ns 17:18:58.761 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.762000000, lastModified=2020-07-27 17:18:58.761070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.762000000, lastModified=2020-07-27 17:18:58.761070000, delta=930000 ns, racy<=2502500 ns 17:18:58.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.762000000, lastModified=2020-07-27 17:18:58.761070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.762000000, lastModified=2020-07-27 17:18:58.761070000, delta=930000 ns, racy<=2502500 ns 17:18:58.762 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.763 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.763000000, lastModified=2020-07-27 17:18:58.762070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.762070000 to 2020-07-27 17:18:58.763070000 17:18:58.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.764000000, lastModified=2020-07-27 17:18:58.763070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.764000000, lastModified=2020-07-27 17:18:58.763070000, delta=930000 ns, racy<=2502500 ns 17:18:58.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.764 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.764000000, lastModified=2020-07-27 17:18:58.763070000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.763070000 to 2020-07-27 17:18:58.764071000 17:18:58.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.765000000, lastModified=2020-07-27 17:18:58.764071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.765000000, lastModified=2020-07-27 17:18:58.764071000, delta=929000 ns, racy<=2502500 ns 17:18:58.765 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.766000000, lastModified=2020-07-27 17:18:58.765071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.766000000, lastModified=2020-07-27 17:18:58.765071000, delta=929000 ns, racy<=2502500 ns 17:18:58.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.766 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.766000000, lastModified=2020-07-27 17:18:58.765071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.765071000 to 2020-07-27 17:18:58.766071000 17:18:58.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.767000000, lastModified=2020-07-27 17:18:58.766071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.767000000, lastModified=2020-07-27 17:18:58.766071000, delta=929000 ns, racy<=2502500 ns 17:18:58.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.767000000, lastModified=2020-07-27 17:18:58.766071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.767000000, lastModified=2020-07-27 17:18:58.766071000, delta=929000 ns, racy<=2502500 ns 17:18:58.767 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.768000000, lastModified=2020-07-27 17:18:58.767071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.768000000, lastModified=2020-07-27 17:18:58.767071000, delta=929000 ns, racy<=2502500 ns 17:18:58.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.768000000, lastModified=2020-07-27 17:18:58.767071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.768000000, lastModified=2020-07-27 17:18:58.767071000, delta=929000 ns, racy<=2502500 ns 17:18:58.768 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.769000000, lastModified=2020-07-27 17:18:58.768071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.769000000, lastModified=2020-07-27 17:18:58.768071000, delta=929000 ns, racy<=2502500 ns 17:18:58.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.769000000, lastModified=2020-07-27 17:18:58.768071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.769000000, lastModified=2020-07-27 17:18:58.768071000, delta=929000 ns, racy<=2502500 ns 17:18:58.769 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.770000000, lastModified=2020-07-27 17:18:58.769071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.770000000, lastModified=2020-07-27 17:18:58.769071000, delta=929000 ns, racy<=2502500 ns 17:18:58.770 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.771 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.771000000, lastModified=2020-07-27 17:18:58.770071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.771000000, lastModified=2020-07-27 17:18:58.770071000, delta=929000 ns, racy<=2502500 ns 17:18:58.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.772000000, lastModified=2020-07-27 17:18:58.771071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.772000000, lastModified=2020-07-27 17:18:58.771071000, delta=929000 ns, racy<=2502500 ns 17:18:58.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.772 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.772000000, lastModified=2020-07-27 17:18:58.771071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.771071000 to 2020-07-27 17:18:58.772071000 17:18:58.773 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.773000000, lastModified=2020-07-27 17:18:58.772071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.774 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.772071000 to 2020-07-27 17:18:58.773071000 17:18:58.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.775000000, lastModified=2020-07-27 17:18:58.774071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.775000000, lastModified=2020-07-27 17:18:58.774071000, delta=929000 ns, racy<=2502500 ns 17:18:58.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.775 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.775000000, lastModified=2020-07-27 17:18:58.774071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.774071000 to 2020-07-27 17:18:58.775071000 17:18:58.776 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.776000000, lastModified=2020-07-27 17:18:58.775071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.776000000, lastModified=2020-07-27 17:18:58.775071000, delta=929000 ns, racy<=2502500 ns 17:18:58.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.777000000, lastModified=2020-07-27 17:18:58.776071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.777000000, lastModified=2020-07-27 17:18:58.776071000, delta=929000 ns, racy<=2502500 ns 17:18:58.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.777 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.777000000, lastModified=2020-07-27 17:18:58.776071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.776071000 to 2020-07-27 17:18:58.777071000 17:18:58.778 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.778000000, lastModified=2020-07-27 17:18:58.777071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.777071000 to 2020-07-27 17:18:58.778071000 17:18:58.779 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.779000000, lastModified=2020-07-27 17:18:58.778071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.778071000 to 2020-07-27 17:18:58.779071000 17:18:58.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.780000000, lastModified=2020-07-27 17:18:58.779071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.780000000, lastModified=2020-07-27 17:18:58.779071000, delta=929000 ns, racy<=2502500 ns 17:18:58.780 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.781000000, lastModified=2020-07-27 17:18:58.780071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.781000000, lastModified=2020-07-27 17:18:58.780071000, delta=929000 ns, racy<=2502500 ns 17:18:58.781 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.782 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.782000000, lastModified=2020-07-27 17:18:58.781071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.782000000, lastModified=2020-07-27 17:18:58.781071000, delta=929000 ns, racy<=2502500 ns 17:18:58.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.783000000, lastModified=2020-07-27 17:18:58.782071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.783000000, lastModified=2020-07-27 17:18:58.782071000, delta=929000 ns, racy<=2502500 ns 17:18:58.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.783 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.783000000, lastModified=2020-07-27 17:18:58.782071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.782071000 to 2020-07-27 17:18:58.783071000 17:18:58.784 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.784000000, lastModified=2020-07-27 17:18:58.783071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.783071000 to 2020-07-27 17:18:58.784071000 17:18:58.785 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.785000000, lastModified=2020-07-27 17:18:58.784071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.784071000 to 2020-07-27 17:18:58.785071000 17:18:58.786 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.786000000, lastModified=2020-07-27 17:18:58.785071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.785071000 to 2020-07-27 17:18:58.786071000 17:18:58.787 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.787000000, lastModified=2020-07-27 17:18:58.786071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.787000000, lastModified=2020-07-27 17:18:58.786071000, delta=929000 ns, racy<=2502500 ns 17:18:58.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.788000000, lastModified=2020-07-27 17:18:58.787071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.788000000, lastModified=2020-07-27 17:18:58.787071000, delta=929000 ns, racy<=2502500 ns 17:18:58.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.788 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.788000000, lastModified=2020-07-27 17:18:58.787071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.788000000, lastModified=2020-07-27 17:18:58.787071000, delta=929000 ns, racy<=2502500 ns 17:18:58.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.789000000, lastModified=2020-07-27 17:18:58.788071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.789000000, lastModified=2020-07-27 17:18:58.788071000, delta=929000 ns, racy<=2502500 ns 17:18:58.789 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.790000000, lastModified=2020-07-27 17:18:58.789071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.790000000, lastModified=2020-07-27 17:18:58.789071000, delta=929000 ns, racy<=2502500 ns 17:18:58.790 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.791000000, lastModified=2020-07-27 17:18:58.790071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.791000000, lastModified=2020-07-27 17:18:58.790071000, delta=929000 ns, racy<=2502500 ns 17:18:58.791 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.792000000, lastModified=2020-07-27 17:18:58.790071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.790071000 to 2020-07-27 17:18:58.791071000 17:18:58.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.792000000, lastModified=2020-07-27 17:18:58.791071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.792000000, lastModified=2020-07-27 17:18:58.791071000, delta=929000 ns, racy<=2502500 ns 17:18:58.792 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.793000000, lastModified=2020-07-27 17:18:58.792071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.793000000, lastModified=2020-07-27 17:18:58.792071000, delta=929000 ns, racy<=2502500 ns 17:18:58.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.793 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.793000000, lastModified=2020-07-27 17:18:58.792071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.793000000, lastModified=2020-07-27 17:18:58.792071000, delta=929000 ns, racy<=2502500 ns 17:18:58.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.794 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.794000000, lastModified=2020-07-27 17:18:58.793071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.794000000, lastModified=2020-07-27 17:18:58.793071000, delta=929000 ns, racy<=2502500 ns 17:18:58.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.795000000, lastModified=2020-07-27 17:18:58.794071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.795000000, lastModified=2020-07-27 17:18:58.794071000, delta=929000 ns, racy<=2502500 ns 17:18:58.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.795000000, lastModified=2020-07-27 17:18:58.794071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.795000000, lastModified=2020-07-27 17:18:58.794071000, delta=929000 ns, racy<=2502500 ns 17:18:58.795 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.796 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.796000000, lastModified=2020-07-27 17:18:58.795071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.796000000, lastModified=2020-07-27 17:18:58.795071000, delta=929000 ns, racy<=2502500 ns 17:18:58.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.797000000, lastModified=2020-07-27 17:18:58.796071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.797000000, lastModified=2020-07-27 17:18:58.796071000, delta=929000 ns, racy<=2502500 ns 17:18:58.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.797000000, lastModified=2020-07-27 17:18:58.796071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.797000000, lastModified=2020-07-27 17:18:58.796071000, delta=929000 ns, racy<=2502500 ns 17:18:58.797 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.798 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.798000000, lastModified=2020-07-27 17:18:58.797071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.798000000, lastModified=2020-07-27 17:18:58.797071000, delta=929000 ns, racy<=2502500 ns 17:18:58.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.799000000, lastModified=2020-07-27 17:18:58.798071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.799000000, lastModified=2020-07-27 17:18:58.798071000, delta=929000 ns, racy<=2502500 ns 17:18:58.799 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.800000000, lastModified=2020-07-27 17:18:58.799071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.800000000, lastModified=2020-07-27 17:18:58.799071000, delta=929000 ns, racy<=2502500 ns 17:18:58.800 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.800000000, lastModified=2020-07-27 17:18:58.799071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.799071000 to 2020-07-27 17:18:58.800071000 17:18:58.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.801000000, lastModified=2020-07-27 17:18:58.800071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.801000000, lastModified=2020-07-27 17:18:58.800071000, delta=929000 ns, racy<=2502500 ns 17:18:58.801 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.802000000, lastModified=2020-07-27 17:18:58.801071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.802000000, lastModified=2020-07-27 17:18:58.801071000, delta=929000 ns, racy<=2502500 ns 17:18:58.802 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.803000000, lastModified=2020-07-27 17:18:58.802071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.803000000, lastModified=2020-07-27 17:18:58.802071000, delta=929000 ns, racy<=2502500 ns 17:18:58.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.803 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.803000000, lastModified=2020-07-27 17:18:58.802071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.802071000 to 2020-07-27 17:18:58.803071000 17:18:58.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.804000000, lastModified=2020-07-27 17:18:58.803071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.804000000, lastModified=2020-07-27 17:18:58.803071000, delta=929000 ns, racy<=2502500 ns 17:18:58.804 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.805000000, lastModified=2020-07-27 17:18:58.804071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.805000000, lastModified=2020-07-27 17:18:58.804071000, delta=929000 ns, racy<=2502500 ns 17:18:58.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.805 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.805000000, lastModified=2020-07-27 17:18:58.804071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.804071000 to 2020-07-27 17:18:58.805071000 17:18:58.806 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.806000000, lastModified=2020-07-27 17:18:58.805071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.805071000 to 2020-07-27 17:18:58.806071000 17:18:58.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.807000000, lastModified=2020-07-27 17:18:58.806071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.807000000, lastModified=2020-07-27 17:18:58.806071000, delta=929000 ns, racy<=2502500 ns 17:18:58.807 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.808000000, lastModified=2020-07-27 17:18:58.807071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.808000000, lastModified=2020-07-27 17:18:58.807071000, delta=929000 ns, racy<=2502500 ns 17:18:58.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.808 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.808000000, lastModified=2020-07-27 17:18:58.807071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.807071000 to 2020-07-27 17:18:58.808071000 17:18:58.809 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.809000000, lastModified=2020-07-27 17:18:58.808071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.808071000 to 2020-07-27 17:18:58.809071000 17:18:58.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.810000000, lastModified=2020-07-27 17:18:58.809071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.810000000, lastModified=2020-07-27 17:18:58.809071000, delta=929000 ns, racy<=2502500 ns 17:18:58.810 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.811000000, lastModified=2020-07-27 17:18:58.810071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.811000000, lastModified=2020-07-27 17:18:58.810071000, delta=929000 ns, racy<=2502500 ns 17:18:58.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.811000000, lastModified=2020-07-27 17:18:58.810071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.811000000, lastModified=2020-07-27 17:18:58.810071000, delta=929000 ns, racy<=2502500 ns 17:18:58.811 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.812000000, lastModified=2020-07-27 17:18:58.811071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.812000000, lastModified=2020-07-27 17:18:58.811071000, delta=929000 ns, racy<=2502500 ns 17:18:58.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.812 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.812000000, lastModified=2020-07-27 17:18:58.811071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.811071000 to 2020-07-27 17:18:58.812071000 17:18:58.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.813000000, lastModified=2020-07-27 17:18:58.812071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.813000000, lastModified=2020-07-27 17:18:58.812071000, delta=929000 ns, racy<=2502500 ns 17:18:58.813 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.814000000, lastModified=2020-07-27 17:18:58.813071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.814000000, lastModified=2020-07-27 17:18:58.813071000, delta=929000 ns, racy<=2502500 ns 17:18:58.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.814000000, lastModified=2020-07-27 17:18:58.813071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.814000000, lastModified=2020-07-27 17:18:58.813071000, delta=929000 ns, racy<=2502500 ns 17:18:58.814 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.815000000, lastModified=2020-07-27 17:18:58.814071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.815000000, lastModified=2020-07-27 17:18:58.814071000, delta=929000 ns, racy<=2502500 ns 17:18:58.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.815000000, lastModified=2020-07-27 17:18:58.814071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.815000000, lastModified=2020-07-27 17:18:58.814071000, delta=929000 ns, racy<=2502500 ns 17:18:58.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.815 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.815000000, lastModified=2020-07-27 17:18:58.814071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.814071000 to 2020-07-27 17:18:58.815071000 17:18:58.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.816000000, lastModified=2020-07-27 17:18:58.815071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.816000000, lastModified=2020-07-27 17:18:58.815071000, delta=929000 ns, racy<=2502500 ns 17:18:58.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.816000000, lastModified=2020-07-27 17:18:58.815071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.816000000, lastModified=2020-07-27 17:18:58.815071000, delta=929000 ns, racy<=2502500 ns 17:18:58.816 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.817000000, lastModified=2020-07-27 17:18:58.816071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.817000000, lastModified=2020-07-27 17:18:58.816071000, delta=929000 ns, racy<=2502500 ns 17:18:58.817 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.818000000, lastModified=2020-07-27 17:18:58.817071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.818000000, lastModified=2020-07-27 17:18:58.817071000, delta=929000 ns, racy<=2502500 ns 17:18:58.818 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.819000000, lastModified=2020-07-27 17:18:58.817071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.817071000 to 2020-07-27 17:18:58.818071000 17:18:58.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.819000000, lastModified=2020-07-27 17:18:58.818071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.819000000, lastModified=2020-07-27 17:18:58.818071000, delta=929000 ns, racy<=2502500 ns 17:18:58.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.819 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.819000000, lastModified=2020-07-27 17:18:58.818071000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.818071000 to 2020-07-27 17:18:58.819072000 17:18:58.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.820000000, lastModified=2020-07-27 17:18:58.819072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.820000000, lastModified=2020-07-27 17:18:58.819072000, delta=928000 ns, racy<=2502500 ns 17:18:58.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.820 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.820000000, lastModified=2020-07-27 17:18:58.819072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.819072000 to 2020-07-27 17:18:58.820072000 17:18:58.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.821000000, lastModified=2020-07-27 17:18:58.820072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.821000000, lastModified=2020-07-27 17:18:58.820072000, delta=928000 ns, racy<=2502500 ns 17:18:58.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.821 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.821000000, lastModified=2020-07-27 17:18:58.820072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.820072000 to 2020-07-27 17:18:58.821072000 17:18:58.822 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.822000000, lastModified=2020-07-27 17:18:58.821072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.821072000 to 2020-07-27 17:18:58.822072000 17:18:58.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.823000000, lastModified=2020-07-27 17:18:58.822072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.823000000, lastModified=2020-07-27 17:18:58.822072000, delta=928000 ns, racy<=2502500 ns 17:18:58.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.823 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.823000000, lastModified=2020-07-27 17:18:58.822072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.822072000 to 2020-07-27 17:18:58.823072000 17:18:58.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.824000000, lastModified=2020-07-27 17:18:58.823072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.824000000, lastModified=2020-07-27 17:18:58.823072000, delta=928000 ns, racy<=2502500 ns 17:18:58.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.824 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.824000000, lastModified=2020-07-27 17:18:58.823072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.823072000 to 2020-07-27 17:18:58.824072000 17:18:58.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.825000000, lastModified=2020-07-27 17:18:58.824072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.825000000, lastModified=2020-07-27 17:18:58.824072000, delta=928000 ns, racy<=2502500 ns 17:18:58.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.825 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.825000000, lastModified=2020-07-27 17:18:58.824072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.826 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.824072000 to 2020-07-27 17:18:58.825072000 17:18:58.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.827000000, lastModified=2020-07-27 17:18:58.826072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.827000000, lastModified=2020-07-27 17:18:58.826072000, delta=928000 ns, racy<=2502500 ns 17:18:58.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.827 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.827000000, lastModified=2020-07-27 17:18:58.826072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.826072000 to 2020-07-27 17:18:58.827072000 17:18:58.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.828000000, lastModified=2020-07-27 17:18:58.827072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.828000000, lastModified=2020-07-27 17:18:58.827072000, delta=928000 ns, racy<=2502500 ns 17:18:58.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.828 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.828000000, lastModified=2020-07-27 17:18:58.827072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.827072000 to 2020-07-27 17:18:58.828072000 17:18:58.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.829000000, lastModified=2020-07-27 17:18:58.828072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.829000000, lastModified=2020-07-27 17:18:58.828072000, delta=928000 ns, racy<=2502500 ns 17:18:58.829 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.830000000, lastModified=2020-07-27 17:18:58.829072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.830000000, lastModified=2020-07-27 17:18:58.829072000, delta=928000 ns, racy<=2502500 ns 17:18:58.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.830 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.830000000, lastModified=2020-07-27 17:18:58.829072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.830000000, lastModified=2020-07-27 17:18:58.829072000, delta=928000 ns, racy<=2502500 ns 17:18:58.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.831000000, lastModified=2020-07-27 17:18:58.830072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.831000000, lastModified=2020-07-27 17:18:58.830072000, delta=928000 ns, racy<=2502500 ns 17:18:58.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.831 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.831000000, lastModified=2020-07-27 17:18:58.830072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.832 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.830072000 to 2020-07-27 17:18:58.831072000 17:18:58.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.833000000, lastModified=2020-07-27 17:18:58.832072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.833000000, lastModified=2020-07-27 17:18:58.832072000, delta=928000 ns, racy<=2502500 ns 17:18:58.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.833 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.833000000, lastModified=2020-07-27 17:18:58.832072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.832072000 to 2020-07-27 17:18:58.833072000 17:18:58.834 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.834000000, lastModified=2020-07-27 17:18:58.833072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.833072000 to 2020-07-27 17:18:58.834072000 17:18:58.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.835000000, lastModified=2020-07-27 17:18:58.834072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.835000000, lastModified=2020-07-27 17:18:58.834072000, delta=928000 ns, racy<=2502500 ns 17:18:58.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.835 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.835000000, lastModified=2020-07-27 17:18:58.834072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.834072000 to 2020-07-27 17:18:58.835072000 17:18:58.836 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.836000000, lastModified=2020-07-27 17:18:58.835072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.835072000 to 2020-07-27 17:18:58.836072000 17:18:58.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.837000000, lastModified=2020-07-27 17:18:58.836072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.837000000, lastModified=2020-07-27 17:18:58.836072000, delta=928000 ns, racy<=2502500 ns 17:18:58.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.837 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.837000000, lastModified=2020-07-27 17:18:58.836072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.836072000 to 2020-07-27 17:18:58.837072000 17:18:58.838 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.838000000, lastModified=2020-07-27 17:18:58.837072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.837072000 to 2020-07-27 17:18:58.838072000 17:18:58.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.839000000, lastModified=2020-07-27 17:18:58.838072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.839000000, lastModified=2020-07-27 17:18:58.838072000, delta=928000 ns, racy<=2502500 ns 17:18:58.839 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.840000000, lastModified=2020-07-27 17:18:58.838072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.840 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.838072000 to 2020-07-27 17:18:58.839072000 17:18:58.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.841000000, lastModified=2020-07-27 17:18:58.840072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.841000000, lastModified=2020-07-27 17:18:58.840072000, delta=928000 ns, racy<=2502500 ns 17:18:58.841 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.842000000, lastModified=2020-07-27 17:18:58.841072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.842000000, lastModified=2020-07-27 17:18:58.841072000, delta=928000 ns, racy<=2502500 ns 17:18:58.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.842 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.842000000, lastModified=2020-07-27 17:18:58.841072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.841072000 to 2020-07-27 17:18:58.842072000 17:18:58.843 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.843000000, lastModified=2020-07-27 17:18:58.842072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.842072000 to 2020-07-27 17:18:58.843072000 17:18:58.844 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.844000000, lastModified=2020-07-27 17:18:58.843072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.844000000, lastModified=2020-07-27 17:18:58.843072000, delta=928000 ns, racy<=2502500 ns 17:18:58.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.845000000, lastModified=2020-07-27 17:18:58.844072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.845000000, lastModified=2020-07-27 17:18:58.844072000, delta=928000 ns, racy<=2502500 ns 17:18:58.845 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.846000000, lastModified=2020-07-27 17:18:58.845072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.846000000, lastModified=2020-07-27 17:18:58.845072000, delta=928000 ns, racy<=2502500 ns 17:18:58.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.846 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.846000000, lastModified=2020-07-27 17:18:58.845072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.846000000, lastModified=2020-07-27 17:18:58.845072000, delta=928000 ns, racy<=2502500 ns 17:18:58.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.847000000, lastModified=2020-07-27 17:18:58.846072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.847000000, lastModified=2020-07-27 17:18:58.846072000, delta=928000 ns, racy<=2502500 ns 17:18:58.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.847000000, lastModified=2020-07-27 17:18:58.846072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.847 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.847000000, lastModified=2020-07-27 17:18:58.846072000, delta=928000 ns, racy<=2502500 ns 17:18:58.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.848000000, lastModified=2020-07-27 17:18:58.847072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.848000000, lastModified=2020-07-27 17:18:58.847072000, delta=928000 ns, racy<=2502500 ns 17:18:58.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.848 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.848000000, lastModified=2020-07-27 17:18:58.847072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.847072000 to 2020-07-27 17:18:58.848072000 17:18:58.849 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.849000000, lastModified=2020-07-27 17:18:58.848072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.848072000 to 2020-07-27 17:18:58.849072000 17:18:58.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.850000000, lastModified=2020-07-27 17:18:58.849072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.850000000, lastModified=2020-07-27 17:18:58.849072000, delta=928000 ns, racy<=2502500 ns 17:18:58.850 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.851000000, lastModified=2020-07-27 17:18:58.850072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.851000000, lastModified=2020-07-27 17:18:58.850072000, delta=928000 ns, racy<=2502500 ns 17:18:58.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.851 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.851000000, lastModified=2020-07-27 17:18:58.850072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.851000000, lastModified=2020-07-27 17:18:58.850072000, delta=928000 ns, racy<=2502500 ns 17:18:58.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.852000000, lastModified=2020-07-27 17:18:58.851072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.852000000, lastModified=2020-07-27 17:18:58.851072000, delta=928000 ns, racy<=2502500 ns 17:18:58.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.852 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.852000000, lastModified=2020-07-27 17:18:58.851072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.851072000 to 2020-07-27 17:18:58.852072000 17:18:58.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.853000000, lastModified=2020-07-27 17:18:58.852072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.853000000, lastModified=2020-07-27 17:18:58.852072000, delta=928000 ns, racy<=2502500 ns 17:18:58.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.853 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.853000000, lastModified=2020-07-27 17:18:58.852072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.854 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.852072000 to 2020-07-27 17:18:58.853072000 17:18:58.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.855000000, lastModified=2020-07-27 17:18:58.853072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.853072000 to 2020-07-27 17:18:58.854072000 17:18:58.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.855000000, lastModified=2020-07-27 17:18:58.854072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.855000000, lastModified=2020-07-27 17:18:58.854072000, delta=928000 ns, racy<=2502500 ns 17:18:58.855 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.856000000, lastModified=2020-07-27 17:18:58.854072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.854072000 to 2020-07-27 17:18:58.855072000 17:18:58.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.856000000, lastModified=2020-07-27 17:18:58.855072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.856000000, lastModified=2020-07-27 17:18:58.855072000, delta=928000 ns, racy<=2502500 ns 17:18:58.856 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.857000000, lastModified=2020-07-27 17:18:58.856072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.857000000, lastModified=2020-07-27 17:18:58.856072000, delta=928000 ns, racy<=2502500 ns 17:18:58.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.857 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.857000000, lastModified=2020-07-27 17:18:58.856072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.856072000 to 2020-07-27 17:18:58.857072000 17:18:58.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.858000000, lastModified=2020-07-27 17:18:58.857072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.858000000, lastModified=2020-07-27 17:18:58.857072000, delta=928000 ns, racy<=2502500 ns 17:18:58.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.858 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.858000000, lastModified=2020-07-27 17:18:58.857072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.857072000 to 2020-07-27 17:18:58.858072000 17:18:58.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.859000000, lastModified=2020-07-27 17:18:58.858072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.859000000, lastModified=2020-07-27 17:18:58.858072000, delta=928000 ns, racy<=2502500 ns 17:18:58.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.859 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.859000000, lastModified=2020-07-27 17:18:58.858072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.858072000 to 2020-07-27 17:18:58.859072000 17:18:58.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.860000000, lastModified=2020-07-27 17:18:58.859072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.860000000, lastModified=2020-07-27 17:18:58.859072000, delta=928000 ns, racy<=2502500 ns 17:18:58.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.860 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.860000000, lastModified=2020-07-27 17:18:58.859072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.859072000 to 2020-07-27 17:18:58.860072000 17:18:58.861 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.861000000, lastModified=2020-07-27 17:18:58.860072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.860072000 to 2020-07-27 17:18:58.861072000 17:18:58.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.862000000, lastModified=2020-07-27 17:18:58.861072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.862000000, lastModified=2020-07-27 17:18:58.861072000, delta=928000 ns, racy<=2502500 ns 17:18:58.862 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.863000000, lastModified=2020-07-27 17:18:58.862072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.863000000, lastModified=2020-07-27 17:18:58.862072000, delta=928000 ns, racy<=2502500 ns 17:18:58.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.863000000, lastModified=2020-07-27 17:18:58.862072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.863000000, lastModified=2020-07-27 17:18:58.862072000, delta=928000 ns, racy<=2502500 ns 17:18:58.863 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.864000000, lastModified=2020-07-27 17:18:58.862072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.862072000 to 2020-07-27 17:18:58.863072000 17:18:58.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.864000000, lastModified=2020-07-27 17:18:58.863072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.864000000, lastModified=2020-07-27 17:18:58.863072000, delta=928000 ns, racy<=2502500 ns 17:18:58.864 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.865000000, lastModified=2020-07-27 17:18:58.864072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.865000000, lastModified=2020-07-27 17:18:58.864072000, delta=928000 ns, racy<=2502500 ns 17:18:58.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.865000000, lastModified=2020-07-27 17:18:58.864072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.865000000, lastModified=2020-07-27 17:18:58.864072000, delta=928000 ns, racy<=2502500 ns 17:18:58.865 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.866000000, lastModified=2020-07-27 17:18:58.865072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.866000000, lastModified=2020-07-27 17:18:58.865072000, delta=928000 ns, racy<=2502500 ns 17:18:58.866 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.867000000, lastModified=2020-07-27 17:18:58.866072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.867000000, lastModified=2020-07-27 17:18:58.866072000, delta=928000 ns, racy<=2502500 ns 17:18:58.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.867000000, lastModified=2020-07-27 17:18:58.866072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.867000000, lastModified=2020-07-27 17:18:58.866072000, delta=928000 ns, racy<=2502500 ns 17:18:58.867 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.868000000, lastModified=2020-07-27 17:18:58.867072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.868000000, lastModified=2020-07-27 17:18:58.867072000, delta=928000 ns, racy<=2502500 ns 17:18:58.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.868 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.868000000, lastModified=2020-07-27 17:18:58.867072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.867072000 to 2020-07-27 17:18:58.868072000 17:18:58.869 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.869000000, lastModified=2020-07-27 17:18:58.868072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.868072000 to 2020-07-27 17:18:58.869072000 17:18:58.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.870000000, lastModified=2020-07-27 17:18:58.869072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.870000000, lastModified=2020-07-27 17:18:58.869072000, delta=928000 ns, racy<=2502500 ns 17:18:58.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.870 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.870000000, lastModified=2020-07-27 17:18:58.869072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.869072000 to 2020-07-27 17:18:58.870072000 17:18:58.871 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.871000000, lastModified=2020-07-27 17:18:58.870072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.870072000 to 2020-07-27 17:18:58.871072000 17:18:58.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.872000000, lastModified=2020-07-27 17:18:58.871072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.872000000, lastModified=2020-07-27 17:18:58.871072000, delta=928000 ns, racy<=2502500 ns 17:18:58.872 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.873000000, lastModified=2020-07-27 17:18:58.872072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.873000000, lastModified=2020-07-27 17:18:58.872072000, delta=928000 ns, racy<=2502500 ns 17:18:58.873 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.874000000, lastModified=2020-07-27 17:18:58.873072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.874000000, lastModified=2020-07-27 17:18:58.873072000, delta=928000 ns, racy<=2502500 ns 17:18:58.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.874 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.874000000, lastModified=2020-07-27 17:18:58.873072000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.873072000 to 2020-07-27 17:18:58.874073000 17:18:58.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.875000000, lastModified=2020-07-27 17:18:58.874073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.875000000, lastModified=2020-07-27 17:18:58.874073000, delta=927000 ns, racy<=2502500 ns 17:18:58.875 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.876 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.876000000, lastModified=2020-07-27 17:18:58.875073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.876000000, lastModified=2020-07-27 17:18:58.875073000, delta=927000 ns, racy<=2502500 ns 17:18:58.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.877000000, lastModified=2020-07-27 17:18:58.876073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.877000000, lastModified=2020-07-27 17:18:58.876073000, delta=927000 ns, racy<=2502500 ns 17:18:58.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.877 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.877000000, lastModified=2020-07-27 17:18:58.876073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.878 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.876073000 to 2020-07-27 17:18:58.877073000 17:18:58.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.879000000, lastModified=2020-07-27 17:18:58.877073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.877073000 to 2020-07-27 17:18:58.878073000 17:18:58.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.879000000, lastModified=2020-07-27 17:18:58.878073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.879000000, lastModified=2020-07-27 17:18:58.878073000, delta=927000 ns, racy<=2502500 ns 17:18:58.879 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.880000000, lastModified=2020-07-27 17:18:58.879073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.880000000, lastModified=2020-07-27 17:18:58.879073000, delta=927000 ns, racy<=2502500 ns 17:18:58.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.880000000, lastModified=2020-07-27 17:18:58.879073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.880000000, lastModified=2020-07-27 17:18:58.879073000, delta=927000 ns, racy<=2502500 ns 17:18:58.880 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.881 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.881000000, lastModified=2020-07-27 17:18:58.880073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.880073000 to 2020-07-27 17:18:58.881073000 17:18:58.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.882000000, lastModified=2020-07-27 17:18:58.881073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.882000000, lastModified=2020-07-27 17:18:58.881073000, delta=927000 ns, racy<=2502500 ns 17:18:58.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.882000000, lastModified=2020-07-27 17:18:58.881073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.882000000, lastModified=2020-07-27 17:18:58.881073000, delta=927000 ns, racy<=2502500 ns 17:18:58.882 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.883000000, lastModified=2020-07-27 17:18:58.882073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.883000000, lastModified=2020-07-27 17:18:58.882073000, delta=927000 ns, racy<=2502500 ns 17:18:58.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.883 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.883000000, lastModified=2020-07-27 17:18:58.882073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.884 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.883000000, lastModified=2020-07-27 17:18:58.882073000, delta=927000 ns, racy<=2502500 ns 17:18:58.884 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.884 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.884000000, lastModified=2020-07-27 17:18:58.883073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.884 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.884000000, lastModified=2020-07-27 17:18:58.883073000, delta=927000 ns, racy<=2502500 ns 17:18:58.884 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.885000000, lastModified=2020-07-27 17:18:58.884073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.885000000, lastModified=2020-07-27 17:18:58.884073000, delta=927000 ns, racy<=2502500 ns 17:18:58.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.885 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.885000000, lastModified=2020-07-27 17:18:58.884073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.884073000 to 2020-07-27 17:18:58.885073000 17:18:58.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.886000000, lastModified=2020-07-27 17:18:58.885073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.886000000, lastModified=2020-07-27 17:18:58.885073000, delta=927000 ns, racy<=2502500 ns 17:18:58.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.886 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.886000000, lastModified=2020-07-27 17:18:58.885073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.885073000 to 2020-07-27 17:18:58.886073000 17:18:58.887 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.887000000, lastModified=2020-07-27 17:18:58.886073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.886073000 to 2020-07-27 17:18:58.887073000 17:18:58.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.888000000, lastModified=2020-07-27 17:18:58.887073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.888000000, lastModified=2020-07-27 17:18:58.887073000, delta=927000 ns, racy<=2502500 ns 17:18:58.888 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.889000000, lastModified=2020-07-27 17:18:58.888073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.889000000, lastModified=2020-07-27 17:18:58.888073000, delta=927000 ns, racy<=2502500 ns 17:18:58.889 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.890000000, lastModified=2020-07-27 17:18:58.889073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.890000000, lastModified=2020-07-27 17:18:58.889073000, delta=927000 ns, racy<=2502500 ns 17:18:58.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.890 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.890000000, lastModified=2020-07-27 17:18:58.889073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.890000000, lastModified=2020-07-27 17:18:58.889073000, delta=927000 ns, racy<=2502500 ns 17:18:58.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.891 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.891000000, lastModified=2020-07-27 17:18:58.890073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.890073000 to 2020-07-27 17:18:58.891073000 17:18:58.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.892000000, lastModified=2020-07-27 17:18:58.891073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.892000000, lastModified=2020-07-27 17:18:58.891073000, delta=927000 ns, racy<=2502500 ns 17:18:58.892 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.893000000, lastModified=2020-07-27 17:18:58.892073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.893000000, lastModified=2020-07-27 17:18:58.892073000, delta=927000 ns, racy<=2502500 ns 17:18:58.893 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.894000000, lastModified=2020-07-27 17:18:58.893073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.894000000, lastModified=2020-07-27 17:18:58.893073000, delta=927000 ns, racy<=2502500 ns 17:18:58.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.894 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.894000000, lastModified=2020-07-27 17:18:58.893073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.893073000 to 2020-07-27 17:18:58.894073000 17:18:58.895 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.895000000, lastModified=2020-07-27 17:18:58.894073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.894073000 to 2020-07-27 17:18:58.895073000 17:18:58.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.896000000, lastModified=2020-07-27 17:18:58.895073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.896000000, lastModified=2020-07-27 17:18:58.895073000, delta=927000 ns, racy<=2502500 ns 17:18:58.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.896000000, lastModified=2020-07-27 17:18:58.895073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.896000000, lastModified=2020-07-27 17:18:58.895073000, delta=927000 ns, racy<=2502500 ns 17:18:58.896 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.897000000, lastModified=2020-07-27 17:18:58.896073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.897000000, lastModified=2020-07-27 17:18:58.896073000, delta=927000 ns, racy<=2502500 ns 17:18:58.897 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.898000000, lastModified=2020-07-27 17:18:58.897073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.898000000, lastModified=2020-07-27 17:18:58.897073000, delta=927000 ns, racy<=2502500 ns 17:18:58.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.898 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.898000000, lastModified=2020-07-27 17:18:58.897073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.898000000, lastModified=2020-07-27 17:18:58.897073000, delta=927000 ns, racy<=2502500 ns 17:18:58.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.899000000, lastModified=2020-07-27 17:18:58.898073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.899000000, lastModified=2020-07-27 17:18:58.898073000, delta=927000 ns, racy<=2502500 ns 17:18:58.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.899 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.899000000, lastModified=2020-07-27 17:18:58.898073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.898073000 to 2020-07-27 17:18:58.899073000 17:18:58.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.900000000, lastModified=2020-07-27 17:18:58.899073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.900000000, lastModified=2020-07-27 17:18:58.899073000, delta=927000 ns, racy<=2502500 ns 17:18:58.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.900 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.900000000, lastModified=2020-07-27 17:18:58.899073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.899073000 to 2020-07-27 17:18:58.900073000 17:18:58.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.901000000, lastModified=2020-07-27 17:18:58.900073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.901000000, lastModified=2020-07-27 17:18:58.900073000, delta=927000 ns, racy<=2502500 ns 17:18:58.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.901 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.901000000, lastModified=2020-07-27 17:18:58.900073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.900073000 to 2020-07-27 17:18:58.901073000 17:18:58.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.902000000, lastModified=2020-07-27 17:18:58.901073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.902000000, lastModified=2020-07-27 17:18:58.901073000, delta=927000 ns, racy<=2502500 ns 17:18:58.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.902 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.902000000, lastModified=2020-07-27 17:18:58.901073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.901073000 to 2020-07-27 17:18:58.902073000 17:18:58.903 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.903000000, lastModified=2020-07-27 17:18:58.902073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.902073000 to 2020-07-27 17:18:58.903073000 17:18:58.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.904000000, lastModified=2020-07-27 17:18:58.903073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.904000000, lastModified=2020-07-27 17:18:58.903073000, delta=927000 ns, racy<=2502500 ns 17:18:58.904 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.905000000, lastModified=2020-07-27 17:18:58.904073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.905000000, lastModified=2020-07-27 17:18:58.904073000, delta=927000 ns, racy<=2502500 ns 17:18:58.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.905000000, lastModified=2020-07-27 17:18:58.904073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.905000000, lastModified=2020-07-27 17:18:58.904073000, delta=927000 ns, racy<=2502500 ns 17:18:58.905 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.906000000, lastModified=2020-07-27 17:18:58.905073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.906000000, lastModified=2020-07-27 17:18:58.905073000, delta=927000 ns, racy<=2502500 ns 17:18:58.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.906000000, lastModified=2020-07-27 17:18:58.905073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.906000000, lastModified=2020-07-27 17:18:58.905073000, delta=927000 ns, racy<=2502500 ns 17:18:58.906 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.907000000, lastModified=2020-07-27 17:18:58.906073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.907000000, lastModified=2020-07-27 17:18:58.906073000, delta=927000 ns, racy<=2502500 ns 17:18:58.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.907 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.907000000, lastModified=2020-07-27 17:18:58.906073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.906073000 to 2020-07-27 17:18:58.907073000 17:18:58.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.908000000, lastModified=2020-07-27 17:18:58.907073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.908000000, lastModified=2020-07-27 17:18:58.907073000, delta=927000 ns, racy<=2502500 ns 17:18:58.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.908 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.908000000, lastModified=2020-07-27 17:18:58.907073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.907073000 to 2020-07-27 17:18:58.908073000 17:18:58.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.909000000, lastModified=2020-07-27 17:18:58.908073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.909000000, lastModified=2020-07-27 17:18:58.908073000, delta=927000 ns, racy<=2502500 ns 17:18:58.909 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.910 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.910000000, lastModified=2020-07-27 17:18:58.909073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.909073000 to 2020-07-27 17:18:58.910073000 17:18:58.911 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.911000000, lastModified=2020-07-27 17:18:58.910073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.910073000 to 2020-07-27 17:18:58.911073000 17:18:58.912 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.912000000, lastModified=2020-07-27 17:18:58.911073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.911073000 to 2020-07-27 17:18:58.912073000 17:18:58.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.913000000, lastModified=2020-07-27 17:18:58.912073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.913000000, lastModified=2020-07-27 17:18:58.912073000, delta=927000 ns, racy<=2502500 ns 17:18:58.913 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.914 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.914000000, lastModified=2020-07-27 17:18:58.913073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.914000000, lastModified=2020-07-27 17:18:58.913073000, delta=927000 ns, racy<=2502500 ns 17:18:58.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.915000000, lastModified=2020-07-27 17:18:58.914073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.915000000, lastModified=2020-07-27 17:18:58.914073000, delta=927000 ns, racy<=2502500 ns 17:18:58.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.915 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.915000000, lastModified=2020-07-27 17:18:58.914073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.914073000 to 2020-07-27 17:18:58.915073000 17:18:58.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.916000000, lastModified=2020-07-27 17:18:58.915073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.916000000, lastModified=2020-07-27 17:18:58.915073000, delta=927000 ns, racy<=2502500 ns 17:18:58.916 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.917000000, lastModified=2020-07-27 17:18:58.916073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.917000000, lastModified=2020-07-27 17:18:58.916073000, delta=927000 ns, racy<=2502500 ns 17:18:58.917 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.918000000, lastModified=2020-07-27 17:18:58.917073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.918000000, lastModified=2020-07-27 17:18:58.917073000, delta=927000 ns, racy<=2502500 ns 17:18:58.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.918000000, lastModified=2020-07-27 17:18:58.917073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.918000000, lastModified=2020-07-27 17:18:58.917073000, delta=927000 ns, racy<=2502500 ns 17:18:58.918 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.919000000, lastModified=2020-07-27 17:18:58.918073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.919000000, lastModified=2020-07-27 17:18:58.918073000, delta=927000 ns, racy<=2502500 ns 17:18:58.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.919 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.919000000, lastModified=2020-07-27 17:18:58.918073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.918073000 to 2020-07-27 17:18:58.919073000 17:18:58.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.920000000, lastModified=2020-07-27 17:18:58.919073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.920000000, lastModified=2020-07-27 17:18:58.919073000, delta=927000 ns, racy<=2502500 ns 17:18:58.920 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.921000000, lastModified=2020-07-27 17:18:58.920073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.921000000, lastModified=2020-07-27 17:18:58.920073000, delta=927000 ns, racy<=2502500 ns 17:18:58.921 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.922000000, lastModified=2020-07-27 17:18:58.921073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.922000000, lastModified=2020-07-27 17:18:58.921073000, delta=927000 ns, racy<=2502500 ns 17:18:58.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.922 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.922000000, lastModified=2020-07-27 17:18:58.921073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.922000000, lastModified=2020-07-27 17:18:58.921073000, delta=927000 ns, racy<=2502500 ns 17:18:58.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.923000000, lastModified=2020-07-27 17:18:58.922073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.923000000, lastModified=2020-07-27 17:18:58.922073000, delta=927000 ns, racy<=2502500 ns 17:18:58.923 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.924000000, lastModified=2020-07-27 17:18:58.923073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.924000000, lastModified=2020-07-27 17:18:58.923073000, delta=927000 ns, racy<=2502500 ns 17:18:58.924 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.925000000, lastModified=2020-07-27 17:18:58.924073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.925000000, lastModified=2020-07-27 17:18:58.924073000, delta=927000 ns, racy<=2502500 ns 17:18:58.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.925 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.925000000, lastModified=2020-07-27 17:18:58.924073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.924073000 to 2020-07-27 17:18:58.925073000 17:18:58.926 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.926000000, lastModified=2020-07-27 17:18:58.925073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.925073000 to 2020-07-27 17:18:58.926073000 17:18:58.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.927000000, lastModified=2020-07-27 17:18:58.926073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.927000000, lastModified=2020-07-27 17:18:58.926073000, delta=927000 ns, racy<=2502500 ns 17:18:58.927 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.928000000, lastModified=2020-07-27 17:18:58.927073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.928000000, lastModified=2020-07-27 17:18:58.927073000, delta=927000 ns, racy<=2502500 ns 17:18:58.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.928000000, lastModified=2020-07-27 17:18:58.927073000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.928000000, lastModified=2020-07-27 17:18:58.927073000, delta=927000 ns, racy<=2502500 ns 17:18:58.928 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.929000000, lastModified=2020-07-27 17:18:58.928074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.929000000, lastModified=2020-07-27 17:18:58.928074000, delta=926000 ns, racy<=2502500 ns 17:18:58.929 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.930000000, lastModified=2020-07-27 17:18:58.929074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.930000000, lastModified=2020-07-27 17:18:58.929074000, delta=926000 ns, racy<=2502500 ns 17:18:58.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.930000000, lastModified=2020-07-27 17:18:58.929074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.930000000, lastModified=2020-07-27 17:18:58.929074000, delta=926000 ns, racy<=2502500 ns 17:18:58.930 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.931000000, lastModified=2020-07-27 17:18:58.930074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.931000000, lastModified=2020-07-27 17:18:58.930074000, delta=926000 ns, racy<=2502500 ns 17:18:58.931 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.931000000, lastModified=2020-07-27 17:18:58.930074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.930074000 to 2020-07-27 17:18:58.931074000 17:18:58.932 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.932000000, lastModified=2020-07-27 17:18:58.931074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.931074000 to 2020-07-27 17:18:58.932074000 17:18:58.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.933000000, lastModified=2020-07-27 17:18:58.932074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.933000000, lastModified=2020-07-27 17:18:58.932074000, delta=926000 ns, racy<=2502500 ns 17:18:58.933 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.934000000, lastModified=2020-07-27 17:18:58.933074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.934000000, lastModified=2020-07-27 17:18:58.933074000, delta=926000 ns, racy<=2502500 ns 17:18:58.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.934000000, lastModified=2020-07-27 17:18:58.933074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.934000000, lastModified=2020-07-27 17:18:58.933074000, delta=926000 ns, racy<=2502500 ns 17:18:58.934 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.935000000, lastModified=2020-07-27 17:18:58.934074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.935000000, lastModified=2020-07-27 17:18:58.934074000, delta=926000 ns, racy<=2502500 ns 17:18:58.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.935000000, lastModified=2020-07-27 17:18:58.934074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.935000000, lastModified=2020-07-27 17:18:58.934074000, delta=926000 ns, racy<=2502500 ns 17:18:58.935 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.936000000, lastModified=2020-07-27 17:18:58.935074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.936000000, lastModified=2020-07-27 17:18:58.935074000, delta=926000 ns, racy<=2502500 ns 17:18:58.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.936 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.936000000, lastModified=2020-07-27 17:18:58.935074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.936000000, lastModified=2020-07-27 17:18:58.935074000, delta=926000 ns, racy<=2502500 ns 17:18:58.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.937000000, lastModified=2020-07-27 17:18:58.936074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.937000000, lastModified=2020-07-27 17:18:58.936074000, delta=926000 ns, racy<=2502500 ns 17:18:58.937 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.938000000, lastModified=2020-07-27 17:18:58.937074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.938000000, lastModified=2020-07-27 17:18:58.937074000, delta=926000 ns, racy<=2502500 ns 17:18:58.938 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.939000000, lastModified=2020-07-27 17:18:58.938074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.939000000, lastModified=2020-07-27 17:18:58.938074000, delta=926000 ns, racy<=2502500 ns 17:18:58.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.939000000, lastModified=2020-07-27 17:18:58.938074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.938074000 to 2020-07-27 17:18:58.939074000 17:18:58.940 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.940000000, lastModified=2020-07-27 17:18:58.939074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.939074000 to 2020-07-27 17:18:58.940074000 17:18:58.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.941000000, lastModified=2020-07-27 17:18:58.940074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.941000000, lastModified=2020-07-27 17:18:58.940074000, delta=926000 ns, racy<=2502500 ns 17:18:58.941 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.942000000, lastModified=2020-07-27 17:18:58.941074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.942000000, lastModified=2020-07-27 17:18:58.941074000, delta=926000 ns, racy<=2502500 ns 17:18:58.942 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.943000000, lastModified=2020-07-27 17:18:58.942074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.943000000, lastModified=2020-07-27 17:18:58.942074000, delta=926000 ns, racy<=2502500 ns 17:18:58.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.943 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.943000000, lastModified=2020-07-27 17:18:58.942074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.942074000 to 2020-07-27 17:18:58.943074000 17:18:58.944 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.944000000, lastModified=2020-07-27 17:18:58.943074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.943074000 to 2020-07-27 17:18:58.944074000 17:18:58.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.945000000, lastModified=2020-07-27 17:18:58.944074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.945000000, lastModified=2020-07-27 17:18:58.944074000, delta=926000 ns, racy<=2502500 ns 17:18:58.945 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.946 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.946000000, lastModified=2020-07-27 17:18:58.945074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.945074000 to 2020-07-27 17:18:58.946074000 17:18:58.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.947000000, lastModified=2020-07-27 17:18:58.946074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.947000000, lastModified=2020-07-27 17:18:58.946074000, delta=926000 ns, racy<=2502500 ns 17:18:58.947 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.948 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.948000000, lastModified=2020-07-27 17:18:58.947074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.948000000, lastModified=2020-07-27 17:18:58.947074000, delta=926000 ns, racy<=2502500 ns 17:18:58.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.949000000, lastModified=2020-07-27 17:18:58.948074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.949000000, lastModified=2020-07-27 17:18:58.948074000, delta=926000 ns, racy<=2502500 ns 17:18:58.949 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.950000000, lastModified=2020-07-27 17:18:58.949074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.950000000, lastModified=2020-07-27 17:18:58.949074000, delta=926000 ns, racy<=2502500 ns 17:18:58.950 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.951000000, lastModified=2020-07-27 17:18:58.950074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.951000000, lastModified=2020-07-27 17:18:58.950074000, delta=926000 ns, racy<=2502500 ns 17:18:58.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.951000000, lastModified=2020-07-27 17:18:58.950074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.951000000, lastModified=2020-07-27 17:18:58.950074000, delta=926000 ns, racy<=2502500 ns 17:18:58.951 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.952000000, lastModified=2020-07-27 17:18:58.951074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.952000000, lastModified=2020-07-27 17:18:58.951074000, delta=926000 ns, racy<=2502500 ns 17:18:58.952 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.953000000, lastModified=2020-07-27 17:18:58.952074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.953000000, lastModified=2020-07-27 17:18:58.952074000, delta=926000 ns, racy<=2502500 ns 17:18:58.953 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.954000000, lastModified=2020-07-27 17:18:58.953074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.954000000, lastModified=2020-07-27 17:18:58.953074000, delta=926000 ns, racy<=2502500 ns 17:18:58.954 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.955000000, lastModified=2020-07-27 17:18:58.954074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.955000000, lastModified=2020-07-27 17:18:58.954074000, delta=926000 ns, racy<=2502500 ns 17:18:58.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.955000000, lastModified=2020-07-27 17:18:58.954074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.955000000, lastModified=2020-07-27 17:18:58.954074000, delta=926000 ns, racy<=2502500 ns 17:18:58.955 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.956000000, lastModified=2020-07-27 17:18:58.955074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.956000000, lastModified=2020-07-27 17:18:58.955074000, delta=926000 ns, racy<=2502500 ns 17:18:58.956 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.957000000, lastModified=2020-07-27 17:18:58.956074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.957000000, lastModified=2020-07-27 17:18:58.956074000, delta=926000 ns, racy<=2502500 ns 17:18:58.957 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.958000000, lastModified=2020-07-27 17:18:58.957074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.958000000, lastModified=2020-07-27 17:18:58.957074000, delta=926000 ns, racy<=2502500 ns 17:18:58.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.958 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.958000000, lastModified=2020-07-27 17:18:58.957074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.957074000 to 2020-07-27 17:18:58.958074000 17:18:58.959 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.959000000, lastModified=2020-07-27 17:18:58.958074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.958074000 to 2020-07-27 17:18:58.959074000 17:18:58.960 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.960000000, lastModified=2020-07-27 17:18:58.959074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.960000000, lastModified=2020-07-27 17:18:58.959074000, delta=926000 ns, racy<=2502500 ns 17:18:58.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.961000000, lastModified=2020-07-27 17:18:58.960074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.961000000, lastModified=2020-07-27 17:18:58.960074000, delta=926000 ns, racy<=2502500 ns 17:18:58.961 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.962000000, lastModified=2020-07-27 17:18:58.961074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.962000000, lastModified=2020-07-27 17:18:58.961074000, delta=926000 ns, racy<=2502500 ns 17:18:58.962 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.963000000, lastModified=2020-07-27 17:18:58.962074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.963000000, lastModified=2020-07-27 17:18:58.962074000, delta=926000 ns, racy<=2502500 ns 17:18:58.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.963 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.963000000, lastModified=2020-07-27 17:18:58.962074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.962074000 to 2020-07-27 17:18:58.963074000 17:18:58.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.964000000, lastModified=2020-07-27 17:18:58.963074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.964000000, lastModified=2020-07-27 17:18:58.963074000, delta=926000 ns, racy<=2502500 ns 17:18:58.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.964 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.964000000, lastModified=2020-07-27 17:18:58.963074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.965 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.963074000 to 2020-07-27 17:18:58.964074000 17:18:58.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.966000000, lastModified=2020-07-27 17:18:58.965074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.966000000, lastModified=2020-07-27 17:18:58.965074000, delta=926000 ns, racy<=2502500 ns 17:18:58.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.966 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.966000000, lastModified=2020-07-27 17:18:58.965074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.965074000 to 2020-07-27 17:18:58.966074000 17:18:58.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.967000000, lastModified=2020-07-27 17:18:58.966074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.967000000, lastModified=2020-07-27 17:18:58.966074000, delta=926000 ns, racy<=2502500 ns 17:18:58.967 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.968000000, lastModified=2020-07-27 17:18:58.967074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.968000000, lastModified=2020-07-27 17:18:58.967074000, delta=926000 ns, racy<=2502500 ns 17:18:58.968 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.969000000, lastModified=2020-07-27 17:18:58.968074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.969000000, lastModified=2020-07-27 17:18:58.968074000, delta=926000 ns, racy<=2502500 ns 17:18:58.969 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.970000000, lastModified=2020-07-27 17:18:58.969074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.970000000, lastModified=2020-07-27 17:18:58.969074000, delta=926000 ns, racy<=2502500 ns 17:18:58.970 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.971000000, lastModified=2020-07-27 17:18:58.970074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.971000000, lastModified=2020-07-27 17:18:58.970074000, delta=926000 ns, racy<=2502500 ns 17:18:58.971 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.972000000, lastModified=2020-07-27 17:18:58.971074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.972000000, lastModified=2020-07-27 17:18:58.971074000, delta=926000 ns, racy<=2502500 ns 17:18:58.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.972 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.972000000, lastModified=2020-07-27 17:18:58.971074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.973 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.971074000 to 2020-07-27 17:18:58.972074000 17:18:58.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.974000000, lastModified=2020-07-27 17:18:58.972074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.972074000 to 2020-07-27 17:18:58.973074000 17:18:58.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.974000000, lastModified=2020-07-27 17:18:58.973074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.974000000, lastModified=2020-07-27 17:18:58.973074000, delta=926000 ns, racy<=2502500 ns 17:18:58.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.974 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.974000000, lastModified=2020-07-27 17:18:58.973074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.973074000 to 2020-07-27 17:18:58.974074000 17:18:58.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.975000000, lastModified=2020-07-27 17:18:58.974074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.975000000, lastModified=2020-07-27 17:18:58.974074000, delta=926000 ns, racy<=2502500 ns 17:18:58.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.975 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.975000000, lastModified=2020-07-27 17:18:58.974074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.974074000 to 2020-07-27 17:18:58.975074000 17:18:58.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.976000000, lastModified=2020-07-27 17:18:58.975074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.976000000, lastModified=2020-07-27 17:18:58.975074000, delta=926000 ns, racy<=2502500 ns 17:18:58.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.976 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.976000000, lastModified=2020-07-27 17:18:58.975074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.975074000 to 2020-07-27 17:18:58.976074000 17:18:58.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.977000000, lastModified=2020-07-27 17:18:58.976074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.977000000, lastModified=2020-07-27 17:18:58.976074000, delta=926000 ns, racy<=2502500 ns 17:18:58.977 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.978000000, lastModified=2020-07-27 17:18:58.977074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.978000000, lastModified=2020-07-27 17:18:58.977074000, delta=926000 ns, racy<=2502500 ns 17:18:58.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.978 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.978000000, lastModified=2020-07-27 17:18:58.977074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.977074000 to 2020-07-27 17:18:58.978074000 17:18:58.979 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.979000000, lastModified=2020-07-27 17:18:58.978074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.978074000 to 2020-07-27 17:18:58.979074000 17:18:58.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.980000000, lastModified=2020-07-27 17:18:58.979074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.980000000, lastModified=2020-07-27 17:18:58.979074000, delta=926000 ns, racy<=2502500 ns 17:18:58.980 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.981000000, lastModified=2020-07-27 17:18:58.979074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.979074000 to 2020-07-27 17:18:58.980074000 17:18:58.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.981000000, lastModified=2020-07-27 17:18:58.980074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.981000000, lastModified=2020-07-27 17:18:58.980074000, delta=926000 ns, racy<=2502500 ns 17:18:58.981 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.982 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.982000000, lastModified=2020-07-27 17:18:58.981074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.982000000, lastModified=2020-07-27 17:18:58.981074000, delta=926000 ns, racy<=2502500 ns 17:18:58.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.983000000, lastModified=2020-07-27 17:18:58.982074000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.983000000, lastModified=2020-07-27 17:18:58.982074000, delta=926000 ns, racy<=2502500 ns 17:18:58.983 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.984000000, lastModified=2020-07-27 17:18:58.983075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.984000000, lastModified=2020-07-27 17:18:58.983075000, delta=925000 ns, racy<=2502500 ns 17:18:58.984 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.985000000, lastModified=2020-07-27 17:18:58.984075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.985000000, lastModified=2020-07-27 17:18:58.984075000, delta=925000 ns, racy<=2502500 ns 17:18:58.985 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.986 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.986000000, lastModified=2020-07-27 17:18:58.985075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.986 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.986000000, lastModified=2020-07-27 17:18:58.985075000, delta=925000 ns, racy<=2502500 ns 17:18:58.986 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.987000000, lastModified=2020-07-27 17:18:58.986075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.987000000, lastModified=2020-07-27 17:18:58.986075000, delta=925000 ns, racy<=2502500 ns 17:18:58.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.987 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.987000000, lastModified=2020-07-27 17:18:58.986075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.986075000 to 2020-07-27 17:18:58.987075000 17:18:58.988 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.988000000, lastModified=2020-07-27 17:18:58.987075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.989 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.987075000 to 2020-07-27 17:18:58.988075000 17:18:58.989 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.989000000, lastModified=2020-07-27 17:18:58.988075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.989 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.989000000, lastModified=2020-07-27 17:18:58.988075000, delta=925000 ns, racy<=2502500 ns 17:18:58.989 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.990000000, lastModified=2020-07-27 17:18:58.989075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.990000000, lastModified=2020-07-27 17:18:58.989075000, delta=925000 ns, racy<=2502500 ns 17:18:58.990 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.991 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.991000000, lastModified=2020-07-27 17:18:58.989075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.991 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.989075000 to 2020-07-27 17:18:58.990075000 17:18:58.991 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.991000000, lastModified=2020-07-27 17:18:58.990075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.991 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.991000000, lastModified=2020-07-27 17:18:58.990075000, delta=925000 ns, racy<=2502500 ns 17:18:58.991 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.991 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.991000000, lastModified=2020-07-27 17:18:58.990075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.992 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.990075000 to 2020-07-27 17:18:58.991075000 17:18:58.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.993000000, lastModified=2020-07-27 17:18:58.992075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.993000000, lastModified=2020-07-27 17:18:58.992075000, delta=925000 ns, racy<=2502500 ns 17:18:58.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.993000000, lastModified=2020-07-27 17:18:58.992075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.993000000, lastModified=2020-07-27 17:18:58.992075000, delta=925000 ns, racy<=2502500 ns 17:18:58.993 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.994000000, lastModified=2020-07-27 17:18:58.993075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.994000000, lastModified=2020-07-27 17:18:58.993075000, delta=925000 ns, racy<=2502500 ns 17:18:58.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.994000000, lastModified=2020-07-27 17:18:58.993075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.994000000, lastModified=2020-07-27 17:18:58.993075000, delta=925000 ns, racy<=2502500 ns 17:18:58.994 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.995000000, lastModified=2020-07-27 17:18:58.994075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.995000000, lastModified=2020-07-27 17:18:58.994075000, delta=925000 ns, racy<=2502500 ns 17:18:58.995 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.996000000, lastModified=2020-07-27 17:18:58.995075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.996000000, lastModified=2020-07-27 17:18:58.995075000, delta=925000 ns, racy<=2502500 ns 17:18:58.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.996 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.996000000, lastModified=2020-07-27 17:18:58.995075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.996000000, lastModified=2020-07-27 17:18:58.995075000, delta=925000 ns, racy<=2502500 ns 17:18:58.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.997 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.997000000, lastModified=2020-07-27 17:18:58.996075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.996075000 to 2020-07-27 17:18:58.997075000 17:18:58.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.998000000, lastModified=2020-07-27 17:18:58.997075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.998000000, lastModified=2020-07-27 17:18:58.997075000, delta=925000 ns, racy<=2502500 ns 17:18:58.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.998 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.998000000, lastModified=2020-07-27 17:18:58.997075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:58.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:58.998000000, lastModified=2020-07-27 17:18:58.997075000, delta=925000 ns, racy<=2502500 ns 17:18:58.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:58.999 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:58.999000000, lastModified=2020-07-27 17:18:58.998075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:58.998075000 to 2020-07-27 17:18:58.999075000 17:18:59.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.000000000, lastModified=2020-07-27 17:18:58.999075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.000000000, lastModified=2020-07-27 17:18:58.999075000, delta=925000 ns, racy<=2502500 ns 17:18:59.000 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.001000000, lastModified=2020-07-27 17:18:59.000075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.001000000, lastModified=2020-07-27 17:18:59.000075000, delta=925000 ns, racy<=2502500 ns 17:18:59.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.001 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.001000000, lastModified=2020-07-27 17:18:59.000075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.000075000 to 2020-07-27 17:18:59.001075000 17:18:59.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.002000000, lastModified=2020-07-27 17:18:59.001075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.002000000, lastModified=2020-07-27 17:18:59.001075000, delta=925000 ns, racy<=2502500 ns 17:18:59.002 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.003000000, lastModified=2020-07-27 17:18:59.002075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.003000000, lastModified=2020-07-27 17:18:59.002075000, delta=925000 ns, racy<=2502500 ns 17:18:59.003 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.004000000, lastModified=2020-07-27 17:18:59.003075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.004000000, lastModified=2020-07-27 17:18:59.003075000, delta=925000 ns, racy<=2502500 ns 17:18:59.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.004 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.004000000, lastModified=2020-07-27 17:18:59.003075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.003075000 to 2020-07-27 17:18:59.004075000 17:18:59.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.005000000, lastModified=2020-07-27 17:18:59.004075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.005000000, lastModified=2020-07-27 17:18:59.004075000, delta=925000 ns, racy<=2502500 ns 17:18:59.005 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.006000000, lastModified=2020-07-27 17:18:59.004075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.004075000 to 2020-07-27 17:18:59.005075000 17:18:59.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.006000000, lastModified=2020-07-27 17:18:59.005075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.006000000, lastModified=2020-07-27 17:18:59.005075000, delta=925000 ns, racy<=2502500 ns 17:18:59.006 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.007000000, lastModified=2020-07-27 17:18:59.006075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.007000000, lastModified=2020-07-27 17:18:59.006075000, delta=925000 ns, racy<=2502500 ns 17:18:59.007 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.008000000, lastModified=2020-07-27 17:18:59.007075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.008000000, lastModified=2020-07-27 17:18:59.007075000, delta=925000 ns, racy<=2502500 ns 17:18:59.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.008000000, lastModified=2020-07-27 17:18:59.007075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.008000000, lastModified=2020-07-27 17:18:59.007075000, delta=925000 ns, racy<=2502500 ns 17:18:59.008 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.009000000, lastModified=2020-07-27 17:18:59.008075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.009000000, lastModified=2020-07-27 17:18:59.008075000, delta=925000 ns, racy<=2502500 ns 17:18:59.009 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.010000000, lastModified=2020-07-27 17:18:59.009075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.010000000, lastModified=2020-07-27 17:18:59.009075000, delta=925000 ns, racy<=2502500 ns 17:18:59.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.010 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.010000000, lastModified=2020-07-27 17:18:59.009075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.009075000 to 2020-07-27 17:18:59.010075000 17:18:59.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.011000000, lastModified=2020-07-27 17:18:59.010075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.011000000, lastModified=2020-07-27 17:18:59.010075000, delta=925000 ns, racy<=2502500 ns 17:18:59.011 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.012000000, lastModified=2020-07-27 17:18:59.011075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.012000000, lastModified=2020-07-27 17:18:59.011075000, delta=925000 ns, racy<=2502500 ns 17:18:59.012 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.013000000, lastModified=2020-07-27 17:18:59.012075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.013000000, lastModified=2020-07-27 17:18:59.012075000, delta=925000 ns, racy<=2502500 ns 17:18:59.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.013 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.013000000, lastModified=2020-07-27 17:18:59.012075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.013000000, lastModified=2020-07-27 17:18:59.012075000, delta=925000 ns, racy<=2502500 ns 17:18:59.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.014 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.014000000, lastModified=2020-07-27 17:18:59.013075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.013075000 to 2020-07-27 17:18:59.014075000 17:18:59.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.015000000, lastModified=2020-07-27 17:18:59.014075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.015000000, lastModified=2020-07-27 17:18:59.014075000, delta=925000 ns, racy<=2502500 ns 17:18:59.015 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.016000000, lastModified=2020-07-27 17:18:59.015075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.016000000, lastModified=2020-07-27 17:18:59.015075000, delta=925000 ns, racy<=2502500 ns 17:18:59.016 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.017000000, lastModified=2020-07-27 17:18:59.016075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.017000000, lastModified=2020-07-27 17:18:59.016075000, delta=925000 ns, racy<=2502500 ns 17:18:59.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.017000000, lastModified=2020-07-27 17:18:59.016075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.017000000, lastModified=2020-07-27 17:18:59.016075000, delta=925000 ns, racy<=2502500 ns 17:18:59.017 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.018000000, lastModified=2020-07-27 17:18:59.017075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.018000000, lastModified=2020-07-27 17:18:59.017075000, delta=925000 ns, racy<=2502500 ns 17:18:59.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.018000000, lastModified=2020-07-27 17:18:59.017075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.018000000, lastModified=2020-07-27 17:18:59.017075000, delta=925000 ns, racy<=2502500 ns 17:18:59.018 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.019000000, lastModified=2020-07-27 17:18:59.018075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.019000000, lastModified=2020-07-27 17:18:59.018075000, delta=925000 ns, racy<=2502500 ns 17:18:59.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.019 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.019000000, lastModified=2020-07-27 17:18:59.018075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.018075000 to 2020-07-27 17:18:59.019075000 17:18:59.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.020000000, lastModified=2020-07-27 17:18:59.019075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.020000000, lastModified=2020-07-27 17:18:59.019075000, delta=925000 ns, racy<=2502500 ns 17:18:59.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.020000000, lastModified=2020-07-27 17:18:59.019075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.020000000, lastModified=2020-07-27 17:18:59.019075000, delta=925000 ns, racy<=2502500 ns 17:18:59.020 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.021 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.021000000, lastModified=2020-07-27 17:18:59.020075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.021000000, lastModified=2020-07-27 17:18:59.020075000, delta=925000 ns, racy<=2502500 ns 17:18:59.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.022000000, lastModified=2020-07-27 17:18:59.021075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.022000000, lastModified=2020-07-27 17:18:59.021075000, delta=925000 ns, racy<=2502500 ns 17:18:59.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.022 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.022000000, lastModified=2020-07-27 17:18:59.021075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.023 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.021075000 to 2020-07-27 17:18:59.022075000 17:18:59.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.024000000, lastModified=2020-07-27 17:18:59.023075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.024000000, lastModified=2020-07-27 17:18:59.023075000, delta=925000 ns, racy<=2502500 ns 17:18:59.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.024000000, lastModified=2020-07-27 17:18:59.023075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.024000000, lastModified=2020-07-27 17:18:59.023075000, delta=925000 ns, racy<=2502500 ns 17:18:59.024 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.025000000, lastModified=2020-07-27 17:18:59.024075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.025000000, lastModified=2020-07-27 17:18:59.024075000, delta=925000 ns, racy<=2502500 ns 17:18:59.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.025000000, lastModified=2020-07-27 17:18:59.024075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.025000000, lastModified=2020-07-27 17:18:59.024075000, delta=925000 ns, racy<=2502500 ns 17:18:59.025 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.026000000, lastModified=2020-07-27 17:18:59.025075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.026000000, lastModified=2020-07-27 17:18:59.025075000, delta=925000 ns, racy<=2502500 ns 17:18:59.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.026000000, lastModified=2020-07-27 17:18:59.025075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.026000000, lastModified=2020-07-27 17:18:59.025075000, delta=925000 ns, racy<=2502500 ns 17:18:59.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.026 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.026000000, lastModified=2020-07-27 17:18:59.025075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.025075000 to 2020-07-27 17:18:59.026075000 17:18:59.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.027000000, lastModified=2020-07-27 17:18:59.026075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.027000000, lastModified=2020-07-27 17:18:59.026075000, delta=925000 ns, racy<=2502500 ns 17:18:59.027 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.028000000, lastModified=2020-07-27 17:18:59.027075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.028000000, lastModified=2020-07-27 17:18:59.027075000, delta=925000 ns, racy<=2502500 ns 17:18:59.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.028000000, lastModified=2020-07-27 17:18:59.027075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.028000000, lastModified=2020-07-27 17:18:59.027075000, delta=925000 ns, racy<=2502500 ns 17:18:59.028 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.028000000, lastModified=2020-07-27 17:18:59.027075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.027075000 to 2020-07-27 17:18:59.028075000 17:18:59.029 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.029000000, lastModified=2020-07-27 17:18:59.028075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.028075000 to 2020-07-27 17:18:59.029075000 17:18:59.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.030000000, lastModified=2020-07-27 17:18:59.029075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.030 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.030000000, lastModified=2020-07-27 17:18:59.029075000, delta=925000 ns, racy<=2502500 ns 17:18:59.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.031000000, lastModified=2020-07-27 17:18:59.030075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.031000000, lastModified=2020-07-27 17:18:59.030075000, delta=925000 ns, racy<=2502500 ns 17:18:59.031 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.032000000, lastModified=2020-07-27 17:18:59.031075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.032000000, lastModified=2020-07-27 17:18:59.031075000, delta=925000 ns, racy<=2502500 ns 17:18:59.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.032000000, lastModified=2020-07-27 17:18:59.031075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.032000000, lastModified=2020-07-27 17:18:59.031075000, delta=925000 ns, racy<=2502500 ns 17:18:59.032 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.033000000, lastModified=2020-07-27 17:18:59.032075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.033000000, lastModified=2020-07-27 17:18:59.032075000, delta=925000 ns, racy<=2502500 ns 17:18:59.033 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.034000000, lastModified=2020-07-27 17:18:59.033075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.034000000, lastModified=2020-07-27 17:18:59.033075000, delta=925000 ns, racy<=2502500 ns 17:18:59.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.034 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.034000000, lastModified=2020-07-27 17:18:59.033075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.034000000, lastModified=2020-07-27 17:18:59.033075000, delta=925000 ns, racy<=2502500 ns 17:18:59.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.035000000, lastModified=2020-07-27 17:18:59.034075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.035000000, lastModified=2020-07-27 17:18:59.034075000, delta=925000 ns, racy<=2502500 ns 17:18:59.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.035000000, lastModified=2020-07-27 17:18:59.034075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.035000000, lastModified=2020-07-27 17:18:59.034075000, delta=925000 ns, racy<=2502500 ns 17:18:59.035 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.036000000, lastModified=2020-07-27 17:18:59.035075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.036000000, lastModified=2020-07-27 17:18:59.035075000, delta=925000 ns, racy<=2502500 ns 17:18:59.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.036000000, lastModified=2020-07-27 17:18:59.035075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.036000000, lastModified=2020-07-27 17:18:59.035075000, delta=925000 ns, racy<=2502500 ns 17:18:59.036 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.037000000, lastModified=2020-07-27 17:18:59.036075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.037000000, lastModified=2020-07-27 17:18:59.036075000, delta=925000 ns, racy<=2502500 ns 17:18:59.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.037000000, lastModified=2020-07-27 17:18:59.036075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.037000000, lastModified=2020-07-27 17:18:59.036075000, delta=925000 ns, racy<=2502500 ns 17:18:59.037 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.038000000, lastModified=2020-07-27 17:18:59.037075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.038000000, lastModified=2020-07-27 17:18:59.037075000, delta=925000 ns, racy<=2502500 ns 17:18:59.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.038000000, lastModified=2020-07-27 17:18:59.037075000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.038000000, lastModified=2020-07-27 17:18:59.037075000, delta=925000 ns, racy<=2502500 ns 17:18:59.038 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.039000000, lastModified=2020-07-27 17:18:59.038076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.039000000, lastModified=2020-07-27 17:18:59.038076000, delta=924000 ns, racy<=2502500 ns 17:18:59.039 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.040000000, lastModified=2020-07-27 17:18:59.039076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.040000000, lastModified=2020-07-27 17:18:59.039076000, delta=924000 ns, racy<=2502500 ns 17:18:59.040 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.041000000, lastModified=2020-07-27 17:18:59.040076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.041000000, lastModified=2020-07-27 17:18:59.040076000, delta=924000 ns, racy<=2502500 ns 17:18:59.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.041 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.041000000, lastModified=2020-07-27 17:18:59.040076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.040076000 to 2020-07-27 17:18:59.041076000 17:18:59.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.042000000, lastModified=2020-07-27 17:18:59.041076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.042000000, lastModified=2020-07-27 17:18:59.041076000, delta=924000 ns, racy<=2502500 ns 17:18:59.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.042 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.042000000, lastModified=2020-07-27 17:18:59.041076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.041076000 to 2020-07-27 17:18:59.042076000 17:18:59.043 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.043000000, lastModified=2020-07-27 17:18:59.042076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.042076000 to 2020-07-27 17:18:59.043076000 17:18:59.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.044000000, lastModified=2020-07-27 17:18:59.043076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.044000000, lastModified=2020-07-27 17:18:59.043076000, delta=924000 ns, racy<=2502500 ns 17:18:59.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.044 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.044000000, lastModified=2020-07-27 17:18:59.043076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.043076000 to 2020-07-27 17:18:59.044076000 17:18:59.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.045000000, lastModified=2020-07-27 17:18:59.044076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.045000000, lastModified=2020-07-27 17:18:59.044076000, delta=924000 ns, racy<=2502500 ns 17:18:59.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.045 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.045000000, lastModified=2020-07-27 17:18:59.044076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.045000000, lastModified=2020-07-27 17:18:59.044076000, delta=924000 ns, racy<=2502500 ns 17:18:59.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.046000000, lastModified=2020-07-27 17:18:59.045076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.046000000, lastModified=2020-07-27 17:18:59.045076000, delta=924000 ns, racy<=2502500 ns 17:18:59.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.046 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.046000000, lastModified=2020-07-27 17:18:59.045076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.045076000 to 2020-07-27 17:18:59.046076000 17:18:59.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.047000000, lastModified=2020-07-27 17:18:59.046076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.047000000, lastModified=2020-07-27 17:18:59.046076000, delta=924000 ns, racy<=2502500 ns 17:18:59.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.047 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.047000000, lastModified=2020-07-27 17:18:59.046076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.046076000 to 2020-07-27 17:18:59.047076000 17:18:59.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.048000000, lastModified=2020-07-27 17:18:59.047076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.048000000, lastModified=2020-07-27 17:18:59.047076000, delta=924000 ns, racy<=2502500 ns 17:18:59.048 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.049000000, lastModified=2020-07-27 17:18:59.048076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.049000000, lastModified=2020-07-27 17:18:59.048076000, delta=924000 ns, racy<=2502500 ns 17:18:59.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.049000000, lastModified=2020-07-27 17:18:59.048076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.049000000, lastModified=2020-07-27 17:18:59.048076000, delta=924000 ns, racy<=2502500 ns 17:18:59.049 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.050000000, lastModified=2020-07-27 17:18:59.049076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.050000000, lastModified=2020-07-27 17:18:59.049076000, delta=924000 ns, racy<=2502500 ns 17:18:59.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.050000000, lastModified=2020-07-27 17:18:59.049076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.050000000, lastModified=2020-07-27 17:18:59.049076000, delta=924000 ns, racy<=2502500 ns 17:18:59.050 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.051000000, lastModified=2020-07-27 17:18:59.050076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.051000000, lastModified=2020-07-27 17:18:59.050076000, delta=924000 ns, racy<=2502500 ns 17:18:59.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.051 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.051000000, lastModified=2020-07-27 17:18:59.050076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.051000000, lastModified=2020-07-27 17:18:59.050076000, delta=924000 ns, racy<=2502500 ns 17:18:59.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.052000000, lastModified=2020-07-27 17:18:59.051076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.052000000, lastModified=2020-07-27 17:18:59.051076000, delta=924000 ns, racy<=2502500 ns 17:18:59.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.052 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.052000000, lastModified=2020-07-27 17:18:59.051076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.051076000 to 2020-07-27 17:18:59.052076000 17:18:59.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.053000000, lastModified=2020-07-27 17:18:59.052076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.053000000, lastModified=2020-07-27 17:18:59.052076000, delta=924000 ns, racy<=2502500 ns 17:18:59.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.053 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.053000000, lastModified=2020-07-27 17:18:59.052076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.054 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.052076000 to 2020-07-27 17:18:59.053076000 17:18:59.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.055000000, lastModified=2020-07-27 17:18:59.054076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.055000000, lastModified=2020-07-27 17:18:59.054076000, delta=924000 ns, racy<=2502500 ns 17:18:59.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.055 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.055000000, lastModified=2020-07-27 17:18:59.054076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.054076000 to 2020-07-27 17:18:59.055076000 17:18:59.056 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.056000000, lastModified=2020-07-27 17:18:59.055076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.056000000, lastModified=2020-07-27 17:18:59.055076000, delta=924000 ns, racy<=2502500 ns 17:18:59.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.057000000, lastModified=2020-07-27 17:18:59.056076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.057000000, lastModified=2020-07-27 17:18:59.056076000, delta=924000 ns, racy<=2502500 ns 17:18:59.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.057 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.057000000, lastModified=2020-07-27 17:18:59.056076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.056076000 to 2020-07-27 17:18:59.057076000 17:18:59.058 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.058000000, lastModified=2020-07-27 17:18:59.057076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.057076000 to 2020-07-27 17:18:59.058076000 17:18:59.059 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.059000000, lastModified=2020-07-27 17:18:59.058076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.058076000 to 2020-07-27 17:18:59.059076000 17:18:59.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.060000000, lastModified=2020-07-27 17:18:59.059076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.060000000, lastModified=2020-07-27 17:18:59.059076000, delta=924000 ns, racy<=2502500 ns 17:18:59.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.060 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.060000000, lastModified=2020-07-27 17:18:59.059076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.059076000 to 2020-07-27 17:18:59.060076000 17:18:59.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.061000000, lastModified=2020-07-27 17:18:59.060076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.061000000, lastModified=2020-07-27 17:18:59.060076000, delta=924000 ns, racy<=2502500 ns 17:18:59.061 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.062000000, lastModified=2020-07-27 17:18:59.061076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.062000000, lastModified=2020-07-27 17:18:59.061076000, delta=924000 ns, racy<=2502500 ns 17:18:59.062 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.063000000, lastModified=2020-07-27 17:18:59.061076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.063 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.061076000 to 2020-07-27 17:18:59.062076000 17:18:59.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.064000000, lastModified=2020-07-27 17:18:59.063076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.064000000, lastModified=2020-07-27 17:18:59.063076000, delta=924000 ns, racy<=2502500 ns 17:18:59.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.064000000, lastModified=2020-07-27 17:18:59.063076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.064000000, lastModified=2020-07-27 17:18:59.063076000, delta=924000 ns, racy<=2502500 ns 17:18:59.064 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.065000000, lastModified=2020-07-27 17:18:59.064076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.065000000, lastModified=2020-07-27 17:18:59.064076000, delta=924000 ns, racy<=2502500 ns 17:18:59.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.065000000, lastModified=2020-07-27 17:18:59.064076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.065000000, lastModified=2020-07-27 17:18:59.064076000, delta=924000 ns, racy<=2502500 ns 17:18:59.065 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.066000000, lastModified=2020-07-27 17:18:59.065076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.066000000, lastModified=2020-07-27 17:18:59.065076000, delta=924000 ns, racy<=2502500 ns 17:18:59.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.066000000, lastModified=2020-07-27 17:18:59.065076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.066000000, lastModified=2020-07-27 17:18:59.065076000, delta=924000 ns, racy<=2502500 ns 17:18:59.066 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.067000000, lastModified=2020-07-27 17:18:59.066076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.067000000, lastModified=2020-07-27 17:18:59.066076000, delta=924000 ns, racy<=2502500 ns 17:18:59.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.067000000, lastModified=2020-07-27 17:18:59.066076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.067000000, lastModified=2020-07-27 17:18:59.066076000, delta=924000 ns, racy<=2502500 ns 17:18:59.067 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.068000000, lastModified=2020-07-27 17:18:59.067076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.068000000, lastModified=2020-07-27 17:18:59.067076000, delta=924000 ns, racy<=2502500 ns 17:18:59.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.068000000, lastModified=2020-07-27 17:18:59.067076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.068000000, lastModified=2020-07-27 17:18:59.067076000, delta=924000 ns, racy<=2502500 ns 17:18:59.068 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.069000000, lastModified=2020-07-27 17:18:59.068076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.069000000, lastModified=2020-07-27 17:18:59.068076000, delta=924000 ns, racy<=2502500 ns 17:18:59.069 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.070000000, lastModified=2020-07-27 17:18:59.069076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.070000000, lastModified=2020-07-27 17:18:59.069076000, delta=924000 ns, racy<=2502500 ns 17:18:59.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.070 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.070000000, lastModified=2020-07-27 17:18:59.069076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.069076000 to 2020-07-27 17:18:59.070076000 17:18:59.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.071000000, lastModified=2020-07-27 17:18:59.070076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.071000000, lastModified=2020-07-27 17:18:59.070076000, delta=924000 ns, racy<=2502500 ns 17:18:59.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.071 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.071000000, lastModified=2020-07-27 17:18:59.070076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.070076000 to 2020-07-27 17:18:59.071076000 17:18:59.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.072000000, lastModified=2020-07-27 17:18:59.071076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.072000000, lastModified=2020-07-27 17:18:59.071076000, delta=924000 ns, racy<=2502500 ns 17:18:59.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.072 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.072000000, lastModified=2020-07-27 17:18:59.071076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.071076000 to 2020-07-27 17:18:59.072076000 17:18:59.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.073000000, lastModified=2020-07-27 17:18:59.072076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.073000000, lastModified=2020-07-27 17:18:59.072076000, delta=924000 ns, racy<=2502500 ns 17:18:59.073 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.074000000, lastModified=2020-07-27 17:18:59.073076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.074000000, lastModified=2020-07-27 17:18:59.073076000, delta=924000 ns, racy<=2502500 ns 17:18:59.074 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.075 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.075000000, lastModified=2020-07-27 17:18:59.074076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.074076000 to 2020-07-27 17:18:59.075076000 17:18:59.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.076000000, lastModified=2020-07-27 17:18:59.075076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.076000000, lastModified=2020-07-27 17:18:59.075076000, delta=924000 ns, racy<=2502500 ns 17:18:59.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.076 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.076000000, lastModified=2020-07-27 17:18:59.075076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.075076000 to 2020-07-27 17:18:59.076076000 17:18:59.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.077000000, lastModified=2020-07-27 17:18:59.076076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.077000000, lastModified=2020-07-27 17:18:59.076076000, delta=924000 ns, racy<=2502500 ns 17:18:59.077 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.078000000, lastModified=2020-07-27 17:18:59.077076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.078000000, lastModified=2020-07-27 17:18:59.077076000, delta=924000 ns, racy<=2502500 ns 17:18:59.078 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.079000000, lastModified=2020-07-27 17:18:59.078076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.079000000, lastModified=2020-07-27 17:18:59.078076000, delta=924000 ns, racy<=2502500 ns 17:18:59.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.079 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.079000000, lastModified=2020-07-27 17:18:59.078076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.078076000 to 2020-07-27 17:18:59.079076000 17:18:59.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.080000000, lastModified=2020-07-27 17:18:59.079076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.080000000, lastModified=2020-07-27 17:18:59.079076000, delta=924000 ns, racy<=2502500 ns 17:18:59.080 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.081 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.080000000, lastModified=2020-07-27 17:18:59.079076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.079076000 to 2020-07-27 17:18:59.081076000 17:18:59.082 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.082000000, lastModified=2020-07-27 17:18:59.081076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.081076000 to 2020-07-27 17:18:59.082076000 17:18:59.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.083000000, lastModified=2020-07-27 17:18:59.082076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.083000000, lastModified=2020-07-27 17:18:59.082076000, delta=924000 ns, racy<=2502500 ns 17:18:59.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.083 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.083000000, lastModified=2020-07-27 17:18:59.082076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.082076000 to 2020-07-27 17:18:59.083076000 17:18:59.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.084000000, lastModified=2020-07-27 17:18:59.083076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.084000000, lastModified=2020-07-27 17:18:59.083076000, delta=924000 ns, racy<=2502500 ns 17:18:59.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.084 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.084000000, lastModified=2020-07-27 17:18:59.083076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.083076000 to 2020-07-27 17:18:59.084076000 17:18:59.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.085000000, lastModified=2020-07-27 17:18:59.084076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.085000000, lastModified=2020-07-27 17:18:59.084076000, delta=924000 ns, racy<=2502500 ns 17:18:59.085 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.085000000, lastModified=2020-07-27 17:18:59.084076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.084076000 to 2020-07-27 17:18:59.085076000 17:18:59.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.086000000, lastModified=2020-07-27 17:18:59.085076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.086000000, lastModified=2020-07-27 17:18:59.085076000, delta=924000 ns, racy<=2502500 ns 17:18:59.086 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.087000000, lastModified=2020-07-27 17:18:59.085076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.085076000 to 2020-07-27 17:18:59.086076000 17:18:59.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.087000000, lastModified=2020-07-27 17:18:59.086076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.087000000, lastModified=2020-07-27 17:18:59.086076000, delta=924000 ns, racy<=2502500 ns 17:18:59.087 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.088 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.088000000, lastModified=2020-07-27 17:18:59.087076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.087076000 to 2020-07-27 17:18:59.088076000 17:18:59.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.089000000, lastModified=2020-07-27 17:18:59.088076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.089000000, lastModified=2020-07-27 17:18:59.088076000, delta=924000 ns, racy<=2502500 ns 17:18:59.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.089 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.089000000, lastModified=2020-07-27 17:18:59.088076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.088076000 to 2020-07-27 17:18:59.089076000 17:18:59.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.090000000, lastModified=2020-07-27 17:18:59.089076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.090000000, lastModified=2020-07-27 17:18:59.089076000, delta=924000 ns, racy<=2502500 ns 17:18:59.090 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.091000000, lastModified=2020-07-27 17:18:59.090076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.091000000, lastModified=2020-07-27 17:18:59.090076000, delta=924000 ns, racy<=2502500 ns 17:18:59.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.091000000, lastModified=2020-07-27 17:18:59.090076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.091000000, lastModified=2020-07-27 17:18:59.090076000, delta=924000 ns, racy<=2502500 ns 17:18:59.091 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.092000000, lastModified=2020-07-27 17:18:59.091076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.092000000, lastModified=2020-07-27 17:18:59.091076000, delta=924000 ns, racy<=2502500 ns 17:18:59.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.092000000, lastModified=2020-07-27 17:18:59.091076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.092 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.092000000, lastModified=2020-07-27 17:18:59.091076000, delta=924000 ns, racy<=2502500 ns 17:18:59.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.093000000, lastModified=2020-07-27 17:18:59.092076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.093000000, lastModified=2020-07-27 17:18:59.092076000, delta=924000 ns, racy<=2502500 ns 17:18:59.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.093000000, lastModified=2020-07-27 17:18:59.092076000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.093000000, lastModified=2020-07-27 17:18:59.092076000, delta=924000 ns, racy<=2502500 ns 17:18:59.093 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.094000000, lastModified=2020-07-27 17:18:59.093077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.094000000, lastModified=2020-07-27 17:18:59.093077000, delta=923000 ns, racy<=2502500 ns 17:18:59.094 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.095000000, lastModified=2020-07-27 17:18:59.094077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.095000000, lastModified=2020-07-27 17:18:59.094077000, delta=923000 ns, racy<=2502500 ns 17:18:59.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.095000000, lastModified=2020-07-27 17:18:59.094077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.095000000, lastModified=2020-07-27 17:18:59.094077000, delta=923000 ns, racy<=2502500 ns 17:18:59.095 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.096000000, lastModified=2020-07-27 17:18:59.095077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.096000000, lastModified=2020-07-27 17:18:59.095077000, delta=923000 ns, racy<=2502500 ns 17:18:59.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.096 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.096000000, lastModified=2020-07-27 17:18:59.095077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.095077000 to 2020-07-27 17:18:59.096077000 17:18:59.097 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.097000000, lastModified=2020-07-27 17:18:59.096077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.096077000 to 2020-07-27 17:18:59.102077000 17:18:59.103 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.103000000, lastModified=2020-07-27 17:18:59.102077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.102077000 to 2020-07-27 17:18:59.103077000 17:18:59.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.104000000, lastModified=2020-07-27 17:18:59.103077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.104000000, lastModified=2020-07-27 17:18:59.103077000, delta=923000 ns, racy<=2502500 ns 17:18:59.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.104 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.104000000, lastModified=2020-07-27 17:18:59.103077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.103077000 to 2020-07-27 17:18:59.104077000 17:18:59.105 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.105000000, lastModified=2020-07-27 17:18:59.104077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.104077000 to 2020-07-27 17:18:59.105077000 17:18:59.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.106000000, lastModified=2020-07-27 17:18:59.105077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.106000000, lastModified=2020-07-27 17:18:59.105077000, delta=923000 ns, racy<=2502500 ns 17:18:59.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.106 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.106000000, lastModified=2020-07-27 17:18:59.105077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.105077000 to 2020-07-27 17:18:59.106077000 17:18:59.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.107000000, lastModified=2020-07-27 17:18:59.106077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.107000000, lastModified=2020-07-27 17:18:59.106077000, delta=923000 ns, racy<=2502500 ns 17:18:59.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.107 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.107000000, lastModified=2020-07-27 17:18:59.106077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.106077000 to 2020-07-27 17:18:59.107077000 17:18:59.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.108000000, lastModified=2020-07-27 17:18:59.107077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.108000000, lastModified=2020-07-27 17:18:59.107077000, delta=923000 ns, racy<=2502500 ns 17:18:59.108 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.109000000, lastModified=2020-07-27 17:18:59.107077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.107077000 to 2020-07-27 17:18:59.108077000 17:18:59.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.109000000, lastModified=2020-07-27 17:18:59.108077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.109000000, lastModified=2020-07-27 17:18:59.108077000, delta=923000 ns, racy<=2502500 ns 17:18:59.109 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.110 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.110000000, lastModified=2020-07-27 17:18:59.109077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.109077000 to 2020-07-27 17:18:59.110077000 17:18:59.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.111000000, lastModified=2020-07-27 17:18:59.110077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.111000000, lastModified=2020-07-27 17:18:59.110077000, delta=923000 ns, racy<=2502500 ns 17:18:59.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.111 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.111000000, lastModified=2020-07-27 17:18:59.110077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.110077000 to 2020-07-27 17:18:59.111077000 17:18:59.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.112000000, lastModified=2020-07-27 17:18:59.111077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.112000000, lastModified=2020-07-27 17:18:59.111077000, delta=923000 ns, racy<=2502500 ns 17:18:59.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.112 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.112000000, lastModified=2020-07-27 17:18:59.111077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.112000000, lastModified=2020-07-27 17:18:59.111077000, delta=923000 ns, racy<=2502500 ns 17:18:59.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.113000000, lastModified=2020-07-27 17:18:59.112077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.113000000, lastModified=2020-07-27 17:18:59.112077000, delta=923000 ns, racy<=2502500 ns 17:18:59.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.113 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.113000000, lastModified=2020-07-27 17:18:59.112077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.112077000 to 2020-07-27 17:18:59.113077000 17:18:59.114 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.114000000, lastModified=2020-07-27 17:18:59.113077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.113077000 to 2020-07-27 17:18:59.114077000 17:18:59.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.115000000, lastModified=2020-07-27 17:18:59.114077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.115000000, lastModified=2020-07-27 17:18:59.114077000, delta=923000 ns, racy<=2502500 ns 17:18:59.115 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.116000000, lastModified=2020-07-27 17:18:59.115077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.116000000, lastModified=2020-07-27 17:18:59.115077000, delta=923000 ns, racy<=2502500 ns 17:18:59.116 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.117000000, lastModified=2020-07-27 17:18:59.116077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.117000000, lastModified=2020-07-27 17:18:59.116077000, delta=923000 ns, racy<=2502500 ns 17:18:59.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.117 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.117000000, lastModified=2020-07-27 17:18:59.116077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.117000000, lastModified=2020-07-27 17:18:59.116077000, delta=923000 ns, racy<=2502500 ns 17:18:59.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.118000000, lastModified=2020-07-27 17:18:59.117077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.118000000, lastModified=2020-07-27 17:18:59.117077000, delta=923000 ns, racy<=2502500 ns 17:18:59.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.118 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.118000000, lastModified=2020-07-27 17:18:59.117077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.119 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.117077000 to 2020-07-27 17:18:59.118077000 17:18:59.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.120000000, lastModified=2020-07-27 17:18:59.118077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.118077000 to 2020-07-27 17:18:59.119077000 17:18:59.120 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.120000000, lastModified=2020-07-27 17:18:59.119077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.120000000, lastModified=2020-07-27 17:18:59.119077000, delta=923000 ns, racy<=2502500 ns 17:18:59.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.121000000, lastModified=2020-07-27 17:18:59.120077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.121000000, lastModified=2020-07-27 17:18:59.120077000, delta=923000 ns, racy<=2502500 ns 17:18:59.121 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.122000000, lastModified=2020-07-27 17:18:59.121077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.122000000, lastModified=2020-07-27 17:18:59.121077000, delta=923000 ns, racy<=2502500 ns 17:18:59.122 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.123000000, lastModified=2020-07-27 17:18:59.122077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.123000000, lastModified=2020-07-27 17:18:59.122077000, delta=923000 ns, racy<=2502500 ns 17:18:59.123 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.124000000, lastModified=2020-07-27 17:18:59.122077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.124 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.122077000 to 2020-07-27 17:18:59.123077000 17:18:59.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.125000000, lastModified=2020-07-27 17:18:59.124077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.125000000, lastModified=2020-07-27 17:18:59.124077000, delta=923000 ns, racy<=2502500 ns 17:18:59.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.125 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.125000000, lastModified=2020-07-27 17:18:59.124077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.124077000 to 2020-07-27 17:18:59.125077000 17:18:59.126 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.126000000, lastModified=2020-07-27 17:18:59.125077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.125077000 to 2020-07-27 17:18:59.126077000 17:18:59.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.127000000, lastModified=2020-07-27 17:18:59.126077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.127000000, lastModified=2020-07-27 17:18:59.126077000, delta=923000 ns, racy<=2502500 ns 17:18:59.127 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.128000000, lastModified=2020-07-27 17:18:59.127077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.128000000, lastModified=2020-07-27 17:18:59.127077000, delta=923000 ns, racy<=2502500 ns 17:18:59.128 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.129000000, lastModified=2020-07-27 17:18:59.127077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.129 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.127077000 to 2020-07-27 17:18:59.128077000 17:18:59.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.130000000, lastModified=2020-07-27 17:18:59.128077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.128077000 to 2020-07-27 17:18:59.129077000 17:18:59.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.130000000, lastModified=2020-07-27 17:18:59.129077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.130000000, lastModified=2020-07-27 17:18:59.129077000, delta=923000 ns, racy<=2502500 ns 17:18:59.130 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.131000000, lastModified=2020-07-27 17:18:59.130077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.131000000, lastModified=2020-07-27 17:18:59.130077000, delta=923000 ns, racy<=2502500 ns 17:18:59.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.131 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.131000000, lastModified=2020-07-27 17:18:59.130077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.130077000 to 2020-07-27 17:18:59.131077000 17:18:59.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.132000000, lastModified=2020-07-27 17:18:59.131077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.132000000, lastModified=2020-07-27 17:18:59.131077000, delta=923000 ns, racy<=2502500 ns 17:18:59.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.132 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.132000000, lastModified=2020-07-27 17:18:59.131077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.131077000 to 2020-07-27 17:18:59.132077000 17:18:59.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.133000000, lastModified=2020-07-27 17:18:59.132077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.133000000, lastModified=2020-07-27 17:18:59.132077000, delta=923000 ns, racy<=2502500 ns 17:18:59.133 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.134000000, lastModified=2020-07-27 17:18:59.133077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.134000000, lastModified=2020-07-27 17:18:59.133077000, delta=923000 ns, racy<=2502500 ns 17:18:59.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.134 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.134000000, lastModified=2020-07-27 17:18:59.133077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.133077000 to 2020-07-27 17:18:59.134077000 17:18:59.135 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.135000000, lastModified=2020-07-27 17:18:59.134077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.134077000 to 2020-07-27 17:18:59.135077000 17:18:59.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.136000000, lastModified=2020-07-27 17:18:59.135077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.136000000, lastModified=2020-07-27 17:18:59.135077000, delta=923000 ns, racy<=2502500 ns 17:18:59.136 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.137000000, lastModified=2020-07-27 17:18:59.136077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.137000000, lastModified=2020-07-27 17:18:59.136077000, delta=923000 ns, racy<=2502500 ns 17:18:59.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.137 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.137000000, lastModified=2020-07-27 17:18:59.136077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.136077000 to 2020-07-27 17:18:59.137077000 17:18:59.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.138000000, lastModified=2020-07-27 17:18:59.137077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.138000000, lastModified=2020-07-27 17:18:59.137077000, delta=923000 ns, racy<=2502500 ns 17:18:59.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.138 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.138000000, lastModified=2020-07-27 17:18:59.137077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.137077000 to 2020-07-27 17:18:59.138077000 17:18:59.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.139000000, lastModified=2020-07-27 17:18:59.138077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.139000000, lastModified=2020-07-27 17:18:59.138077000, delta=923000 ns, racy<=2502500 ns 17:18:59.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.139 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.139000000, lastModified=2020-07-27 17:18:59.138077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.140 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.138077000 to 2020-07-27 17:18:59.139077000 17:18:59.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.141000000, lastModified=2020-07-27 17:18:59.140077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.141000000, lastModified=2020-07-27 17:18:59.140077000, delta=923000 ns, racy<=2502500 ns 17:18:59.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.141000000, lastModified=2020-07-27 17:18:59.140077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.141000000, lastModified=2020-07-27 17:18:59.140077000, delta=923000 ns, racy<=2502500 ns 17:18:59.141 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.142 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.142000000, lastModified=2020-07-27 17:18:59.141077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.141077000 to 2020-07-27 17:18:59.142077000 17:18:59.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.143000000, lastModified=2020-07-27 17:18:59.142077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.143000000, lastModified=2020-07-27 17:18:59.142077000, delta=923000 ns, racy<=2502500 ns 17:18:59.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.143 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.143000000, lastModified=2020-07-27 17:18:59.142077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.144 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.142077000 to 2020-07-27 17:18:59.143077000 17:18:59.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.145000000, lastModified=2020-07-27 17:18:59.144077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.145000000, lastModified=2020-07-27 17:18:59.144077000, delta=923000 ns, racy<=2502500 ns 17:18:59.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.145000000, lastModified=2020-07-27 17:18:59.144077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.145000000, lastModified=2020-07-27 17:18:59.144077000, delta=923000 ns, racy<=2502500 ns 17:18:59.145 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.146000000, lastModified=2020-07-27 17:18:59.145077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.146000000, lastModified=2020-07-27 17:18:59.145077000, delta=923000 ns, racy<=2502500 ns 17:18:59.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.146000000, lastModified=2020-07-27 17:18:59.145077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.146000000, lastModified=2020-07-27 17:18:59.145077000, delta=923000 ns, racy<=2502500 ns 17:18:59.146 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.147000000, lastModified=2020-07-27 17:18:59.145077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.145077000 to 2020-07-27 17:18:59.146077000 17:18:59.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.147000000, lastModified=2020-07-27 17:18:59.146077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.147000000, lastModified=2020-07-27 17:18:59.146077000, delta=923000 ns, racy<=2502500 ns 17:18:59.147 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.148000000, lastModified=2020-07-27 17:18:59.147077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.148000000, lastModified=2020-07-27 17:18:59.147077000, delta=923000 ns, racy<=2502500 ns 17:18:59.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.148000000, lastModified=2020-07-27 17:18:59.147077000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.148000000, lastModified=2020-07-27 17:18:59.147077000, delta=923000 ns, racy<=2502500 ns 17:18:59.148 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.149000000, lastModified=2020-07-27 17:18:59.148078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.149000000, lastModified=2020-07-27 17:18:59.148078000, delta=922000 ns, racy<=2502500 ns 17:18:59.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.149 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.149000000, lastModified=2020-07-27 17:18:59.148078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.148078000 to 2020-07-27 17:18:59.149078000 17:18:59.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.150000000, lastModified=2020-07-27 17:18:59.149078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.150000000, lastModified=2020-07-27 17:18:59.149078000, delta=922000 ns, racy<=2502500 ns 17:18:59.150 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.151000000, lastModified=2020-07-27 17:18:59.150078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.151000000, lastModified=2020-07-27 17:18:59.150078000, delta=922000 ns, racy<=2502500 ns 17:18:59.151 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.152000000, lastModified=2020-07-27 17:18:59.151078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.152000000, lastModified=2020-07-27 17:18:59.151078000, delta=922000 ns, racy<=2502500 ns 17:18:59.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.152 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.152000000, lastModified=2020-07-27 17:18:59.151078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.151078000 to 2020-07-27 17:18:59.152078000 17:18:59.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.153000000, lastModified=2020-07-27 17:18:59.152078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.153000000, lastModified=2020-07-27 17:18:59.152078000, delta=922000 ns, racy<=2502500 ns 17:18:59.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.153 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.153000000, lastModified=2020-07-27 17:18:59.152078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.152078000 to 2020-07-27 17:18:59.153078000 17:18:59.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.154000000, lastModified=2020-07-27 17:18:59.153078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.154 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.154000000, lastModified=2020-07-27 17:18:59.153078000, delta=922000 ns, racy<=2502500 ns 17:18:59.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.155000000, lastModified=2020-07-27 17:18:59.154078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.155000000, lastModified=2020-07-27 17:18:59.154078000, delta=922000 ns, racy<=2502500 ns 17:18:59.155 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.156000000, lastModified=2020-07-27 17:18:59.155078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.156000000, lastModified=2020-07-27 17:18:59.155078000, delta=922000 ns, racy<=2502500 ns 17:18:59.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.156 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.156000000, lastModified=2020-07-27 17:18:59.155078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.155078000 to 2020-07-27 17:18:59.156078000 17:18:59.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.157000000, lastModified=2020-07-27 17:18:59.156078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.157000000, lastModified=2020-07-27 17:18:59.156078000, delta=922000 ns, racy<=2502500 ns 17:18:59.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.157 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.157000000, lastModified=2020-07-27 17:18:59.156078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.156078000 to 2020-07-27 17:18:59.157078000 17:18:59.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.158000000, lastModified=2020-07-27 17:18:59.157078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.158000000, lastModified=2020-07-27 17:18:59.157078000, delta=922000 ns, racy<=2502500 ns 17:18:59.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.158 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.158000000, lastModified=2020-07-27 17:18:59.157078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.157078000 to 2020-07-27 17:18:59.158078000 17:18:59.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.159000000, lastModified=2020-07-27 17:18:59.158078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.159000000, lastModified=2020-07-27 17:18:59.158078000, delta=922000 ns, racy<=2502500 ns 17:18:59.159 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.160000000, lastModified=2020-07-27 17:18:59.159078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.160000000, lastModified=2020-07-27 17:18:59.159078000, delta=922000 ns, racy<=2502500 ns 17:18:59.160 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.161000000, lastModified=2020-07-27 17:18:59.160078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.161000000, lastModified=2020-07-27 17:18:59.160078000, delta=922000 ns, racy<=2502500 ns 17:18:59.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.161 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.161000000, lastModified=2020-07-27 17:18:59.160078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.160078000 to 2020-07-27 17:18:59.161078000 17:18:59.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.162000000, lastModified=2020-07-27 17:18:59.161078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.162000000, lastModified=2020-07-27 17:18:59.161078000, delta=922000 ns, racy<=2502500 ns 17:18:59.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.162 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.162000000, lastModified=2020-07-27 17:18:59.161078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.161078000 to 2020-07-27 17:18:59.162078000 17:18:59.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.163000000, lastModified=2020-07-27 17:18:59.162078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.163000000, lastModified=2020-07-27 17:18:59.162078000, delta=922000 ns, racy<=2502500 ns 17:18:59.163 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.164000000, lastModified=2020-07-27 17:18:59.162078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.162078000 to 2020-07-27 17:18:59.163078000 17:18:59.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.164000000, lastModified=2020-07-27 17:18:59.163078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.164000000, lastModified=2020-07-27 17:18:59.163078000, delta=922000 ns, racy<=2502500 ns 17:18:59.164 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.165000000, lastModified=2020-07-27 17:18:59.164078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.165000000, lastModified=2020-07-27 17:18:59.164078000, delta=922000 ns, racy<=2502500 ns 17:18:59.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.165 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.165000000, lastModified=2020-07-27 17:18:59.164078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.164078000 to 2020-07-27 17:18:59.165078000 17:18:59.166 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.166000000, lastModified=2020-07-27 17:18:59.165078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.165078000 to 2020-07-27 17:18:59.166078000 17:18:59.167 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.167000000, lastModified=2020-07-27 17:18:59.166078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.166078000 to 2020-07-27 17:18:59.167078000 17:18:59.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.168000000, lastModified=2020-07-27 17:18:59.167078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.168000000, lastModified=2020-07-27 17:18:59.167078000, delta=922000 ns, racy<=2502500 ns 17:18:59.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.168 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.168000000, lastModified=2020-07-27 17:18:59.167078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.167078000 to 2020-07-27 17:18:59.168078000 17:18:59.169 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.169000000, lastModified=2020-07-27 17:18:59.168078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.168078000 to 2020-07-27 17:18:59.169078000 17:18:59.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.170000000, lastModified=2020-07-27 17:18:59.169078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.170000000, lastModified=2020-07-27 17:18:59.169078000, delta=922000 ns, racy<=2502500 ns 17:18:59.170 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.171000000, lastModified=2020-07-27 17:18:59.170078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.171000000, lastModified=2020-07-27 17:18:59.170078000, delta=922000 ns, racy<=2502500 ns 17:18:59.171 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.172000000, lastModified=2020-07-27 17:18:59.171078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.172000000, lastModified=2020-07-27 17:18:59.171078000, delta=922000 ns, racy<=2502500 ns 17:18:59.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.172000000, lastModified=2020-07-27 17:18:59.171078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.172000000, lastModified=2020-07-27 17:18:59.171078000, delta=922000 ns, racy<=2502500 ns 17:18:59.172 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.173000000, lastModified=2020-07-27 17:18:59.172078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.173000000, lastModified=2020-07-27 17:18:59.172078000, delta=922000 ns, racy<=2502500 ns 17:18:59.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.173 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.173000000, lastModified=2020-07-27 17:18:59.172078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.172078000 to 2020-07-27 17:18:59.173078000 17:18:59.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.174000000, lastModified=2020-07-27 17:18:59.173078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.174000000, lastModified=2020-07-27 17:18:59.173078000, delta=922000 ns, racy<=2502500 ns 17:18:59.174 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.175 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.175000000, lastModified=2020-07-27 17:18:59.174078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.175000000, lastModified=2020-07-27 17:18:59.174078000, delta=922000 ns, racy<=2502500 ns 17:18:59.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.176000000, lastModified=2020-07-27 17:18:59.175078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.176000000, lastModified=2020-07-27 17:18:59.175078000, delta=922000 ns, racy<=2502500 ns 17:18:59.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.176 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.176000000, lastModified=2020-07-27 17:18:59.175078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.175078000 to 2020-07-27 17:18:59.176078000 17:18:59.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.177000000, lastModified=2020-07-27 17:18:59.176078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.177000000, lastModified=2020-07-27 17:18:59.176078000, delta=922000 ns, racy<=2502500 ns 17:18:59.177 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.178000000, lastModified=2020-07-27 17:18:59.177078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.178000000, lastModified=2020-07-27 17:18:59.177078000, delta=922000 ns, racy<=2502500 ns 17:18:59.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.178 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.178000000, lastModified=2020-07-27 17:18:59.177078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.177078000 to 2020-07-27 17:18:59.178078000 17:18:59.179 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.179000000, lastModified=2020-07-27 17:18:59.178078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.179000000, lastModified=2020-07-27 17:18:59.178078000, delta=922000 ns, racy<=2502500 ns 17:18:59.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.180 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.180000000, lastModified=2020-07-27 17:18:59.179078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.179078000 to 2020-07-27 17:18:59.180078000 17:18:59.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.181000000, lastModified=2020-07-27 17:18:59.180078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.181000000, lastModified=2020-07-27 17:18:59.180078000, delta=922000 ns, racy<=2502500 ns 17:18:59.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.181 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.181000000, lastModified=2020-07-27 17:18:59.180078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.180078000 to 2020-07-27 17:18:59.181078000 17:18:59.182 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.182000000, lastModified=2020-07-27 17:18:59.181078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.181078000 to 2020-07-27 17:18:59.182078000 17:18:59.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.183000000, lastModified=2020-07-27 17:18:59.182078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.183000000, lastModified=2020-07-27 17:18:59.182078000, delta=922000 ns, racy<=2502500 ns 17:18:59.183 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.184000000, lastModified=2020-07-27 17:18:59.183078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.184000000, lastModified=2020-07-27 17:18:59.183078000, delta=922000 ns, racy<=2502500 ns 17:18:59.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.184000000, lastModified=2020-07-27 17:18:59.183078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.184000000, lastModified=2020-07-27 17:18:59.183078000, delta=922000 ns, racy<=2502500 ns 17:18:59.184 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.185000000, lastModified=2020-07-27 17:18:59.184078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.185000000, lastModified=2020-07-27 17:18:59.184078000, delta=922000 ns, racy<=2502500 ns 17:18:59.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.185 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.185000000, lastModified=2020-07-27 17:18:59.184078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.184078000 to 2020-07-27 17:18:59.185078000 17:18:59.186 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.186000000, lastModified=2020-07-27 17:18:59.185078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.185078000 to 2020-07-27 17:18:59.186078000 17:18:59.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.187000000, lastModified=2020-07-27 17:18:59.186078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.187000000, lastModified=2020-07-27 17:18:59.186078000, delta=922000 ns, racy<=2502500 ns 17:18:59.187 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.188000000, lastModified=2020-07-27 17:18:59.187078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.188000000, lastModified=2020-07-27 17:18:59.187078000, delta=922000 ns, racy<=2502500 ns 17:18:59.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.188000000, lastModified=2020-07-27 17:18:59.187078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.188000000, lastModified=2020-07-27 17:18:59.187078000, delta=922000 ns, racy<=2502500 ns 17:18:59.188 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.189000000, lastModified=2020-07-27 17:18:59.188078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.189000000, lastModified=2020-07-27 17:18:59.188078000, delta=922000 ns, racy<=2502500 ns 17:18:59.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.189 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.189000000, lastModified=2020-07-27 17:18:59.188078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.188078000 to 2020-07-27 17:18:59.189078000 17:18:59.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.190000000, lastModified=2020-07-27 17:18:59.189078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.190000000, lastModified=2020-07-27 17:18:59.189078000, delta=922000 ns, racy<=2502500 ns 17:18:59.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.190 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.190000000, lastModified=2020-07-27 17:18:59.189078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.189078000 to 2020-07-27 17:18:59.190078000 17:18:59.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.191000000, lastModified=2020-07-27 17:18:59.190078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.191000000, lastModified=2020-07-27 17:18:59.190078000, delta=922000 ns, racy<=2502500 ns 17:18:59.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.191000000, lastModified=2020-07-27 17:18:59.190078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.191000000, lastModified=2020-07-27 17:18:59.190078000, delta=922000 ns, racy<=2502500 ns 17:18:59.191 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.192000000, lastModified=2020-07-27 17:18:59.191078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.192000000, lastModified=2020-07-27 17:18:59.191078000, delta=922000 ns, racy<=2502500 ns 17:18:59.192 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.193 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.193000000, lastModified=2020-07-27 17:18:59.192078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.193 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.193000000, lastModified=2020-07-27 17:18:59.192078000, delta=922000 ns, racy<=2502500 ns 17:18:59.193 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.193 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.193000000, lastModified=2020-07-27 17:18:59.192078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.193 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.193000000, lastModified=2020-07-27 17:18:59.192078000, delta=922000 ns, racy<=2502500 ns 17:18:59.193 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.194 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.194000000, lastModified=2020-07-27 17:18:59.193078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.194 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.194000000, lastModified=2020-07-27 17:18:59.193078000, delta=922000 ns, racy<=2502500 ns 17:18:59.194 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.195000000, lastModified=2020-07-27 17:18:59.194078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.195000000, lastModified=2020-07-27 17:18:59.194078000, delta=922000 ns, racy<=2502500 ns 17:18:59.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.195 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.195000000, lastModified=2020-07-27 17:18:59.194078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.195000000, lastModified=2020-07-27 17:18:59.194078000, delta=922000 ns, racy<=2502500 ns 17:18:59.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.196000000, lastModified=2020-07-27 17:18:59.195078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.196000000, lastModified=2020-07-27 17:18:59.195078000, delta=922000 ns, racy<=2502500 ns 17:18:59.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.196 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.196000000, lastModified=2020-07-27 17:18:59.195078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.195078000 to 2020-07-27 17:18:59.196078000 17:18:59.197 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.197000000, lastModified=2020-07-27 17:18:59.196078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.198 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.196078000 to 2020-07-27 17:18:59.197078000 17:18:59.198 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.198000000, lastModified=2020-07-27 17:18:59.197078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.198 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.198000000, lastModified=2020-07-27 17:18:59.197078000, delta=922000 ns, racy<=2502500 ns 17:18:59.198 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.199000000, lastModified=2020-07-27 17:18:59.198078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.199000000, lastModified=2020-07-27 17:18:59.198078000, delta=922000 ns, racy<=2502500 ns 17:18:59.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.199 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.199000000, lastModified=2020-07-27 17:18:59.198078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.199000000, lastModified=2020-07-27 17:18:59.198078000, delta=922000 ns, racy<=2502500 ns 17:18:59.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.200000000, lastModified=2020-07-27 17:18:59.199078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.200000000, lastModified=2020-07-27 17:18:59.199078000, delta=922000 ns, racy<=2502500 ns 17:18:59.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.200000000, lastModified=2020-07-27 17:18:59.199078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.200 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.200000000, lastModified=2020-07-27 17:18:59.199078000, delta=922000 ns, racy<=2502500 ns 17:18:59.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.201000000, lastModified=2020-07-27 17:18:59.200078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.201000000, lastModified=2020-07-27 17:18:59.200078000, delta=922000 ns, racy<=2502500 ns 17:18:59.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.201 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.201000000, lastModified=2020-07-27 17:18:59.200078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.202 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.200078000 to 2020-07-27 17:18:59.201078000 17:18:59.202 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.202000000, lastModified=2020-07-27 17:18:59.201078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.202 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.202000000, lastModified=2020-07-27 17:18:59.201078000, delta=922000 ns, racy<=2502500 ns 17:18:59.202 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.203000000, lastModified=2020-07-27 17:18:59.202078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.203000000, lastModified=2020-07-27 17:18:59.202078000, delta=922000 ns, racy<=2502500 ns 17:18:59.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.203000000, lastModified=2020-07-27 17:18:59.202078000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.203000000, lastModified=2020-07-27 17:18:59.202078000, delta=922000 ns, racy<=2502500 ns 17:18:59.203 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.204000000, lastModified=2020-07-27 17:18:59.203079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.204000000, lastModified=2020-07-27 17:18:59.203079000, delta=921000 ns, racy<=2502500 ns 17:18:59.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.204000000, lastModified=2020-07-27 17:18:59.203079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.204000000, lastModified=2020-07-27 17:18:59.203079000, delta=921000 ns, racy<=2502500 ns 17:18:59.204 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.205000000, lastModified=2020-07-27 17:18:59.204079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.205000000, lastModified=2020-07-27 17:18:59.204079000, delta=921000 ns, racy<=2502500 ns 17:18:59.205 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.206000000, lastModified=2020-07-27 17:18:59.205079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.206000000, lastModified=2020-07-27 17:18:59.205079000, delta=921000 ns, racy<=2502500 ns 17:18:59.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.206 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.206000000, lastModified=2020-07-27 17:18:59.205079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.206000000, lastModified=2020-07-27 17:18:59.205079000, delta=921000 ns, racy<=2502500 ns 17:18:59.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.207000000, lastModified=2020-07-27 17:18:59.206079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.207000000, lastModified=2020-07-27 17:18:59.206079000, delta=921000 ns, racy<=2502500 ns 17:18:59.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.207 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.207000000, lastModified=2020-07-27 17:18:59.206079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.206079000 to 2020-07-27 17:18:59.207079000 17:18:59.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.208000000, lastModified=2020-07-27 17:18:59.207079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.208000000, lastModified=2020-07-27 17:18:59.207079000, delta=921000 ns, racy<=2502500 ns 17:18:59.208 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.209000000, lastModified=2020-07-27 17:18:59.207079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.207079000 to 2020-07-27 17:18:59.208079000 17:18:59.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.209000000, lastModified=2020-07-27 17:18:59.208079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.209000000, lastModified=2020-07-27 17:18:59.208079000, delta=921000 ns, racy<=2502500 ns 17:18:59.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.209 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.209000000, lastModified=2020-07-27 17:18:59.208079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.208079000 to 2020-07-27 17:18:59.209079000 17:18:59.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.210000000, lastModified=2020-07-27 17:18:59.209079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.210000000, lastModified=2020-07-27 17:18:59.209079000, delta=921000 ns, racy<=2502500 ns 17:18:59.210 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.211000000, lastModified=2020-07-27 17:18:59.210079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.211000000, lastModified=2020-07-27 17:18:59.210079000, delta=921000 ns, racy<=2502500 ns 17:18:59.211 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.212000000, lastModified=2020-07-27 17:18:59.211079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.212000000, lastModified=2020-07-27 17:18:59.211079000, delta=921000 ns, racy<=2502500 ns 17:18:59.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.212 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.212000000, lastModified=2020-07-27 17:18:59.211079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.212000000, lastModified=2020-07-27 17:18:59.211079000, delta=921000 ns, racy<=2502500 ns 17:18:59.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.213000000, lastModified=2020-07-27 17:18:59.212079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.213000000, lastModified=2020-07-27 17:18:59.212079000, delta=921000 ns, racy<=2502500 ns 17:18:59.213 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.214000000, lastModified=2020-07-27 17:18:59.213079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.214000000, lastModified=2020-07-27 17:18:59.213079000, delta=921000 ns, racy<=2502500 ns 17:18:59.214 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.215000000, lastModified=2020-07-27 17:18:59.214079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.215000000, lastModified=2020-07-27 17:18:59.214079000, delta=921000 ns, racy<=2502500 ns 17:18:59.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.215 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.215000000, lastModified=2020-07-27 17:18:59.214079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.214079000 to 2020-07-27 17:18:59.215079000 17:18:59.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.216000000, lastModified=2020-07-27 17:18:59.215079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.216000000, lastModified=2020-07-27 17:18:59.215079000, delta=921000 ns, racy<=2502500 ns 17:18:59.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.216 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.216000000, lastModified=2020-07-27 17:18:59.215079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.215079000 to 2020-07-27 17:18:59.216079000 17:18:59.217 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.217000000, lastModified=2020-07-27 17:18:59.216079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.216079000 to 2020-07-27 17:18:59.217079000 17:18:59.218 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.218000000, lastModified=2020-07-27 17:18:59.217079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.217079000 to 2020-07-27 17:18:59.218079000 17:18:59.219 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.219000000, lastModified=2020-07-27 17:18:59.218079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.219000000, lastModified=2020-07-27 17:18:59.218079000, delta=921000 ns, racy<=2502500 ns 17:18:59.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.220000000, lastModified=2020-07-27 17:18:59.219079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.220000000, lastModified=2020-07-27 17:18:59.219079000, delta=921000 ns, racy<=2502500 ns 17:18:59.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.220 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.220000000, lastModified=2020-07-27 17:18:59.219079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.219079000 to 2020-07-27 17:18:59.220079000 17:18:59.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.221000000, lastModified=2020-07-27 17:18:59.220079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.221000000, lastModified=2020-07-27 17:18:59.220079000, delta=921000 ns, racy<=2502500 ns 17:18:59.221 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.222000000, lastModified=2020-07-27 17:18:59.221079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.222000000, lastModified=2020-07-27 17:18:59.221079000, delta=921000 ns, racy<=2502500 ns 17:18:59.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.222000000, lastModified=2020-07-27 17:18:59.221079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.222000000, lastModified=2020-07-27 17:18:59.221079000, delta=921000 ns, racy<=2502500 ns 17:18:59.222 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.223000000, lastModified=2020-07-27 17:18:59.222079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.223000000, lastModified=2020-07-27 17:18:59.222079000, delta=921000 ns, racy<=2502500 ns 17:18:59.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.223 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.223000000, lastModified=2020-07-27 17:18:59.222079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.224 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.222079000 to 2020-07-27 17:18:59.223079000 17:18:59.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.225000000, lastModified=2020-07-27 17:18:59.223079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.223079000 to 2020-07-27 17:18:59.224079000 17:18:59.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.225000000, lastModified=2020-07-27 17:18:59.224079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.225000000, lastModified=2020-07-27 17:18:59.224079000, delta=921000 ns, racy<=2502500 ns 17:18:59.225 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.226000000, lastModified=2020-07-27 17:18:59.225079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.226000000, lastModified=2020-07-27 17:18:59.225079000, delta=921000 ns, racy<=2502500 ns 17:18:59.226 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.227000000, lastModified=2020-07-27 17:18:59.226079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.227000000, lastModified=2020-07-27 17:18:59.226079000, delta=921000 ns, racy<=2502500 ns 17:18:59.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.227 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.227000000, lastModified=2020-07-27 17:18:59.226079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.226079000 to 2020-07-27 17:18:59.227079000 17:18:59.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.228000000, lastModified=2020-07-27 17:18:59.227079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.228000000, lastModified=2020-07-27 17:18:59.227079000, delta=921000 ns, racy<=2502500 ns 17:18:59.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.228 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.228000000, lastModified=2020-07-27 17:18:59.227079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.227079000 to 2020-07-27 17:18:59.228079000 17:18:59.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.229000000, lastModified=2020-07-27 17:18:59.228079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.229000000, lastModified=2020-07-27 17:18:59.228079000, delta=921000 ns, racy<=2502500 ns 17:18:59.229 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.230000000, lastModified=2020-07-27 17:18:59.229079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.230000000, lastModified=2020-07-27 17:18:59.229079000, delta=921000 ns, racy<=2502500 ns 17:18:59.230 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.231000000, lastModified=2020-07-27 17:18:59.230079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.231000000, lastModified=2020-07-27 17:18:59.230079000, delta=921000 ns, racy<=2502500 ns 17:18:59.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.231 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.231000000, lastModified=2020-07-27 17:18:59.230079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.230079000 to 2020-07-27 17:18:59.231079000 17:18:59.232 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.232000000, lastModified=2020-07-27 17:18:59.231079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.231079000 to 2020-07-27 17:18:59.232079000 17:18:59.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.233000000, lastModified=2020-07-27 17:18:59.232079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.233000000, lastModified=2020-07-27 17:18:59.232079000, delta=921000 ns, racy<=2502500 ns 17:18:59.233 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.234000000, lastModified=2020-07-27 17:18:59.232079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.234 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.232079000 to 2020-07-27 17:18:59.233079000 17:18:59.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.235000000, lastModified=2020-07-27 17:18:59.234079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.235000000, lastModified=2020-07-27 17:18:59.234079000, delta=921000 ns, racy<=2502500 ns 17:18:59.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.235 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.235000000, lastModified=2020-07-27 17:18:59.234079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.235000000, lastModified=2020-07-27 17:18:59.234079000, delta=921000 ns, racy<=2502500 ns 17:18:59.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.236 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.236000000, lastModified=2020-07-27 17:18:59.235079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.235079000 to 2020-07-27 17:18:59.236079000 17:18:59.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.237000000, lastModified=2020-07-27 17:18:59.236079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.237000000, lastModified=2020-07-27 17:18:59.236079000, delta=921000 ns, racy<=2502500 ns 17:18:59.237 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.238000000, lastModified=2020-07-27 17:18:59.237079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.238000000, lastModified=2020-07-27 17:18:59.237079000, delta=921000 ns, racy<=2502500 ns 17:18:59.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.238000000, lastModified=2020-07-27 17:18:59.237079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.238000000, lastModified=2020-07-27 17:18:59.237079000, delta=921000 ns, racy<=2502500 ns 17:18:59.238 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.239000000, lastModified=2020-07-27 17:18:59.238079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.239000000, lastModified=2020-07-27 17:18:59.238079000, delta=921000 ns, racy<=2502500 ns 17:18:59.239 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.240000000, lastModified=2020-07-27 17:18:59.239079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.240000000, lastModified=2020-07-27 17:18:59.239079000, delta=921000 ns, racy<=2502500 ns 17:18:59.240 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.241000000, lastModified=2020-07-27 17:18:59.240079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.241000000, lastModified=2020-07-27 17:18:59.240079000, delta=921000 ns, racy<=2502500 ns 17:18:59.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.241000000, lastModified=2020-07-27 17:18:59.240079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.241000000, lastModified=2020-07-27 17:18:59.240079000, delta=921000 ns, racy<=2502500 ns 17:18:59.241 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.242000000, lastModified=2020-07-27 17:18:59.241079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.242000000, lastModified=2020-07-27 17:18:59.241079000, delta=921000 ns, racy<=2502500 ns 17:18:59.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.242 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.242000000, lastModified=2020-07-27 17:18:59.241079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.241079000 to 2020-07-27 17:18:59.242079000 17:18:59.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.243000000, lastModified=2020-07-27 17:18:59.242079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.243000000, lastModified=2020-07-27 17:18:59.242079000, delta=921000 ns, racy<=2502500 ns 17:18:59.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.243 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.243000000, lastModified=2020-07-27 17:18:59.242079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.242079000 to 2020-07-27 17:18:59.243079000 17:18:59.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.244000000, lastModified=2020-07-27 17:18:59.243079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.244 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.244000000, lastModified=2020-07-27 17:18:59.243079000, delta=921000 ns, racy<=2502500 ns 17:18:59.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.245000000, lastModified=2020-07-27 17:18:59.244079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.245000000, lastModified=2020-07-27 17:18:59.244079000, delta=921000 ns, racy<=2502500 ns 17:18:59.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.245 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.245000000, lastModified=2020-07-27 17:18:59.244079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.244079000 to 2020-07-27 17:18:59.245079000 17:18:59.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.246000000, lastModified=2020-07-27 17:18:59.245079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.246000000, lastModified=2020-07-27 17:18:59.245079000, delta=921000 ns, racy<=2502500 ns 17:18:59.246 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.247000000, lastModified=2020-07-27 17:18:59.246079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.247000000, lastModified=2020-07-27 17:18:59.246079000, delta=921000 ns, racy<=2502500 ns 17:18:59.247 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.248000000, lastModified=2020-07-27 17:18:59.247079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.248000000, lastModified=2020-07-27 17:18:59.247079000, delta=921000 ns, racy<=2502500 ns 17:18:59.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.248 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.248000000, lastModified=2020-07-27 17:18:59.247079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.247079000 to 2020-07-27 17:18:59.248079000 17:18:59.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.249000000, lastModified=2020-07-27 17:18:59.248079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.249000000, lastModified=2020-07-27 17:18:59.248079000, delta=921000 ns, racy<=2502500 ns 17:18:59.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.249 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.249000000, lastModified=2020-07-27 17:18:59.248079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.248079000 to 2020-07-27 17:18:59.249079000 17:18:59.250 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.250000000, lastModified=2020-07-27 17:18:59.249079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.249079000 to 2020-07-27 17:18:59.250079000 17:18:59.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.251000000, lastModified=2020-07-27 17:18:59.250079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.251000000, lastModified=2020-07-27 17:18:59.250079000, delta=921000 ns, racy<=2502500 ns 17:18:59.251 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.252000000, lastModified=2020-07-27 17:18:59.250079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.250079000 to 2020-07-27 17:18:59.251079000 17:18:59.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.252000000, lastModified=2020-07-27 17:18:59.251079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.252000000, lastModified=2020-07-27 17:18:59.251079000, delta=921000 ns, racy<=2502500 ns 17:18:59.252 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.253000000, lastModified=2020-07-27 17:18:59.252079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.253000000, lastModified=2020-07-27 17:18:59.252079000, delta=921000 ns, racy<=2502500 ns 17:18:59.253 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.254000000, lastModified=2020-07-27 17:18:59.253079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.254000000, lastModified=2020-07-27 17:18:59.253079000, delta=921000 ns, racy<=2502500 ns 17:18:59.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.254 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.254000000, lastModified=2020-07-27 17:18:59.253079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.253079000 to 2020-07-27 17:18:59.254079000 17:18:59.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.255000000, lastModified=2020-07-27 17:18:59.254079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.255000000, lastModified=2020-07-27 17:18:59.254079000, delta=921000 ns, racy<=2502500 ns 17:18:59.255 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.256000000, lastModified=2020-07-27 17:18:59.255079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.256000000, lastModified=2020-07-27 17:18:59.255079000, delta=921000 ns, racy<=2502500 ns 17:18:59.256 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.257000000, lastModified=2020-07-27 17:18:59.255079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.255079000 to 2020-07-27 17:18:59.256079000 17:18:59.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.257000000, lastModified=2020-07-27 17:18:59.256079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.257000000, lastModified=2020-07-27 17:18:59.256079000, delta=921000 ns, racy<=2502500 ns 17:18:59.257 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.258000000, lastModified=2020-07-27 17:18:59.257079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.258000000, lastModified=2020-07-27 17:18:59.257079000, delta=921000 ns, racy<=2502500 ns 17:18:59.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.258000000, lastModified=2020-07-27 17:18:59.257079000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.258000000, lastModified=2020-07-27 17:18:59.257079000, delta=921000 ns, racy<=2502500 ns 17:18:59.258 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.259000000, lastModified=2020-07-27 17:18:59.258080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.259000000, lastModified=2020-07-27 17:18:59.258080000, delta=920000 ns, racy<=2502500 ns 17:18:59.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.259 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.259000000, lastModified=2020-07-27 17:18:59.258080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.259000000, lastModified=2020-07-27 17:18:59.258080000, delta=920000 ns, racy<=2502500 ns 17:18:59.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.260000000, lastModified=2020-07-27 17:18:59.259080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.260000000, lastModified=2020-07-27 17:18:59.259080000, delta=920000 ns, racy<=2502500 ns 17:18:59.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.260 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.260000000, lastModified=2020-07-27 17:18:59.259080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.259080000 to 2020-07-27 17:18:59.260080000 17:18:59.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.261000000, lastModified=2020-07-27 17:18:59.260080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.261000000, lastModified=2020-07-27 17:18:59.260080000, delta=920000 ns, racy<=2502500 ns 17:18:59.261 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.262000000, lastModified=2020-07-27 17:18:59.260080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.260080000 to 2020-07-27 17:18:59.261080000 17:18:59.262 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.262000000, lastModified=2020-07-27 17:18:59.261080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.262000000, lastModified=2020-07-27 17:18:59.261080000, delta=920000 ns, racy<=2502500 ns 17:18:59.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.263000000, lastModified=2020-07-27 17:18:59.262080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.263000000, lastModified=2020-07-27 17:18:59.262080000, delta=920000 ns, racy<=2502500 ns 17:18:59.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.263 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.263000000, lastModified=2020-07-27 17:18:59.262080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.263000000, lastModified=2020-07-27 17:18:59.262080000, delta=920000 ns, racy<=2502500 ns 17:18:59.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.264000000, lastModified=2020-07-27 17:18:59.263080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.264000000, lastModified=2020-07-27 17:18:59.263080000, delta=920000 ns, racy<=2502500 ns 17:18:59.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.264 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.264000000, lastModified=2020-07-27 17:18:59.263080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.263080000 to 2020-07-27 17:18:59.264080000 17:18:59.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.265000000, lastModified=2020-07-27 17:18:59.264080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.265000000, lastModified=2020-07-27 17:18:59.264080000, delta=920000 ns, racy<=2502500 ns 17:18:59.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.265 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.265000000, lastModified=2020-07-27 17:18:59.264080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.264080000 to 2020-07-27 17:18:59.265080000 17:18:59.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.266000000, lastModified=2020-07-27 17:18:59.265080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.266000000, lastModified=2020-07-27 17:18:59.265080000, delta=920000 ns, racy<=2502500 ns 17:18:59.266 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.267000000, lastModified=2020-07-27 17:18:59.265080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.265080000 to 2020-07-27 17:18:59.266080000 17:18:59.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.267000000, lastModified=2020-07-27 17:18:59.266080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.267000000, lastModified=2020-07-27 17:18:59.266080000, delta=920000 ns, racy<=2502500 ns 17:18:59.267 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.268000000, lastModified=2020-07-27 17:18:59.267080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.268000000, lastModified=2020-07-27 17:18:59.267080000, delta=920000 ns, racy<=2502500 ns 17:18:59.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.268 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.268000000, lastModified=2020-07-27 17:18:59.267080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.267080000 to 2020-07-27 17:18:59.268080000 17:18:59.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.269000000, lastModified=2020-07-27 17:18:59.268080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.269000000, lastModified=2020-07-27 17:18:59.268080000, delta=920000 ns, racy<=2502500 ns 17:18:59.269 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.270000000, lastModified=2020-07-27 17:18:59.269080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.270000000, lastModified=2020-07-27 17:18:59.269080000, delta=920000 ns, racy<=2502500 ns 17:18:59.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.270000000, lastModified=2020-07-27 17:18:59.269080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.270000000, lastModified=2020-07-27 17:18:59.269080000, delta=920000 ns, racy<=2502500 ns 17:18:59.270 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.271000000, lastModified=2020-07-27 17:18:59.270080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.271000000, lastModified=2020-07-27 17:18:59.270080000, delta=920000 ns, racy<=2502500 ns 17:18:59.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.271000000, lastModified=2020-07-27 17:18:59.270080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.271000000, lastModified=2020-07-27 17:18:59.270080000, delta=920000 ns, racy<=2502500 ns 17:18:59.271 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.273000000, lastModified=2020-07-27 17:18:59.271080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.271080000 to 2020-07-27 17:18:59.272080000 17:18:59.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.273000000, lastModified=2020-07-27 17:18:59.272080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.273000000, lastModified=2020-07-27 17:18:59.272080000, delta=920000 ns, racy<=2502500 ns 17:18:59.273 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.274000000, lastModified=2020-07-27 17:18:59.273080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.274000000, lastModified=2020-07-27 17:18:59.273080000, delta=920000 ns, racy<=2502500 ns 17:18:59.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.274 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.274000000, lastModified=2020-07-27 17:18:59.273080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.273080000 to 2020-07-27 17:18:59.274080000 17:18:59.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.275000000, lastModified=2020-07-27 17:18:59.274080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.275000000, lastModified=2020-07-27 17:18:59.274080000, delta=920000 ns, racy<=2502500 ns 17:18:59.275 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.276000000, lastModified=2020-07-27 17:18:59.274080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.274080000 to 2020-07-27 17:18:59.275080000 17:18:59.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.276000000, lastModified=2020-07-27 17:18:59.275080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.276000000, lastModified=2020-07-27 17:18:59.275080000, delta=920000 ns, racy<=2502500 ns 17:18:59.276 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.277000000, lastModified=2020-07-27 17:18:59.276080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.277000000, lastModified=2020-07-27 17:18:59.276080000, delta=920000 ns, racy<=2502500 ns 17:18:59.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.277000000, lastModified=2020-07-27 17:18:59.276080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.277000000, lastModified=2020-07-27 17:18:59.276080000, delta=920000 ns, racy<=2502500 ns 17:18:59.277 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.278000000, lastModified=2020-07-27 17:18:59.277080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.278000000, lastModified=2020-07-27 17:18:59.277080000, delta=920000 ns, racy<=2502500 ns 17:18:59.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.278000000, lastModified=2020-07-27 17:18:59.277080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.278000000, lastModified=2020-07-27 17:18:59.277080000, delta=920000 ns, racy<=2502500 ns 17:18:59.278 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.279000000, lastModified=2020-07-27 17:18:59.278080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.279000000, lastModified=2020-07-27 17:18:59.278080000, delta=920000 ns, racy<=2502500 ns 17:18:59.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.279 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.279000000, lastModified=2020-07-27 17:18:59.278080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.278080000 to 2020-07-27 17:18:59.279080000 17:18:59.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.280000000, lastModified=2020-07-27 17:18:59.279080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.280000000, lastModified=2020-07-27 17:18:59.279080000, delta=920000 ns, racy<=2502500 ns 17:18:59.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.280 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.280000000, lastModified=2020-07-27 17:18:59.279080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.281 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.279080000 to 2020-07-27 17:18:59.280080000 17:18:59.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.282000000, lastModified=2020-07-27 17:18:59.281080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.282000000, lastModified=2020-07-27 17:18:59.281080000, delta=920000 ns, racy<=2502500 ns 17:18:59.282 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.283000000, lastModified=2020-07-27 17:18:59.282080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.283000000, lastModified=2020-07-27 17:18:59.282080000, delta=920000 ns, racy<=2502500 ns 17:18:59.283 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.284000000, lastModified=2020-07-27 17:18:59.282080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.282080000 to 2020-07-27 17:18:59.283080000 17:18:59.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.284000000, lastModified=2020-07-27 17:18:59.283080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.284 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.284000000, lastModified=2020-07-27 17:18:59.283080000, delta=920000 ns, racy<=2502500 ns 17:18:59.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.285000000, lastModified=2020-07-27 17:18:59.284080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.285000000, lastModified=2020-07-27 17:18:59.284080000, delta=920000 ns, racy<=2502500 ns 17:18:59.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.285 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.285000000, lastModified=2020-07-27 17:18:59.284080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.284080000 to 2020-07-27 17:18:59.285080000 17:18:59.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.286000000, lastModified=2020-07-27 17:18:59.285080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.286000000, lastModified=2020-07-27 17:18:59.285080000, delta=920000 ns, racy<=2502500 ns 17:18:59.286 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.287000000, lastModified=2020-07-27 17:18:59.286080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.287000000, lastModified=2020-07-27 17:18:59.286080000, delta=920000 ns, racy<=2502500 ns 17:18:59.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.287 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.287000000, lastModified=2020-07-27 17:18:59.286080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.286080000 to 2020-07-27 17:18:59.287080000 17:18:59.288 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.288000000, lastModified=2020-07-27 17:18:59.287080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.287080000 to 2020-07-27 17:18:59.288080000 17:18:59.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.289000000, lastModified=2020-07-27 17:18:59.288080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.289 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.289000000, lastModified=2020-07-27 17:18:59.288080000, delta=920000 ns, racy<=2502500 ns 17:18:59.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.290000000, lastModified=2020-07-27 17:18:59.289080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.290000000, lastModified=2020-07-27 17:18:59.289080000, delta=920000 ns, racy<=2502500 ns 17:18:59.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.290 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.290000000, lastModified=2020-07-27 17:18:59.289080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.289080000 to 2020-07-27 17:18:59.290080000 17:18:59.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.291000000, lastModified=2020-07-27 17:18:59.290080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.291000000, lastModified=2020-07-27 17:18:59.290080000, delta=920000 ns, racy<=2502500 ns 17:18:59.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.291 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.291000000, lastModified=2020-07-27 17:18:59.290080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.290080000 to 2020-07-27 17:18:59.291080000 17:18:59.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.292000000, lastModified=2020-07-27 17:18:59.291080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.292000000, lastModified=2020-07-27 17:18:59.291080000, delta=920000 ns, racy<=2502500 ns 17:18:59.292 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.293000000, lastModified=2020-07-27 17:18:59.291080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.291080000 to 2020-07-27 17:18:59.292080000 17:18:59.293 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.293000000, lastModified=2020-07-27 17:18:59.292080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.292080000 to 2020-07-27 17:18:59.293080000 17:18:59.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.294000000, lastModified=2020-07-27 17:18:59.293080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.294000000, lastModified=2020-07-27 17:18:59.293080000, delta=920000 ns, racy<=2502500 ns 17:18:59.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.294 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.294000000, lastModified=2020-07-27 17:18:59.293080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.293080000 to 2020-07-27 17:18:59.294080000 17:18:59.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.295000000, lastModified=2020-07-27 17:18:59.294080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.295000000, lastModified=2020-07-27 17:18:59.294080000, delta=920000 ns, racy<=2502500 ns 17:18:59.295 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.296 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.296000000, lastModified=2020-07-27 17:18:59.294080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.296 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.294080000 to 2020-07-27 17:18:59.295080000 17:18:59.297 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.297000000, lastModified=2020-07-27 17:18:59.296080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.297 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.297000000, lastModified=2020-07-27 17:18:59.296080000, delta=920000 ns, racy<=2502500 ns 17:18:59.297 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.297 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.297000000, lastModified=2020-07-27 17:18:59.296080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.298 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.296080000 to 2020-07-27 17:18:59.297080000 17:18:59.298 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.298000000, lastModified=2020-07-27 17:18:59.297080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.298 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.298000000, lastModified=2020-07-27 17:18:59.297080000, delta=920000 ns, racy<=2502500 ns 17:18:59.298 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.298 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.298000000, lastModified=2020-07-27 17:18:59.297080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.299 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.297080000 to 2020-07-27 17:18:59.298080000 17:18:59.299 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.299000000, lastModified=2020-07-27 17:18:59.298080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.299 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.299000000, lastModified=2020-07-27 17:18:59.298080000, delta=920000 ns, racy<=2502500 ns 17:18:59.299 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.299000000, lastModified=2020-07-27 17:18:59.298080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.298080000 to 2020-07-27 17:18:59.299080000 17:18:59.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.300000000, lastModified=2020-07-27 17:18:59.299080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.300000000, lastModified=2020-07-27 17:18:59.299080000, delta=920000 ns, racy<=2502500 ns 17:18:59.300 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.301000000, lastModified=2020-07-27 17:18:59.299080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.299080000 to 2020-07-27 17:18:59.300080000 17:18:59.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.301000000, lastModified=2020-07-27 17:18:59.300080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.301000000, lastModified=2020-07-27 17:18:59.300080000, delta=920000 ns, racy<=2502500 ns 17:18:59.301 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.302000000, lastModified=2020-07-27 17:18:59.301080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.302000000, lastModified=2020-07-27 17:18:59.301080000, delta=920000 ns, racy<=2502500 ns 17:18:59.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.302 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.302000000, lastModified=2020-07-27 17:18:59.301080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.301080000 to 2020-07-27 17:18:59.302080000 17:18:59.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.303000000, lastModified=2020-07-27 17:18:59.302080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.303000000, lastModified=2020-07-27 17:18:59.302080000, delta=920000 ns, racy<=2502500 ns 17:18:59.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.303 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.303000000, lastModified=2020-07-27 17:18:59.302080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.302080000 to 2020-07-27 17:18:59.303080000 17:18:59.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.304000000, lastModified=2020-07-27 17:18:59.303080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.304000000, lastModified=2020-07-27 17:18:59.303080000, delta=920000 ns, racy<=2502500 ns 17:18:59.304 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.305000000, lastModified=2020-07-27 17:18:59.304080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.305000000, lastModified=2020-07-27 17:18:59.304080000, delta=920000 ns, racy<=2502500 ns 17:18:59.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.305 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.305000000, lastModified=2020-07-27 17:18:59.304080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.304080000 to 2020-07-27 17:18:59.305080000 17:18:59.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.306000000, lastModified=2020-07-27 17:18:59.305080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.306000000, lastModified=2020-07-27 17:18:59.305080000, delta=920000 ns, racy<=2502500 ns 17:18:59.306 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.307000000, lastModified=2020-07-27 17:18:59.305080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.305080000 to 2020-07-27 17:18:59.306080000 17:18:59.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.307000000, lastModified=2020-07-27 17:18:59.306080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.307000000, lastModified=2020-07-27 17:18:59.306080000, delta=920000 ns, racy<=2502500 ns 17:18:59.307 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.308000000, lastModified=2020-07-27 17:18:59.307080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.308000000, lastModified=2020-07-27 17:18:59.307080000, delta=920000 ns, racy<=2502500 ns 17:18:59.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.308000000, lastModified=2020-07-27 17:18:59.307080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.308000000, lastModified=2020-07-27 17:18:59.307080000, delta=920000 ns, racy<=2502500 ns 17:18:59.308 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.309000000, lastModified=2020-07-27 17:18:59.308080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.309000000, lastModified=2020-07-27 17:18:59.308080000, delta=920000 ns, racy<=2502500 ns 17:18:59.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.309 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.309000000, lastModified=2020-07-27 17:18:59.308080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.308080000 to 2020-07-27 17:18:59.309080000 17:18:59.310 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.310000000, lastModified=2020-07-27 17:18:59.309080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.309080000 to 2020-07-27 17:18:59.310080000 17:18:59.311 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.311000000, lastModified=2020-07-27 17:18:59.310080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.310080000 to 2020-07-27 17:18:59.311080000 17:18:59.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.312000000, lastModified=2020-07-27 17:18:59.311080000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.312000000, lastModified=2020-07-27 17:18:59.311080000, delta=920000 ns, racy<=2502500 ns 17:18:59.312 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.313000000, lastModified=2020-07-27 17:18:59.312081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.313000000, lastModified=2020-07-27 17:18:59.312081000, delta=919000 ns, racy<=2502500 ns 17:18:59.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.313 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.313000000, lastModified=2020-07-27 17:18:59.312081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.313000000, lastModified=2020-07-27 17:18:59.312081000, delta=919000 ns, racy<=2502500 ns 17:18:59.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.314000000, lastModified=2020-07-27 17:18:59.313081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.314000000, lastModified=2020-07-27 17:18:59.313081000, delta=919000 ns, racy<=2502500 ns 17:18:59.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.314 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.314000000, lastModified=2020-07-27 17:18:59.313081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.313081000 to 2020-07-27 17:18:59.314081000 17:18:59.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.315000000, lastModified=2020-07-27 17:18:59.314081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.315000000, lastModified=2020-07-27 17:18:59.314081000, delta=919000 ns, racy<=2502500 ns 17:18:59.315 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.316000000, lastModified=2020-07-27 17:18:59.314081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.314081000 to 2020-07-27 17:18:59.315081000 17:18:59.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.316000000, lastModified=2020-07-27 17:18:59.315081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.316000000, lastModified=2020-07-27 17:18:59.315081000, delta=919000 ns, racy<=2502500 ns 17:18:59.316 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.317000000, lastModified=2020-07-27 17:18:59.316081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.317000000, lastModified=2020-07-27 17:18:59.316081000, delta=919000 ns, racy<=2502500 ns 17:18:59.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.317000000, lastModified=2020-07-27 17:18:59.316081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.317000000, lastModified=2020-07-27 17:18:59.316081000, delta=919000 ns, racy<=2502500 ns 17:18:59.317 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.318000000, lastModified=2020-07-27 17:18:59.317081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.318000000, lastModified=2020-07-27 17:18:59.317081000, delta=919000 ns, racy<=2502500 ns 17:18:59.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.318 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.318000000, lastModified=2020-07-27 17:18:59.317081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.318000000, lastModified=2020-07-27 17:18:59.317081000, delta=919000 ns, racy<=2502500 ns 17:18:59.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.319000000, lastModified=2020-07-27 17:18:59.318081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.319000000, lastModified=2020-07-27 17:18:59.318081000, delta=919000 ns, racy<=2502500 ns 17:18:59.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.319 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.319000000, lastModified=2020-07-27 17:18:59.318081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.320 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.318081000 to 2020-07-27 17:18:59.319081000 17:18:59.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.321000000, lastModified=2020-07-27 17:18:59.320081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.321000000, lastModified=2020-07-27 17:18:59.320081000, delta=919000 ns, racy<=2502500 ns 17:18:59.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.321 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.321000000, lastModified=2020-07-27 17:18:59.320081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.320081000 to 2020-07-27 17:18:59.321081000 17:18:59.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.322000000, lastModified=2020-07-27 17:18:59.321081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.322000000, lastModified=2020-07-27 17:18:59.321081000, delta=919000 ns, racy<=2502500 ns 17:18:59.322 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.323000000, lastModified=2020-07-27 17:18:59.322081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.323000000, lastModified=2020-07-27 17:18:59.322081000, delta=919000 ns, racy<=2502500 ns 17:18:59.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.323 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.323000000, lastModified=2020-07-27 17:18:59.322081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.322081000 to 2020-07-27 17:18:59.323081000 17:18:59.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.324000000, lastModified=2020-07-27 17:18:59.323081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.324000000, lastModified=2020-07-27 17:18:59.323081000, delta=919000 ns, racy<=2502500 ns 17:18:59.324 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.325000000, lastModified=2020-07-27 17:18:59.324081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.325000000, lastModified=2020-07-27 17:18:59.324081000, delta=919000 ns, racy<=2502500 ns 17:18:59.325 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.326000000, lastModified=2020-07-27 17:18:59.325081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.326000000, lastModified=2020-07-27 17:18:59.325081000, delta=919000 ns, racy<=2502500 ns 17:18:59.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.326 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.326000000, lastModified=2020-07-27 17:18:59.325081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.325081000 to 2020-07-27 17:18:59.326081000 17:18:59.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.327000000, lastModified=2020-07-27 17:18:59.326081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.327000000, lastModified=2020-07-27 17:18:59.326081000, delta=919000 ns, racy<=2502500 ns 17:18:59.327 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.327000000, lastModified=2020-07-27 17:18:59.326081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.326081000 to 2020-07-27 17:18:59.327081000 17:18:59.328 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.328000000, lastModified=2020-07-27 17:18:59.327081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.327081000 to 2020-07-27 17:18:59.328081000 17:18:59.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.329000000, lastModified=2020-07-27 17:18:59.328081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.329000000, lastModified=2020-07-27 17:18:59.328081000, delta=919000 ns, racy<=2502500 ns 17:18:59.329 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.330000000, lastModified=2020-07-27 17:18:59.329081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.330000000, lastModified=2020-07-27 17:18:59.329081000, delta=919000 ns, racy<=2502500 ns 17:18:59.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.330 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.330000000, lastModified=2020-07-27 17:18:59.329081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.330000000, lastModified=2020-07-27 17:18:59.329081000, delta=919000 ns, racy<=2502500 ns 17:18:59.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.331000000, lastModified=2020-07-27 17:18:59.330081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.331000000, lastModified=2020-07-27 17:18:59.330081000, delta=919000 ns, racy<=2502500 ns 17:18:59.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.331 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.331000000, lastModified=2020-07-27 17:18:59.330081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.330081000 to 2020-07-27 17:18:59.331081000 17:18:59.332 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.332000000, lastModified=2020-07-27 17:18:59.331081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.331081000 to 2020-07-27 17:18:59.332081000 17:18:59.333 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.333000000, lastModified=2020-07-27 17:18:59.332081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.332081000 to 2020-07-27 17:18:59.333081000 17:18:59.334 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.334000000, lastModified=2020-07-27 17:18:59.333081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.335 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.333081000 to 2020-07-27 17:18:59.334081000 17:18:59.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.336000000, lastModified=2020-07-27 17:18:59.335081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.336000000, lastModified=2020-07-27 17:18:59.335081000, delta=919000 ns, racy<=2502500 ns 17:18:59.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.336 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.336000000, lastModified=2020-07-27 17:18:59.335081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.336000000, lastModified=2020-07-27 17:18:59.335081000, delta=919000 ns, racy<=2502500 ns 17:18:59.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.337000000, lastModified=2020-07-27 17:18:59.336081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.337000000, lastModified=2020-07-27 17:18:59.336081000, delta=919000 ns, racy<=2502500 ns 17:18:59.337 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.338000000, lastModified=2020-07-27 17:18:59.337081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.338000000, lastModified=2020-07-27 17:18:59.337081000, delta=919000 ns, racy<=2502500 ns 17:18:59.338 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.339 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.339000000, lastModified=2020-07-27 17:18:59.338081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.338081000 to 2020-07-27 17:18:59.339081000 17:18:59.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.340000000, lastModified=2020-07-27 17:18:59.339081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.340000000, lastModified=2020-07-27 17:18:59.339081000, delta=919000 ns, racy<=2502500 ns 17:18:59.340 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.341000000, lastModified=2020-07-27 17:18:59.340081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.341000000, lastModified=2020-07-27 17:18:59.340081000, delta=919000 ns, racy<=2502500 ns 17:18:59.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.341 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.341000000, lastModified=2020-07-27 17:18:59.340081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.341000000, lastModified=2020-07-27 17:18:59.340081000, delta=919000 ns, racy<=2502500 ns 17:18:59.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.342 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.342000000, lastModified=2020-07-27 17:18:59.341081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.341081000 to 2020-07-27 17:18:59.342081000 17:18:59.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.343000000, lastModified=2020-07-27 17:18:59.342081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.343000000, lastModified=2020-07-27 17:18:59.342081000, delta=919000 ns, racy<=2502500 ns 17:18:59.343 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.344000000, lastModified=2020-07-27 17:18:59.343081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.344000000, lastModified=2020-07-27 17:18:59.343081000, delta=919000 ns, racy<=2502500 ns 17:18:59.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.344 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.344000000, lastModified=2020-07-27 17:18:59.343081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.343081000 to 2020-07-27 17:18:59.344081000 17:18:59.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.345000000, lastModified=2020-07-27 17:18:59.344081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.345000000, lastModified=2020-07-27 17:18:59.344081000, delta=919000 ns, racy<=2502500 ns 17:18:59.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.345 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.345000000, lastModified=2020-07-27 17:18:59.344081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.344081000 to 2020-07-27 17:18:59.345081000 17:18:59.346 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.346000000, lastModified=2020-07-27 17:18:59.345081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.346000000, lastModified=2020-07-27 17:18:59.345081000, delta=919000 ns, racy<=2502500 ns 17:18:59.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.347000000, lastModified=2020-07-27 17:18:59.346081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.347000000, lastModified=2020-07-27 17:18:59.346081000, delta=919000 ns, racy<=2502500 ns 17:18:59.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.347 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.347000000, lastModified=2020-07-27 17:18:59.346081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.348 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.346081000 to 2020-07-27 17:18:59.347081000 17:18:59.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.349000000, lastModified=2020-07-27 17:18:59.347081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.347081000 to 2020-07-27 17:18:59.348081000 17:18:59.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.349000000, lastModified=2020-07-27 17:18:59.348081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.349000000, lastModified=2020-07-27 17:18:59.348081000, delta=919000 ns, racy<=2502500 ns 17:18:59.349 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.350000000, lastModified=2020-07-27 17:18:59.349081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.350000000, lastModified=2020-07-27 17:18:59.349081000, delta=919000 ns, racy<=2502500 ns 17:18:59.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.350 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.350000000, lastModified=2020-07-27 17:18:59.349081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.349081000 to 2020-07-27 17:18:59.350081000 17:18:59.351 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.351000000, lastModified=2020-07-27 17:18:59.350081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.350081000 to 2020-07-27 17:18:59.351081000 17:18:59.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.352000000, lastModified=2020-07-27 17:18:59.351081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.352000000, lastModified=2020-07-27 17:18:59.351081000, delta=919000 ns, racy<=2502500 ns 17:18:59.352 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.353000000, lastModified=2020-07-27 17:18:59.351081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.351081000 to 2020-07-27 17:18:59.352081000 17:18:59.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.353000000, lastModified=2020-07-27 17:18:59.352081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.353000000, lastModified=2020-07-27 17:18:59.352081000, delta=919000 ns, racy<=2502500 ns 17:18:59.353 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.354 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.354000000, lastModified=2020-07-27 17:18:59.353081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.355 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.353081000 to 2020-07-27 17:18:59.354081000 17:18:59.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.356000000, lastModified=2020-07-27 17:18:59.355081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.356000000, lastModified=2020-07-27 17:18:59.355081000, delta=919000 ns, racy<=2502500 ns 17:18:59.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.356 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.356000000, lastModified=2020-07-27 17:18:59.355081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.356000000, lastModified=2020-07-27 17:18:59.355081000, delta=919000 ns, racy<=2502500 ns 17:18:59.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.357000000, lastModified=2020-07-27 17:18:59.356081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.357000000, lastModified=2020-07-27 17:18:59.356081000, delta=919000 ns, racy<=2502500 ns 17:18:59.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.357 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.357000000, lastModified=2020-07-27 17:18:59.356081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.356081000 to 2020-07-27 17:18:59.357081000 17:18:59.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.358000000, lastModified=2020-07-27 17:18:59.357081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.358000000, lastModified=2020-07-27 17:18:59.357081000, delta=919000 ns, racy<=2502500 ns 17:18:59.358 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.358000000, lastModified=2020-07-27 17:18:59.357081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.357081000 to 2020-07-27 17:18:59.358081000 17:18:59.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.359000000, lastModified=2020-07-27 17:18:59.358081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.359000000, lastModified=2020-07-27 17:18:59.358081000, delta=919000 ns, racy<=2502500 ns 17:18:59.359 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.360000000, lastModified=2020-07-27 17:18:59.358081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.358081000 to 2020-07-27 17:18:59.359081000 17:18:59.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.360000000, lastModified=2020-07-27 17:18:59.359081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.360000000, lastModified=2020-07-27 17:18:59.359081000, delta=919000 ns, racy<=2502500 ns 17:18:59.360 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.361 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.361000000, lastModified=2020-07-27 17:18:59.360081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.361000000, lastModified=2020-07-27 17:18:59.360081000, delta=919000 ns, racy<=2502500 ns 17:18:59.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.362000000, lastModified=2020-07-27 17:18:59.361081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.362000000, lastModified=2020-07-27 17:18:59.361081000, delta=919000 ns, racy<=2502500 ns 17:18:59.362 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.363000000, lastModified=2020-07-27 17:18:59.361081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.361081000 to 2020-07-27 17:18:59.362081000 17:18:59.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.363000000, lastModified=2020-07-27 17:18:59.362081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.363000000, lastModified=2020-07-27 17:18:59.362081000, delta=919000 ns, racy<=2502500 ns 17:18:59.363 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.364000000, lastModified=2020-07-27 17:18:59.363081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.364000000, lastModified=2020-07-27 17:18:59.363081000, delta=919000 ns, racy<=2502500 ns 17:18:59.364 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.365000000, lastModified=2020-07-27 17:18:59.364081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.365000000, lastModified=2020-07-27 17:18:59.364081000, delta=919000 ns, racy<=2502500 ns 17:18:59.365 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.366000000, lastModified=2020-07-27 17:18:59.365081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.366000000, lastModified=2020-07-27 17:18:59.365081000, delta=919000 ns, racy<=2502500 ns 17:18:59.366 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.367000000, lastModified=2020-07-27 17:18:59.365081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.365081000 to 2020-07-27 17:18:59.366081000 17:18:59.367 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.367000000, lastModified=2020-07-27 17:18:59.366081000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.367000000, lastModified=2020-07-27 17:18:59.366081000, delta=919000 ns, racy<=2502500 ns 17:18:59.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.368 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.368000000, lastModified=2020-07-27 17:18:59.367082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.367082000 to 2020-07-27 17:18:59.368082000 17:18:59.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.369000000, lastModified=2020-07-27 17:18:59.368082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.369000000, lastModified=2020-07-27 17:18:59.368082000, delta=918000 ns, racy<=2502500 ns 17:18:59.369 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.370000000, lastModified=2020-07-27 17:18:59.369082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.370000000, lastModified=2020-07-27 17:18:59.369082000, delta=918000 ns, racy<=2502500 ns 17:18:59.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.370 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.370000000, lastModified=2020-07-27 17:18:59.369082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.371 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.369082000 to 2020-07-27 17:18:59.370082000 17:18:59.371 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.371000000, lastModified=2020-07-27 17:18:59.370082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.372 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.370082000 to 2020-07-27 17:18:59.371082000 17:18:59.372 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.372000000, lastModified=2020-07-27 17:18:59.371082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.373 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.371082000 to 2020-07-27 17:18:59.372082000 17:18:59.373 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.373000000, lastModified=2020-07-27 17:18:59.372082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.372082000 to 2020-07-27 17:18:59.373082000 17:18:59.374 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.374000000, lastModified=2020-07-27 17:18:59.373082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.375 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.373082000 to 2020-07-27 17:18:59.374082000 17:18:59.375 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.375000000, lastModified=2020-07-27 17:18:59.374082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.375 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.375000000, lastModified=2020-07-27 17:18:59.374082000, delta=918000 ns, racy<=2502500 ns 17:18:59.375 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.377 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.377000000, lastModified=2020-07-27 17:18:59.375082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.377 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.375082000 to 2020-07-27 17:18:59.376082000 17:18:59.377 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.377000000, lastModified=2020-07-27 17:18:59.376082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.376082000 to 2020-07-27 17:18:59.377082000 17:18:59.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.378000000, lastModified=2020-07-27 17:18:59.377082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.378000000, lastModified=2020-07-27 17:18:59.377082000, delta=918000 ns, racy<=2502500 ns 17:18:59.378 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.379 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.379000000, lastModified=2020-07-27 17:18:59.378082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.379 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.379000000, lastModified=2020-07-27 17:18:59.378082000, delta=918000 ns, racy<=2502500 ns 17:18:59.379 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.379 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.379000000, lastModified=2020-07-27 17:18:59.378082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.378082000 to 2020-07-27 17:18:59.379082000 17:18:59.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.380000000, lastModified=2020-07-27 17:18:59.379082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.380000000, lastModified=2020-07-27 17:18:59.379082000, delta=918000 ns, racy<=2502500 ns 17:18:59.380 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.381 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.381000000, lastModified=2020-07-27 17:18:59.379082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.381 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.379082000 to 2020-07-27 17:18:59.380082000 17:18:59.381 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.381000000, lastModified=2020-07-27 17:18:59.380082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.382 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.381000000, lastModified=2020-07-27 17:18:59.380082000, delta=918000 ns, racy<=2502500 ns 17:18:59.382 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.382 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.382000000, lastModified=2020-07-27 17:18:59.381082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.383 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.381082000 to 2020-07-27 17:18:59.382082000 17:18:59.383 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.383000000, lastModified=2020-07-27 17:18:59.382082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.382082000 to 2020-07-27 17:18:59.383082000 17:18:59.384 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.384000000, lastModified=2020-07-27 17:18:59.383082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.385 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.383082000 to 2020-07-27 17:18:59.384082000 17:18:59.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.386000000, lastModified=2020-07-27 17:18:59.385082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.386000000, lastModified=2020-07-27 17:18:59.385082000, delta=918000 ns, racy<=2502500 ns 17:18:59.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.386 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.386000000, lastModified=2020-07-27 17:18:59.385082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.385082000 to 2020-07-27 17:18:59.386082000 17:18:59.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.387000000, lastModified=2020-07-27 17:18:59.386082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.387000000, lastModified=2020-07-27 17:18:59.386082000, delta=918000 ns, racy<=2502500 ns 17:18:59.387 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.388000000, lastModified=2020-07-27 17:18:59.387082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.388000000, lastModified=2020-07-27 17:18:59.387082000, delta=918000 ns, racy<=2502500 ns 17:18:59.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.388 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.388000000, lastModified=2020-07-27 17:18:59.387082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.388000000, lastModified=2020-07-27 17:18:59.387082000, delta=918000 ns, racy<=2502500 ns 17:18:59.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.389000000, lastModified=2020-07-27 17:18:59.388082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.389000000, lastModified=2020-07-27 17:18:59.388082000, delta=918000 ns, racy<=2502500 ns 17:18:59.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.389 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.389000000, lastModified=2020-07-27 17:18:59.388082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.390 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.388082000 to 2020-07-27 17:18:59.389082000 17:18:59.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.391000000, lastModified=2020-07-27 17:18:59.390082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.391000000, lastModified=2020-07-27 17:18:59.390082000, delta=918000 ns, racy<=2502500 ns 17:18:59.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.391 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.391000000, lastModified=2020-07-27 17:18:59.390082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.392 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.390082000 to 2020-07-27 17:18:59.391082000 17:18:59.394 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.394000000, lastModified=2020-07-27 17:18:59.393082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.393082000 to 2020-07-27 17:18:59.394082000 17:18:59.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.395000000, lastModified=2020-07-27 17:18:59.394082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.395000000, lastModified=2020-07-27 17:18:59.394082000, delta=918000 ns, racy<=2502500 ns 17:18:59.395 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.396000000, lastModified=2020-07-27 17:18:59.394082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.394082000 to 2020-07-27 17:18:59.395082000 17:18:59.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.396000000, lastModified=2020-07-27 17:18:59.395082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.396000000, lastModified=2020-07-27 17:18:59.395082000, delta=918000 ns, racy<=2502500 ns 17:18:59.396 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.397000000, lastModified=2020-07-27 17:18:59.396082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.397000000, lastModified=2020-07-27 17:18:59.396082000, delta=918000 ns, racy<=2502500 ns 17:18:59.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.397 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.397000000, lastModified=2020-07-27 17:18:59.396082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.397000000, lastModified=2020-07-27 17:18:59.396082000, delta=918000 ns, racy<=2502500 ns 17:18:59.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.398 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.398000000, lastModified=2020-07-27 17:18:59.397082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.397082000 to 2020-07-27 17:18:59.398082000 17:18:59.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.399000000, lastModified=2020-07-27 17:18:59.398082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.399000000, lastModified=2020-07-27 17:18:59.398082000, delta=918000 ns, racy<=2502500 ns 17:18:59.399 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.400000000, lastModified=2020-07-27 17:18:59.399082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.400000000, lastModified=2020-07-27 17:18:59.399082000, delta=918000 ns, racy<=2502500 ns 17:18:59.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.400 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.400000000, lastModified=2020-07-27 17:18:59.399082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.401 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.399082000 to 2020-07-27 17:18:59.400082000 17:18:59.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.402000000, lastModified=2020-07-27 17:18:59.400082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.400082000 to 2020-07-27 17:18:59.401082000 17:18:59.402 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.402000000, lastModified=2020-07-27 17:18:59.401082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.403 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.401082000 to 2020-07-27 17:18:59.402082000 17:18:59.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.404000000, lastModified=2020-07-27 17:18:59.403082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.404000000, lastModified=2020-07-27 17:18:59.403082000, delta=918000 ns, racy<=2502500 ns 17:18:59.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.404 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.404000000, lastModified=2020-07-27 17:18:59.403082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.404000000, lastModified=2020-07-27 17:18:59.403082000, delta=918000 ns, racy<=2502500 ns 17:18:59.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.405000000, lastModified=2020-07-27 17:18:59.404082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.405000000, lastModified=2020-07-27 17:18:59.404082000, delta=918000 ns, racy<=2502500 ns 17:18:59.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.405 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.405000000, lastModified=2020-07-27 17:18:59.404082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.404082000 to 2020-07-27 17:18:59.405082000 17:18:59.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.406000000, lastModified=2020-07-27 17:18:59.405082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.406000000, lastModified=2020-07-27 17:18:59.405082000, delta=918000 ns, racy<=2502500 ns 17:18:59.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.406 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.406000000, lastModified=2020-07-27 17:18:59.405082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.407 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.405082000 to 2020-07-27 17:18:59.406082000 17:18:59.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.408000000, lastModified=2020-07-27 17:18:59.407082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.408000000, lastModified=2020-07-27 17:18:59.407082000, delta=918000 ns, racy<=2502500 ns 17:18:59.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.408 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.408000000, lastModified=2020-07-27 17:18:59.407082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.409 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.407082000 to 2020-07-27 17:18:59.408082000 17:18:59.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.410000000, lastModified=2020-07-27 17:18:59.409082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.410000000, lastModified=2020-07-27 17:18:59.409082000, delta=918000 ns, racy<=2502500 ns 17:18:59.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.410 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.410000000, lastModified=2020-07-27 17:18:59.409082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.409082000 to 2020-07-27 17:18:59.410082000 17:18:59.411 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.411000000, lastModified=2020-07-27 17:18:59.410082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.410082000 to 2020-07-27 17:18:59.411082000 17:18:59.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.412000000, lastModified=2020-07-27 17:18:59.411082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.412000000, lastModified=2020-07-27 17:18:59.411082000, delta=918000 ns, racy<=2502500 ns 17:18:59.412 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.413000000, lastModified=2020-07-27 17:18:59.412082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.413000000, lastModified=2020-07-27 17:18:59.412082000, delta=918000 ns, racy<=2502500 ns 17:18:59.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.413 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.413000000, lastModified=2020-07-27 17:18:59.412082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.412082000 to 2020-07-27 17:18:59.413082000 17:18:59.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.414000000, lastModified=2020-07-27 17:18:59.413082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.414000000, lastModified=2020-07-27 17:18:59.413082000, delta=918000 ns, racy<=2502500 ns 17:18:59.414 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.415000000, lastModified=2020-07-27 17:18:59.413082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.413082000 to 2020-07-27 17:18:59.414082000 17:18:59.415 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.415000000, lastModified=2020-07-27 17:18:59.414082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.415000000, lastModified=2020-07-27 17:18:59.414082000, delta=918000 ns, racy<=2502500 ns 17:18:59.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.416000000, lastModified=2020-07-27 17:18:59.415082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.416000000, lastModified=2020-07-27 17:18:59.415082000, delta=918000 ns, racy<=2502500 ns 17:18:59.416 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.417 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.417000000, lastModified=2020-07-27 17:18:59.416082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.416082000 to 2020-07-27 17:18:59.417082000 17:18:59.418 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.418000000, lastModified=2020-07-27 17:18:59.417082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.417082000 to 2020-07-27 17:18:59.418082000 17:18:59.419 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.419000000, lastModified=2020-07-27 17:18:59.418082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.418082000 to 2020-07-27 17:18:59.419082000 17:18:59.420 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.420000000, lastModified=2020-07-27 17:18:59.419082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.419082000 to 2020-07-27 17:18:59.420082000 17:18:59.421 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.421000000, lastModified=2020-07-27 17:18:59.420082000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.422 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.420082000 to 2020-07-27 17:18:59.421082000 17:18:59.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.423000000, lastModified=2020-07-27 17:18:59.422083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.423000000, lastModified=2020-07-27 17:18:59.422083000, delta=917000 ns, racy<=2502500 ns 17:18:59.423 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.424000000, lastModified=2020-07-27 17:18:59.423083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.424000000, lastModified=2020-07-27 17:18:59.423083000, delta=917000 ns, racy<=2502500 ns 17:18:59.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.424 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.424000000, lastModified=2020-07-27 17:18:59.423083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.425 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.423083000 to 2020-07-27 17:18:59.424083000 17:18:59.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.426000000, lastModified=2020-07-27 17:18:59.424083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.424083000 to 2020-07-27 17:18:59.425083000 17:18:59.426 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.426000000, lastModified=2020-07-27 17:18:59.425083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.425083000 to 2020-07-27 17:18:59.426083000 17:18:59.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.427000000, lastModified=2020-07-27 17:18:59.426083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.427000000, lastModified=2020-07-27 17:18:59.426083000, delta=917000 ns, racy<=2502500 ns 17:18:59.427 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.428000000, lastModified=2020-07-27 17:18:59.427083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.428000000, lastModified=2020-07-27 17:18:59.427083000, delta=917000 ns, racy<=2502500 ns 17:18:59.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.428 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.428000000, lastModified=2020-07-27 17:18:59.427083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.428000000, lastModified=2020-07-27 17:18:59.427083000, delta=917000 ns, racy<=2502500 ns 17:18:59.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.429000000, lastModified=2020-07-27 17:18:59.428083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.429000000, lastModified=2020-07-27 17:18:59.428083000, delta=917000 ns, racy<=2502500 ns 17:18:59.429 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.430000000, lastModified=2020-07-27 17:18:59.428083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.428083000 to 2020-07-27 17:18:59.429083000 17:18:59.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.430000000, lastModified=2020-07-27 17:18:59.429083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.430000000, lastModified=2020-07-27 17:18:59.429083000, delta=917000 ns, racy<=2502500 ns 17:18:59.430 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.431000000, lastModified=2020-07-27 17:18:59.430083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.431000000, lastModified=2020-07-27 17:18:59.430083000, delta=917000 ns, racy<=2502500 ns 17:18:59.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.431 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.431000000, lastModified=2020-07-27 17:18:59.430083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.432 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.430083000 to 2020-07-27 17:18:59.431083000 17:18:59.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.433000000, lastModified=2020-07-27 17:18:59.432083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.433000000, lastModified=2020-07-27 17:18:59.432083000, delta=917000 ns, racy<=2502500 ns 17:18:59.433 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.434000000, lastModified=2020-07-27 17:18:59.433083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.434000000, lastModified=2020-07-27 17:18:59.433083000, delta=917000 ns, racy<=2502500 ns 17:18:59.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.434 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.434000000, lastModified=2020-07-27 17:18:59.433083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.433083000 to 2020-07-27 17:18:59.434083000 17:18:59.435 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.435000000, lastModified=2020-07-27 17:18:59.434083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.435000000, lastModified=2020-07-27 17:18:59.434083000, delta=917000 ns, racy<=2502500 ns 17:18:59.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.436000000, lastModified=2020-07-27 17:18:59.435083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.436000000, lastModified=2020-07-27 17:18:59.435083000, delta=917000 ns, racy<=2502500 ns 17:18:59.436 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.437000000, lastModified=2020-07-27 17:18:59.436083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.437000000, lastModified=2020-07-27 17:18:59.436083000, delta=917000 ns, racy<=2502500 ns 17:18:59.437 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.438000000, lastModified=2020-07-27 17:18:59.437083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.438000000, lastModified=2020-07-27 17:18:59.437083000, delta=917000 ns, racy<=2502500 ns 17:18:59.438 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.439000000, lastModified=2020-07-27 17:18:59.438083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.439000000, lastModified=2020-07-27 17:18:59.438083000, delta=917000 ns, racy<=2502500 ns 17:18:59.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.439 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.439000000, lastModified=2020-07-27 17:18:59.438083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.438083000 to 2020-07-27 17:18:59.439083000 17:18:59.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.440000000, lastModified=2020-07-27 17:18:59.439083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.440000000, lastModified=2020-07-27 17:18:59.439083000, delta=917000 ns, racy<=2502500 ns 17:18:59.440 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.441000000, lastModified=2020-07-27 17:18:59.440083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.441000000, lastModified=2020-07-27 17:18:59.440083000, delta=917000 ns, racy<=2502500 ns 17:18:59.441 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.442 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.442000000, lastModified=2020-07-27 17:18:59.441083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.441083000 to 2020-07-27 17:18:59.442083000 17:18:59.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.443000000, lastModified=2020-07-27 17:18:59.442083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.443000000, lastModified=2020-07-27 17:18:59.442083000, delta=917000 ns, racy<=2502500 ns 17:18:59.443 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.444 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.444000000, lastModified=2020-07-27 17:18:59.443083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.443083000 to 2020-07-27 17:18:59.444083000 17:18:59.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.445000000, lastModified=2020-07-27 17:18:59.444083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.445000000, lastModified=2020-07-27 17:18:59.444083000, delta=917000 ns, racy<=2502500 ns 17:18:59.445 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.446000000, lastModified=2020-07-27 17:18:59.445083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.446000000, lastModified=2020-07-27 17:18:59.445083000, delta=917000 ns, racy<=2502500 ns 17:18:59.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.446 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.446000000, lastModified=2020-07-27 17:18:59.445083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.445083000 to 2020-07-27 17:18:59.446083000 17:18:59.447 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.447000000, lastModified=2020-07-27 17:18:59.446083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.446083000 to 2020-07-27 17:18:59.447083000 17:18:59.448 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.448000000, lastModified=2020-07-27 17:18:59.447083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.447083000 to 2020-07-27 17:18:59.448083000 17:18:59.449 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.449000000, lastModified=2020-07-27 17:18:59.448083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.448083000 to 2020-07-27 17:18:59.449083000 17:18:59.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.450000000, lastModified=2020-07-27 17:18:59.449083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.450000000, lastModified=2020-07-27 17:18:59.449083000, delta=917000 ns, racy<=2502500 ns 17:18:59.450 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.451000000, lastModified=2020-07-27 17:18:59.449083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.449083000 to 2020-07-27 17:18:59.450083000 17:18:59.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.451000000, lastModified=2020-07-27 17:18:59.450083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.451000000, lastModified=2020-07-27 17:18:59.450083000, delta=917000 ns, racy<=2502500 ns 17:18:59.451 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.452 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.452000000, lastModified=2020-07-27 17:18:59.451083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.451083000 to 2020-07-27 17:18:59.452083000 17:18:59.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.453000000, lastModified=2020-07-27 17:18:59.452083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.453000000, lastModified=2020-07-27 17:18:59.452083000, delta=917000 ns, racy<=2502500 ns 17:18:59.453 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.454000000, lastModified=2020-07-27 17:18:59.452083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.452083000 to 2020-07-27 17:18:59.453083000 17:18:59.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.454000000, lastModified=2020-07-27 17:18:59.453083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.454000000, lastModified=2020-07-27 17:18:59.453083000, delta=917000 ns, racy<=2502500 ns 17:18:59.454 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.455000000, lastModified=2020-07-27 17:18:59.454083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.455000000, lastModified=2020-07-27 17:18:59.454083000, delta=917000 ns, racy<=2502500 ns 17:18:59.455 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.456000000, lastModified=2020-07-27 17:18:59.455083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.456000000, lastModified=2020-07-27 17:18:59.455083000, delta=917000 ns, racy<=2502500 ns 17:18:59.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.456 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.456000000, lastModified=2020-07-27 17:18:59.455083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.455083000 to 2020-07-27 17:18:59.456083000 17:18:59.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.457000000, lastModified=2020-07-27 17:18:59.456083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.457000000, lastModified=2020-07-27 17:18:59.456083000, delta=917000 ns, racy<=2502500 ns 17:18:59.457 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.458000000, lastModified=2020-07-27 17:18:59.457083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.458000000, lastModified=2020-07-27 17:18:59.457083000, delta=917000 ns, racy<=2502500 ns 17:18:59.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.458000000, lastModified=2020-07-27 17:18:59.457083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.458000000, lastModified=2020-07-27 17:18:59.457083000, delta=917000 ns, racy<=2502500 ns 17:18:59.458 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.459000000, lastModified=2020-07-27 17:18:59.458083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.459000000, lastModified=2020-07-27 17:18:59.458083000, delta=917000 ns, racy<=2502500 ns 17:18:59.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.459 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.459000000, lastModified=2020-07-27 17:18:59.458083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.459000000, lastModified=2020-07-27 17:18:59.458083000, delta=917000 ns, racy<=2502500 ns 17:18:59.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.460000000, lastModified=2020-07-27 17:18:59.459083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.460000000, lastModified=2020-07-27 17:18:59.459083000, delta=917000 ns, racy<=2502500 ns 17:18:59.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.460 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.460000000, lastModified=2020-07-27 17:18:59.459083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.459083000 to 2020-07-27 17:18:59.460083000 17:18:59.461 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.461000000, lastModified=2020-07-27 17:18:59.460083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.460083000 to 2020-07-27 17:18:59.461083000 17:18:59.462 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.462000000, lastModified=2020-07-27 17:18:59.461083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.461083000 to 2020-07-27 17:18:59.462083000 17:18:59.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.463000000, lastModified=2020-07-27 17:18:59.462083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.463000000, lastModified=2020-07-27 17:18:59.462083000, delta=917000 ns, racy<=2502500 ns 17:18:59.463 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.464000000, lastModified=2020-07-27 17:18:59.463083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.464000000, lastModified=2020-07-27 17:18:59.463083000, delta=917000 ns, racy<=2502500 ns 17:18:59.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.464 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.464000000, lastModified=2020-07-27 17:18:59.463083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.463083000 to 2020-07-27 17:18:59.464083000 17:18:59.465 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.465000000, lastModified=2020-07-27 17:18:59.464083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.465000000, lastModified=2020-07-27 17:18:59.464083000, delta=917000 ns, racy<=2502500 ns 17:18:59.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.466000000, lastModified=2020-07-27 17:18:59.465083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.466000000, lastModified=2020-07-27 17:18:59.465083000, delta=917000 ns, racy<=2502500 ns 17:18:59.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.466 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.466000000, lastModified=2020-07-27 17:18:59.465083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.467 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.465083000 to 2020-07-27 17:18:59.466083000 17:18:59.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.468000000, lastModified=2020-07-27 17:18:59.467083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.468000000, lastModified=2020-07-27 17:18:59.467083000, delta=917000 ns, racy<=2502500 ns 17:18:59.468 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.469000000, lastModified=2020-07-27 17:18:59.468083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.469000000, lastModified=2020-07-27 17:18:59.468083000, delta=917000 ns, racy<=2502500 ns 17:18:59.469 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.470000000, lastModified=2020-07-27 17:18:59.468083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.468083000 to 2020-07-27 17:18:59.469083000 17:18:59.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.470000000, lastModified=2020-07-27 17:18:59.469083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.470000000, lastModified=2020-07-27 17:18:59.469083000, delta=917000 ns, racy<=2502500 ns 17:18:59.470 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.471000000, lastModified=2020-07-27 17:18:59.469083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.469083000 to 2020-07-27 17:18:59.470083000 17:18:59.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.471000000, lastModified=2020-07-27 17:18:59.470083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.471000000, lastModified=2020-07-27 17:18:59.470083000, delta=917000 ns, racy<=2502500 ns 17:18:59.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.471 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.471000000, lastModified=2020-07-27 17:18:59.470083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.470083000 to 2020-07-27 17:18:59.471083000 17:18:59.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.472000000, lastModified=2020-07-27 17:18:59.471083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.472000000, lastModified=2020-07-27 17:18:59.471083000, delta=917000 ns, racy<=2502500 ns 17:18:59.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.472 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.472000000, lastModified=2020-07-27 17:18:59.471083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.471083000 to 2020-07-27 17:18:59.472083000 17:18:59.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.473000000, lastModified=2020-07-27 17:18:59.472083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.473000000, lastModified=2020-07-27 17:18:59.472083000, delta=917000 ns, racy<=2502500 ns 17:18:59.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.473 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.473000000, lastModified=2020-07-27 17:18:59.472083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.472083000 to 2020-07-27 17:18:59.473083000 17:18:59.474 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.474000000, lastModified=2020-07-27 17:18:59.473083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.473083000 to 2020-07-27 17:18:59.474083000 17:18:59.475 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.475000000, lastModified=2020-07-27 17:18:59.474083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.475000000, lastModified=2020-07-27 17:18:59.474083000, delta=917000 ns, racy<=2502500 ns 17:18:59.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.476 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.476000000, lastModified=2020-07-27 17:18:59.475083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.475083000 to 2020-07-27 17:18:59.476083000 17:18:59.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.477000000, lastModified=2020-07-27 17:18:59.476083000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.477000000, lastModified=2020-07-27 17:18:59.476083000, delta=917000 ns, racy<=2502500 ns 17:18:59.477 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.478000000, lastModified=2020-07-27 17:18:59.477084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.478000000, lastModified=2020-07-27 17:18:59.477084000, delta=916000 ns, racy<=2502500 ns 17:18:59.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.478 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.478000000, lastModified=2020-07-27 17:18:59.477084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.478000000, lastModified=2020-07-27 17:18:59.477084000, delta=916000 ns, racy<=2502500 ns 17:18:59.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.479000000, lastModified=2020-07-27 17:18:59.478084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.479000000, lastModified=2020-07-27 17:18:59.478084000, delta=916000 ns, racy<=2502500 ns 17:18:59.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.479 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.479000000, lastModified=2020-07-27 17:18:59.478084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.478084000 to 2020-07-27 17:18:59.479084000 17:18:59.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.480000000, lastModified=2020-07-27 17:18:59.479084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.480000000, lastModified=2020-07-27 17:18:59.479084000, delta=916000 ns, racy<=2502500 ns 17:18:59.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.480 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.480000000, lastModified=2020-07-27 17:18:59.479084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.480000000, lastModified=2020-07-27 17:18:59.479084000, delta=916000 ns, racy<=2502500 ns 17:18:59.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.481000000, lastModified=2020-07-27 17:18:59.480084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.481000000, lastModified=2020-07-27 17:18:59.480084000, delta=916000 ns, racy<=2502500 ns 17:18:59.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.481 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.481000000, lastModified=2020-07-27 17:18:59.480084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.481000000, lastModified=2020-07-27 17:18:59.480084000, delta=916000 ns, racy<=2502500 ns 17:18:59.482 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.483 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.483000000, lastModified=2020-07-27 17:18:59.482084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.482084000 to 2020-07-27 17:18:59.483084000 17:18:59.484 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.484000000, lastModified=2020-07-27 17:18:59.483084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.483084000 to 2020-07-27 17:18:59.484084000 17:18:59.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.485000000, lastModified=2020-07-27 17:18:59.484084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.485000000, lastModified=2020-07-27 17:18:59.484084000, delta=916000 ns, racy<=2502500 ns 17:18:59.485 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.486000000, lastModified=2020-07-27 17:18:59.485084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.486000000, lastModified=2020-07-27 17:18:59.485084000, delta=916000 ns, racy<=2502500 ns 17:18:59.486 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.487000000, lastModified=2020-07-27 17:18:59.486084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.487000000, lastModified=2020-07-27 17:18:59.486084000, delta=916000 ns, racy<=2502500 ns 17:18:59.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.487 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.487000000, lastModified=2020-07-27 17:18:59.486084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.486084000 to 2020-07-27 17:18:59.487084000 17:18:59.488 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.488000000, lastModified=2020-07-27 17:18:59.487084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.487084000 to 2020-07-27 17:18:59.488084000 17:18:59.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.489000000, lastModified=2020-07-27 17:18:59.488084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.489000000, lastModified=2020-07-27 17:18:59.488084000, delta=916000 ns, racy<=2502500 ns 17:18:59.489 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.490000000, lastModified=2020-07-27 17:18:59.489084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.490000000, lastModified=2020-07-27 17:18:59.489084000, delta=916000 ns, racy<=2502500 ns 17:18:59.490 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.491000000, lastModified=2020-07-27 17:18:59.490084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.491000000, lastModified=2020-07-27 17:18:59.490084000, delta=916000 ns, racy<=2502500 ns 17:18:59.491 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.492000000, lastModified=2020-07-27 17:18:59.491084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.492000000, lastModified=2020-07-27 17:18:59.491084000, delta=916000 ns, racy<=2502500 ns 17:18:59.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.492000000, lastModified=2020-07-27 17:18:59.491084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.492000000, lastModified=2020-07-27 17:18:59.491084000, delta=916000 ns, racy<=2502500 ns 17:18:59.492 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.493000000, lastModified=2020-07-27 17:18:59.492084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.493000000, lastModified=2020-07-27 17:18:59.492084000, delta=916000 ns, racy<=2502500 ns 17:18:59.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.493 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.493000000, lastModified=2020-07-27 17:18:59.492084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.494 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.492084000 to 2020-07-27 17:18:59.493084000 17:18:59.494 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.494000000, lastModified=2020-07-27 17:18:59.493084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.494000000, lastModified=2020-07-27 17:18:59.493084000, delta=916000 ns, racy<=2502500 ns 17:18:59.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.495000000, lastModified=2020-07-27 17:18:59.494084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.495000000, lastModified=2020-07-27 17:18:59.494084000, delta=916000 ns, racy<=2502500 ns 17:18:59.495 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.496 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.495000000, lastModified=2020-07-27 17:18:59.494084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.496 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.494084000 to 2020-07-27 17:18:59.495084000 17:18:59.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.497000000, lastModified=2020-07-27 17:18:59.496084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.497000000, lastModified=2020-07-27 17:18:59.496084000, delta=916000 ns, racy<=2502500 ns 17:18:59.497 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.498 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.498000000, lastModified=2020-07-27 17:18:59.496084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.498 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.496084000 to 2020-07-27 17:18:59.497084000 17:18:59.498 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.498000000, lastModified=2020-07-27 17:18:59.497084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.498 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.498000000, lastModified=2020-07-27 17:18:59.497084000, delta=916000 ns, racy<=2502500 ns 17:18:59.498 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.499 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.499000000, lastModified=2020-07-27 17:18:59.498084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.498084000 to 2020-07-27 17:18:59.499084000 17:18:59.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.500000000, lastModified=2020-07-27 17:18:59.499084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.500000000, lastModified=2020-07-27 17:18:59.499084000, delta=916000 ns, racy<=2502500 ns 17:18:59.500 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.501000000, lastModified=2020-07-27 17:18:59.500084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.501000000, lastModified=2020-07-27 17:18:59.500084000, delta=916000 ns, racy<=2502500 ns 17:18:59.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.501 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.501000000, lastModified=2020-07-27 17:18:59.500084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.500084000 to 2020-07-27 17:18:59.501084000 17:18:59.502 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.502000000, lastModified=2020-07-27 17:18:59.501084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.501084000 to 2020-07-27 17:18:59.502084000 17:18:59.503 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.503000000, lastModified=2020-07-27 17:18:59.502084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.502084000 to 2020-07-27 17:18:59.503084000 17:18:59.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.504000000, lastModified=2020-07-27 17:18:59.503084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.504000000, lastModified=2020-07-27 17:18:59.503084000, delta=916000 ns, racy<=2502500 ns 17:18:59.504 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.505000000, lastModified=2020-07-27 17:18:59.504084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.505000000, lastModified=2020-07-27 17:18:59.504084000, delta=916000 ns, racy<=2502500 ns 17:18:59.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.505 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.505000000, lastModified=2020-07-27 17:18:59.504084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.504084000 to 2020-07-27 17:18:59.505084000 17:18:59.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.506000000, lastModified=2020-07-27 17:18:59.505084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.506000000, lastModified=2020-07-27 17:18:59.505084000, delta=916000 ns, racy<=2502500 ns 17:18:59.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.506 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.506000000, lastModified=2020-07-27 17:18:59.505084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.505084000 to 2020-07-27 17:18:59.506084000 17:18:59.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.507000000, lastModified=2020-07-27 17:18:59.506084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.507000000, lastModified=2020-07-27 17:18:59.506084000, delta=916000 ns, racy<=2502500 ns 17:18:59.507 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.508000000, lastModified=2020-07-27 17:18:59.507084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.508000000, lastModified=2020-07-27 17:18:59.507084000, delta=916000 ns, racy<=2502500 ns 17:18:59.508 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.509000000, lastModified=2020-07-27 17:18:59.508084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.509000000, lastModified=2020-07-27 17:18:59.508084000, delta=916000 ns, racy<=2502500 ns 17:18:59.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.509 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.509000000, lastModified=2020-07-27 17:18:59.508084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.508084000 to 2020-07-27 17:18:59.509084000 17:18:59.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.510000000, lastModified=2020-07-27 17:18:59.509084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.510000000, lastModified=2020-07-27 17:18:59.509084000, delta=916000 ns, racy<=2502500 ns 17:18:59.510 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.511000000, lastModified=2020-07-27 17:18:59.510084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.511000000, lastModified=2020-07-27 17:18:59.510084000, delta=916000 ns, racy<=2502500 ns 17:18:59.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.511 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.511000000, lastModified=2020-07-27 17:18:59.510084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.511000000, lastModified=2020-07-27 17:18:59.510084000, delta=916000 ns, racy<=2502500 ns 17:18:59.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.512000000, lastModified=2020-07-27 17:18:59.511084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.512000000, lastModified=2020-07-27 17:18:59.511084000, delta=916000 ns, racy<=2502500 ns 17:18:59.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.512 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.512000000, lastModified=2020-07-27 17:18:59.511084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.511084000 to 2020-07-27 17:18:59.512084000 17:18:59.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.513000000, lastModified=2020-07-27 17:18:59.512084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, isRacyClean=true, read=2020-07-27 17:18:59.513000000, lastModified=2020-07-27 17:18:59.512084000, delta=916000 ns, racy<=2502500 ns 17:18:59.513 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, is racily clean 17:18:59.514 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, create new FileSnapshot: lastRead=2020-07-27 17:18:59.514000000, lastModified=2020-07-27 17:18:59.513084000, size=1, fileKey=(dev=3d,ino=612530915) 17:18:59.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.probe-8c398568-e24d-43e1-a10e-e4812527282d, lastModified changed from 2020-07-27 17:18:59.513084000 to 2020-07-27 17:18:59.514084000 17:18:59.515 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-1,5,main]: no failures when measuring minimal racy interval 17:18:59.515 [FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=1,001 µs, minimalRacyInterval=0 µs] 17:18:59.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, isRacyClean=false, read=2020-07-27 17:18:56.426000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336426000000 ns, racy<=2500000000 ns 17:18:59.515 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, is unmodified 17:18:59.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, isRacyClean=false, read=2020-07-27 17:18:56.426000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336426000000 ns, racy<=2500000000 ns 17:18:59.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, is unmodified 17:18:59.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:18:59.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:18:59.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:18:59.519 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:18:59.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, isRacyClean=false, read=2020-07-27 17:18:56.426000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336426000000 ns, racy<=2500000000 ns 17:18:59.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, is unmodified 17:18:59.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:18:59.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:18:59.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:18:59.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:18:59.520 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: start measure timestamp resolution /home/jenkins (/dev/sda2) in /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit 17:18:59.531 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: end measure timestamp resolution /home/jenkins (/dev/sda2) in /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit 17:18:59.531 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: start measure minimal racy interval in /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit 17:18:59.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.531000000, lastModified=2020-07-27 17:18:59.530084000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.531000000, lastModified=2020-07-27 17:18:59.530084000, delta=916000 ns, racy<=2502500 ns 17:18:59.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.532000000, lastModified=2020-07-27 17:18:59.531084000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.532000000, lastModified=2020-07-27 17:18:59.531084000, delta=916000 ns, racy<=2502500 ns 17:18:59.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.532000000, lastModified=2020-07-27 17:18:59.531084000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.532000000, lastModified=2020-07-27 17:18:59.531084000, delta=916000 ns, racy<=2502500 ns 17:18:59.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.533000000, lastModified=2020-07-27 17:18:59.532085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.533000000, lastModified=2020-07-27 17:18:59.532085000, delta=915000 ns, racy<=2502500 ns 17:18:59.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.534000000, lastModified=2020-07-27 17:18:59.533085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.534000000, lastModified=2020-07-27 17:18:59.533085000, delta=915000 ns, racy<=2502500 ns 17:18:59.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.535000000, lastModified=2020-07-27 17:18:59.534085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.535000000, lastModified=2020-07-27 17:18:59.534085000, delta=915000 ns, racy<=2502500 ns 17:18:59.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.535000000, lastModified=2020-07-27 17:18:59.534085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.534085000 to 2020-07-27 17:18:59.535085000 17:18:59.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.537000000, lastModified=2020-07-27 17:18:59.536085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.537000000, lastModified=2020-07-27 17:18:59.536085000, delta=915000 ns, racy<=2502500 ns 17:18:59.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.537000000, lastModified=2020-07-27 17:18:59.536085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.537000000, lastModified=2020-07-27 17:18:59.536085000, delta=915000 ns, racy<=2502500 ns 17:18:59.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.538000000, lastModified=2020-07-27 17:18:59.537085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.537085000 to 2020-07-27 17:18:59.538085000 17:18:59.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.539000000, lastModified=2020-07-27 17:18:59.538085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.539000000, lastModified=2020-07-27 17:18:59.538085000, delta=915000 ns, racy<=2502500 ns 17:18:59.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.541 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.541000000, lastModified=2020-07-27 17:18:59.540085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.541000000, lastModified=2020-07-27 17:18:59.540085000, delta=915000 ns, racy<=2502500 ns 17:18:59.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.542000000, lastModified=2020-07-27 17:18:59.541085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.542000000, lastModified=2020-07-27 17:18:59.541085000, delta=915000 ns, racy<=2502500 ns 17:18:59.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.543000000, lastModified=2020-07-27 17:18:59.542085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.543000000, lastModified=2020-07-27 17:18:59.542085000, delta=915000 ns, racy<=2502500 ns 17:18:59.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.544000000, lastModified=2020-07-27 17:18:59.542085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.542085000 to 2020-07-27 17:18:59.543085000 17:18:59.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.544000000, lastModified=2020-07-27 17:18:59.543085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.544000000, lastModified=2020-07-27 17:18:59.543085000, delta=915000 ns, racy<=2502500 ns 17:18:59.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.545000000, lastModified=2020-07-27 17:18:59.544085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.545000000, lastModified=2020-07-27 17:18:59.544085000, delta=915000 ns, racy<=2502500 ns 17:18:59.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.545000000, lastModified=2020-07-27 17:18:59.544085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.544085000 to 2020-07-27 17:18:59.545085000 17:18:59.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.546000000, lastModified=2020-07-27 17:18:59.545085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.546000000, lastModified=2020-07-27 17:18:59.545085000, delta=915000 ns, racy<=2502500 ns 17:18:59.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.547000000, lastModified=2020-07-27 17:18:59.546085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.547000000, lastModified=2020-07-27 17:18:59.546085000, delta=915000 ns, racy<=2502500 ns 17:18:59.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.547000000, lastModified=2020-07-27 17:18:59.546085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.547000000, lastModified=2020-07-27 17:18:59.546085000, delta=915000 ns, racy<=2502500 ns 17:18:59.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.547000000, lastModified=2020-07-27 17:18:59.546085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.546085000 to 2020-07-27 17:18:59.547085000 17:18:59.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.548000000, lastModified=2020-07-27 17:18:59.547085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.548000000, lastModified=2020-07-27 17:18:59.547085000, delta=915000 ns, racy<=2502500 ns 17:18:59.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.549000000, lastModified=2020-07-27 17:18:59.548085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.549000000, lastModified=2020-07-27 17:18:59.548085000, delta=915000 ns, racy<=2502500 ns 17:18:59.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.549000000, lastModified=2020-07-27 17:18:59.548085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.548085000 to 2020-07-27 17:18:59.549085000 17:18:59.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.551000000, lastModified=2020-07-27 17:18:59.550085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.551000000, lastModified=2020-07-27 17:18:59.550085000, delta=915000 ns, racy<=2502500 ns 17:18:59.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.551000000, lastModified=2020-07-27 17:18:59.550085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.551000000, lastModified=2020-07-27 17:18:59.550085000, delta=915000 ns, racy<=2502500 ns 17:18:59.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.552000000, lastModified=2020-07-27 17:18:59.551085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.552000000, lastModified=2020-07-27 17:18:59.551085000, delta=915000 ns, racy<=2502500 ns 17:18:59.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.552000000, lastModified=2020-07-27 17:18:59.551085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.551085000 to 2020-07-27 17:18:59.552085000 17:18:59.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.553000000, lastModified=2020-07-27 17:18:59.552085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.552085000 to 2020-07-27 17:18:59.553085000 17:18:59.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.554000000, lastModified=2020-07-27 17:18:59.553085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.554000000, lastModified=2020-07-27 17:18:59.553085000, delta=915000 ns, racy<=2502500 ns 17:18:59.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.554000000, lastModified=2020-07-27 17:18:59.553085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.553085000 to 2020-07-27 17:18:59.554085000 17:18:59.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.555000000, lastModified=2020-07-27 17:18:59.554085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.554085000 to 2020-07-27 17:18:59.555085000 17:18:59.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.556000000, lastModified=2020-07-27 17:18:59.555085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.555085000 to 2020-07-27 17:18:59.556085000 17:18:59.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.557000000, lastModified=2020-07-27 17:18:59.556085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.557000000, lastModified=2020-07-27 17:18:59.556085000, delta=915000 ns, racy<=2502500 ns 17:18:59.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.558000000, lastModified=2020-07-27 17:18:59.557085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.558000000, lastModified=2020-07-27 17:18:59.557085000, delta=915000 ns, racy<=2502500 ns 17:18:59.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.559000000, lastModified=2020-07-27 17:18:59.558085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.559000000, lastModified=2020-07-27 17:18:59.558085000, delta=915000 ns, racy<=2502500 ns 17:18:59.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.559000000, lastModified=2020-07-27 17:18:59.558085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.559000000, lastModified=2020-07-27 17:18:59.558085000, delta=915000 ns, racy<=2502500 ns 17:18:59.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.560000000, lastModified=2020-07-27 17:18:59.559085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.560000000, lastModified=2020-07-27 17:18:59.559085000, delta=915000 ns, racy<=2502500 ns 17:18:59.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.560000000, lastModified=2020-07-27 17:18:59.559085000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.559085000 to 2020-07-27 17:18:59.589086000 17:18:59.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.590000000, lastModified=2020-07-27 17:18:59.589086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.590000000, lastModified=2020-07-27 17:18:59.589086000, delta=914000 ns, racy<=2502500 ns 17:18:59.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.591000000, lastModified=2020-07-27 17:18:59.590086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.591000000, lastModified=2020-07-27 17:18:59.590086000, delta=914000 ns, racy<=2502500 ns 17:18:59.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.592000000, lastModified=2020-07-27 17:18:59.591086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.592000000, lastModified=2020-07-27 17:18:59.591086000, delta=914000 ns, racy<=2502500 ns 17:18:59.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.592000000, lastModified=2020-07-27 17:18:59.591086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.591086000 to 2020-07-27 17:18:59.592086000 17:18:59.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.593000000, lastModified=2020-07-27 17:18:59.592086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.593000000, lastModified=2020-07-27 17:18:59.592086000, delta=914000 ns, racy<=2502500 ns 17:18:59.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.593000000, lastModified=2020-07-27 17:18:59.592086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.593000000, lastModified=2020-07-27 17:18:59.592086000, delta=914000 ns, racy<=2502500 ns 17:18:59.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.593000000, lastModified=2020-07-27 17:18:59.592086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.592086000 to 2020-07-27 17:18:59.593086000 17:18:59.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.594000000, lastModified=2020-07-27 17:18:59.593086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.594000000, lastModified=2020-07-27 17:18:59.593086000, delta=914000 ns, racy<=2502500 ns 17:18:59.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.594000000, lastModified=2020-07-27 17:18:59.593086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.593086000 to 2020-07-27 17:18:59.594086000 17:18:59.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.595000000, lastModified=2020-07-27 17:18:59.594086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.595000000, lastModified=2020-07-27 17:18:59.594086000, delta=914000 ns, racy<=2502500 ns 17:18:59.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.595000000, lastModified=2020-07-27 17:18:59.594086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.594086000 to 2020-07-27 17:18:59.595086000 17:18:59.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.596000000, lastModified=2020-07-27 17:18:59.595086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.595086000 to 2020-07-27 17:18:59.596086000 17:18:59.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.597000000, lastModified=2020-07-27 17:18:59.596086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.597000000, lastModified=2020-07-27 17:18:59.596086000, delta=914000 ns, racy<=2502500 ns 17:18:59.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.598000000, lastModified=2020-07-27 17:18:59.597086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.598000000, lastModified=2020-07-27 17:18:59.597086000, delta=914000 ns, racy<=2502500 ns 17:18:59.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.599 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.599000000, lastModified=2020-07-27 17:18:59.598086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.598086000 to 2020-07-27 17:18:59.599086000 17:18:59.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.600000000, lastModified=2020-07-27 17:18:59.599086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.600000000, lastModified=2020-07-27 17:18:59.599086000, delta=914000 ns, racy<=2502500 ns 17:18:59.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.601000000, lastModified=2020-07-27 17:18:59.600086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.601000000, lastModified=2020-07-27 17:18:59.600086000, delta=914000 ns, racy<=2502500 ns 17:18:59.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.602000000, lastModified=2020-07-27 17:18:59.601086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.602000000, lastModified=2020-07-27 17:18:59.601086000, delta=914000 ns, racy<=2502500 ns 17:18:59.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.602000000, lastModified=2020-07-27 17:18:59.601086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.601086000 to 2020-07-27 17:18:59.602086000 17:18:59.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.603000000, lastModified=2020-07-27 17:18:59.602086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.603000000, lastModified=2020-07-27 17:18:59.602086000, delta=914000 ns, racy<=2502500 ns 17:18:59.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.604000000, lastModified=2020-07-27 17:18:59.603086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.604000000, lastModified=2020-07-27 17:18:59.603086000, delta=914000 ns, racy<=2502500 ns 17:18:59.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.605000000, lastModified=2020-07-27 17:18:59.604086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.605000000, lastModified=2020-07-27 17:18:59.604086000, delta=914000 ns, racy<=2502500 ns 17:18:59.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.605000000, lastModified=2020-07-27 17:18:59.604086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.604086000 to 2020-07-27 17:18:59.605086000 17:18:59.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.606000000, lastModified=2020-07-27 17:18:59.605086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.606000000, lastModified=2020-07-27 17:18:59.605086000, delta=914000 ns, racy<=2502500 ns 17:18:59.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.607000000, lastModified=2020-07-27 17:18:59.606086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.607000000, lastModified=2020-07-27 17:18:59.606086000, delta=914000 ns, racy<=2502500 ns 17:18:59.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.607000000, lastModified=2020-07-27 17:18:59.606086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.607000000, lastModified=2020-07-27 17:18:59.606086000, delta=914000 ns, racy<=2502500 ns 17:18:59.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.608000000, lastModified=2020-07-27 17:18:59.607086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.607086000 to 2020-07-27 17:18:59.608086000 17:18:59.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.609000000, lastModified=2020-07-27 17:18:59.608086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.609000000, lastModified=2020-07-27 17:18:59.608086000, delta=914000 ns, racy<=2502500 ns 17:18:59.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.609000000, lastModified=2020-07-27 17:18:59.608086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.608086000 to 2020-07-27 17:18:59.609086000 17:18:59.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.610000000, lastModified=2020-07-27 17:18:59.609086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.610000000, lastModified=2020-07-27 17:18:59.609086000, delta=914000 ns, racy<=2502500 ns 17:18:59.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.610000000, lastModified=2020-07-27 17:18:59.609086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.609086000 to 2020-07-27 17:18:59.610086000 17:18:59.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.611000000, lastModified=2020-07-27 17:18:59.610086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.611000000, lastModified=2020-07-27 17:18:59.610086000, delta=914000 ns, racy<=2502500 ns 17:18:59.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.612000000, lastModified=2020-07-27 17:18:59.611086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.612000000, lastModified=2020-07-27 17:18:59.611086000, delta=914000 ns, racy<=2502500 ns 17:18:59.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.612000000, lastModified=2020-07-27 17:18:59.611086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.611086000 to 2020-07-27 17:18:59.612086000 17:18:59.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.613000000, lastModified=2020-07-27 17:18:59.612086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.613000000, lastModified=2020-07-27 17:18:59.612086000, delta=914000 ns, racy<=2502500 ns 17:18:59.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.614000000, lastModified=2020-07-27 17:18:59.613086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.613086000 to 2020-07-27 17:18:59.614086000 17:18:59.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.615000000, lastModified=2020-07-27 17:18:59.614086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.615000000, lastModified=2020-07-27 17:18:59.614086000, delta=914000 ns, racy<=2502500 ns 17:18:59.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.615000000, lastModified=2020-07-27 17:18:59.614086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.615000000, lastModified=2020-07-27 17:18:59.614086000, delta=914000 ns, racy<=2502500 ns 17:18:59.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.616 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.616000000, lastModified=2020-07-27 17:18:59.615086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.615086000 to 2020-07-27 17:18:59.616086000 17:18:59.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.617000000, lastModified=2020-07-27 17:18:59.616086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.617000000, lastModified=2020-07-27 17:18:59.616086000, delta=914000 ns, racy<=2502500 ns 17:18:59.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.617000000, lastModified=2020-07-27 17:18:59.616086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.616086000 to 2020-07-27 17:18:59.617086000 17:18:59.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.618000000, lastModified=2020-07-27 17:18:59.617086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.618000000, lastModified=2020-07-27 17:18:59.617086000, delta=914000 ns, racy<=2502500 ns 17:18:59.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.618000000, lastModified=2020-07-27 17:18:59.617086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.617086000 to 2020-07-27 17:18:59.618086000 17:18:59.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.619000000, lastModified=2020-07-27 17:18:59.618086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.619000000, lastModified=2020-07-27 17:18:59.618086000, delta=914000 ns, racy<=2502500 ns 17:18:59.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.619000000, lastModified=2020-07-27 17:18:59.618086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.619000000, lastModified=2020-07-27 17:18:59.618086000, delta=914000 ns, racy<=2502500 ns 17:18:59.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.620000000, lastModified=2020-07-27 17:18:59.619086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.620000000, lastModified=2020-07-27 17:18:59.619086000, delta=914000 ns, racy<=2502500 ns 17:18:59.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.620000000, lastModified=2020-07-27 17:18:59.619086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.619086000 to 2020-07-27 17:18:59.620086000 17:18:59.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.621000000, lastModified=2020-07-27 17:18:59.620086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.621000000, lastModified=2020-07-27 17:18:59.620086000, delta=914000 ns, racy<=2502500 ns 17:18:59.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.621000000, lastModified=2020-07-27 17:18:59.620086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.621000000, lastModified=2020-07-27 17:18:59.620086000, delta=914000 ns, racy<=2502500 ns 17:18:59.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.622000000, lastModified=2020-07-27 17:18:59.621086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.622000000, lastModified=2020-07-27 17:18:59.621086000, delta=914000 ns, racy<=2502500 ns 17:18:59.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.622000000, lastModified=2020-07-27 17:18:59.621086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.622000000, lastModified=2020-07-27 17:18:59.621086000, delta=914000 ns, racy<=2502500 ns 17:18:59.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.622000000, lastModified=2020-07-27 17:18:59.621086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.621086000 to 2020-07-27 17:18:59.622086000 17:18:59.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.623000000, lastModified=2020-07-27 17:18:59.622086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.623000000, lastModified=2020-07-27 17:18:59.622086000, delta=914000 ns, racy<=2502500 ns 17:18:59.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.623000000, lastModified=2020-07-27 17:18:59.622086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.623000000, lastModified=2020-07-27 17:18:59.622086000, delta=914000 ns, racy<=2502500 ns 17:18:59.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.624 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.624000000, lastModified=2020-07-27 17:18:59.623086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.623086000 to 2020-07-27 17:18:59.624086000 17:18:59.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.625000000, lastModified=2020-07-27 17:18:59.624086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.625000000, lastModified=2020-07-27 17:18:59.624086000, delta=914000 ns, racy<=2502500 ns 17:18:59.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.625000000, lastModified=2020-07-27 17:18:59.624086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.625000000, lastModified=2020-07-27 17:18:59.624086000, delta=914000 ns, racy<=2502500 ns 17:18:59.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.625000000, lastModified=2020-07-27 17:18:59.624086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.624086000 to 2020-07-27 17:18:59.625086000 17:18:59.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.626000000, lastModified=2020-07-27 17:18:59.625086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.626000000, lastModified=2020-07-27 17:18:59.625086000, delta=914000 ns, racy<=2502500 ns 17:18:59.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.626000000, lastModified=2020-07-27 17:18:59.625086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.626000000, lastModified=2020-07-27 17:18:59.625086000, delta=914000 ns, racy<=2502500 ns 17:18:59.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.627000000, lastModified=2020-07-27 17:18:59.626086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.627000000, lastModified=2020-07-27 17:18:59.626086000, delta=914000 ns, racy<=2502500 ns 17:18:59.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.628000000, lastModified=2020-07-27 17:18:59.627086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.628000000, lastModified=2020-07-27 17:18:59.627086000, delta=914000 ns, racy<=2502500 ns 17:18:59.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.628000000, lastModified=2020-07-27 17:18:59.627086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.627086000 to 2020-07-27 17:18:59.628086000 17:18:59.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.629000000, lastModified=2020-07-27 17:18:59.628086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.629000000, lastModified=2020-07-27 17:18:59.628086000, delta=914000 ns, racy<=2502500 ns 17:18:59.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.629000000, lastModified=2020-07-27 17:18:59.628086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.628086000 to 2020-07-27 17:18:59.629086000 17:18:59.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.630000000, lastModified=2020-07-27 17:18:59.629086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.630000000, lastModified=2020-07-27 17:18:59.629086000, delta=914000 ns, racy<=2502500 ns 17:18:59.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.631000000, lastModified=2020-07-27 17:18:59.629086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.629086000 to 2020-07-27 17:18:59.630086000 17:18:59.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.631000000, lastModified=2020-07-27 17:18:59.630086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.632 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.631000000, lastModified=2020-07-27 17:18:59.630086000, delta=914000 ns, racy<=2502500 ns 17:18:59.632 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.632 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.632000000, lastModified=2020-07-27 17:18:59.631086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.632000000, lastModified=2020-07-27 17:18:59.631086000, delta=914000 ns, racy<=2502500 ns 17:18:59.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.633000000, lastModified=2020-07-27 17:18:59.632086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.633000000, lastModified=2020-07-27 17:18:59.632086000, delta=914000 ns, racy<=2502500 ns 17:18:59.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.633000000, lastModified=2020-07-27 17:18:59.632086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.632086000 to 2020-07-27 17:18:59.633086000 17:18:59.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.634000000, lastModified=2020-07-27 17:18:59.633086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.634000000, lastModified=2020-07-27 17:18:59.633086000, delta=914000 ns, racy<=2502500 ns 17:18:59.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.635 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.635000000, lastModified=2020-07-27 17:18:59.634086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.635 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.635000000, lastModified=2020-07-27 17:18:59.634086000, delta=914000 ns, racy<=2502500 ns 17:18:59.635 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.636000000, lastModified=2020-07-27 17:18:59.635086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.636000000, lastModified=2020-07-27 17:18:59.635086000, delta=914000 ns, racy<=2502500 ns 17:18:59.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.636000000, lastModified=2020-07-27 17:18:59.635086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.636000000, lastModified=2020-07-27 17:18:59.635086000, delta=914000 ns, racy<=2502500 ns 17:18:59.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.637 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.637000000, lastModified=2020-07-27 17:18:59.636086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.636086000 to 2020-07-27 17:18:59.637086000 17:18:59.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.638000000, lastModified=2020-07-27 17:18:59.637086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.638000000, lastModified=2020-07-27 17:18:59.637086000, delta=914000 ns, racy<=2502500 ns 17:18:59.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.638000000, lastModified=2020-07-27 17:18:59.637086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.639 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.637086000 to 2020-07-27 17:18:59.638086000 17:18:59.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.640000000, lastModified=2020-07-27 17:18:59.639086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.640000000, lastModified=2020-07-27 17:18:59.639086000, delta=914000 ns, racy<=2502500 ns 17:18:59.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.640000000, lastModified=2020-07-27 17:18:59.639086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.640000000, lastModified=2020-07-27 17:18:59.639086000, delta=914000 ns, racy<=2502500 ns 17:18:59.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.641000000, lastModified=2020-07-27 17:18:59.640086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.641000000, lastModified=2020-07-27 17:18:59.640086000, delta=914000 ns, racy<=2502500 ns 17:18:59.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.641000000, lastModified=2020-07-27 17:18:59.640086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.641000000, lastModified=2020-07-27 17:18:59.640086000, delta=914000 ns, racy<=2502500 ns 17:18:59.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.642000000, lastModified=2020-07-27 17:18:59.641086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.642000000, lastModified=2020-07-27 17:18:59.641086000, delta=914000 ns, racy<=2502500 ns 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.642000000, lastModified=2020-07-27 17:18:59.641086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.642000000, lastModified=2020-07-27 17:18:59.641086000, delta=914000 ns, racy<=2502500 ns 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.642000000, lastModified=2020-07-27 17:18:59.641086000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.642000000, lastModified=2020-07-27 17:18:59.641086000, delta=914000 ns, racy<=2502500 ns 17:18:59.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.643000000, lastModified=2020-07-27 17:18:59.642087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.643000000, lastModified=2020-07-27 17:18:59.642087000, delta=913000 ns, racy<=2502500 ns 17:18:59.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.643000000, lastModified=2020-07-27 17:18:59.642087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.643000000, lastModified=2020-07-27 17:18:59.642087000, delta=913000 ns, racy<=2502500 ns 17:18:59.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.643000000, lastModified=2020-07-27 17:18:59.642087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.642087000 to 2020-07-27 17:18:59.643087000 17:18:59.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.644000000, lastModified=2020-07-27 17:18:59.643087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.644000000, lastModified=2020-07-27 17:18:59.643087000, delta=913000 ns, racy<=2502500 ns 17:18:59.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.645000000, lastModified=2020-07-27 17:18:59.644087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.645000000, lastModified=2020-07-27 17:18:59.644087000, delta=913000 ns, racy<=2502500 ns 17:18:59.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.645000000, lastModified=2020-07-27 17:18:59.644087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.645000000, lastModified=2020-07-27 17:18:59.644087000, delta=913000 ns, racy<=2502500 ns 17:18:59.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.645000000, lastModified=2020-07-27 17:18:59.644087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.644087000 to 2020-07-27 17:18:59.645087000 17:18:59.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.646000000, lastModified=2020-07-27 17:18:59.645087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.645087000 to 2020-07-27 17:18:59.646087000 17:18:59.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.647000000, lastModified=2020-07-27 17:18:59.646087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.647000000, lastModified=2020-07-27 17:18:59.646087000, delta=913000 ns, racy<=2502500 ns 17:18:59.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.647000000, lastModified=2020-07-27 17:18:59.646087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.646087000 to 2020-07-27 17:18:59.647087000 17:18:59.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.648000000, lastModified=2020-07-27 17:18:59.647087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.648000000, lastModified=2020-07-27 17:18:59.647087000, delta=913000 ns, racy<=2502500 ns 17:18:59.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.648000000, lastModified=2020-07-27 17:18:59.647087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.648000000, lastModified=2020-07-27 17:18:59.647087000, delta=913000 ns, racy<=2502500 ns 17:18:59.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.649000000, lastModified=2020-07-27 17:18:59.648087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.649000000, lastModified=2020-07-27 17:18:59.648087000, delta=913000 ns, racy<=2502500 ns 17:18:59.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.649000000, lastModified=2020-07-27 17:18:59.648087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.649000000, lastModified=2020-07-27 17:18:59.648087000, delta=913000 ns, racy<=2502500 ns 17:18:59.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.649000000, lastModified=2020-07-27 17:18:59.648087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.648087000 to 2020-07-27 17:18:59.649087000 17:18:59.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.650000000, lastModified=2020-07-27 17:18:59.649087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.650000000, lastModified=2020-07-27 17:18:59.649087000, delta=913000 ns, racy<=2502500 ns 17:18:59.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.650000000, lastModified=2020-07-27 17:18:59.649087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.650000000, lastModified=2020-07-27 17:18:59.649087000, delta=913000 ns, racy<=2502500 ns 17:18:59.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.651000000, lastModified=2020-07-27 17:18:59.650087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.651000000, lastModified=2020-07-27 17:18:59.650087000, delta=913000 ns, racy<=2502500 ns 17:18:59.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.651000000, lastModified=2020-07-27 17:18:59.650087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.651000000, lastModified=2020-07-27 17:18:59.650087000, delta=913000 ns, racy<=2502500 ns 17:18:59.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.652000000, lastModified=2020-07-27 17:18:59.651087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.652000000, lastModified=2020-07-27 17:18:59.651087000, delta=913000 ns, racy<=2502500 ns 17:18:59.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.652000000, lastModified=2020-07-27 17:18:59.651087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.651087000 to 2020-07-27 17:18:59.652087000 17:18:59.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.653000000, lastModified=2020-07-27 17:18:59.652087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.653000000, lastModified=2020-07-27 17:18:59.652087000, delta=913000 ns, racy<=2502500 ns 17:18:59.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.653000000, lastModified=2020-07-27 17:18:59.652087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.652087000 to 2020-07-27 17:18:59.653087000 17:18:59.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.654000000, lastModified=2020-07-27 17:18:59.653087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.654000000, lastModified=2020-07-27 17:18:59.653087000, delta=913000 ns, racy<=2502500 ns 17:18:59.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.654000000, lastModified=2020-07-27 17:18:59.653087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.655 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.653087000 to 2020-07-27 17:18:59.654087000 17:18:59.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.656000000, lastModified=2020-07-27 17:18:59.655087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.655087000 to 2020-07-27 17:18:59.656087000 17:18:59.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.657000000, lastModified=2020-07-27 17:18:59.656087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.657000000, lastModified=2020-07-27 17:18:59.656087000, delta=913000 ns, racy<=2502500 ns 17:18:59.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.657000000, lastModified=2020-07-27 17:18:59.656087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.656087000 to 2020-07-27 17:18:59.657087000 17:18:59.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.658000000, lastModified=2020-07-27 17:18:59.657087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.658000000, lastModified=2020-07-27 17:18:59.657087000, delta=913000 ns, racy<=2502500 ns 17:18:59.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.658000000, lastModified=2020-07-27 17:18:59.657087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.658000000, lastModified=2020-07-27 17:18:59.657087000, delta=913000 ns, racy<=2502500 ns 17:18:59.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.659000000, lastModified=2020-07-27 17:18:59.658087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.659000000, lastModified=2020-07-27 17:18:59.658087000, delta=913000 ns, racy<=2502500 ns 17:18:59.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.659000000, lastModified=2020-07-27 17:18:59.658087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.659000000, lastModified=2020-07-27 17:18:59.658087000, delta=913000 ns, racy<=2502500 ns 17:18:59.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.660000000, lastModified=2020-07-27 17:18:59.659087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.660000000, lastModified=2020-07-27 17:18:59.659087000, delta=913000 ns, racy<=2502500 ns 17:18:59.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.660000000, lastModified=2020-07-27 17:18:59.659087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.660000000, lastModified=2020-07-27 17:18:59.659087000, delta=913000 ns, racy<=2502500 ns 17:18:59.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.661000000, lastModified=2020-07-27 17:18:59.660087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.661000000, lastModified=2020-07-27 17:18:59.660087000, delta=913000 ns, racy<=2502500 ns 17:18:59.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.661000000, lastModified=2020-07-27 17:18:59.660087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.661000000, lastModified=2020-07-27 17:18:59.660087000, delta=913000 ns, racy<=2502500 ns 17:18:59.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.662000000, lastModified=2020-07-27 17:18:59.661087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.662000000, lastModified=2020-07-27 17:18:59.661087000, delta=913000 ns, racy<=2502500 ns 17:18:59.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.662000000, lastModified=2020-07-27 17:18:59.661087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.662000000, lastModified=2020-07-27 17:18:59.661087000, delta=913000 ns, racy<=2502500 ns 17:18:59.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.662000000, lastModified=2020-07-27 17:18:59.661087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.661087000 to 2020-07-27 17:18:59.662087000 17:18:59.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.663000000, lastModified=2020-07-27 17:18:59.662087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.663000000, lastModified=2020-07-27 17:18:59.662087000, delta=913000 ns, racy<=2502500 ns 17:18:59.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.663000000, lastModified=2020-07-27 17:18:59.662087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.663000000, lastModified=2020-07-27 17:18:59.662087000, delta=913000 ns, racy<=2502500 ns 17:18:59.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.664000000, lastModified=2020-07-27 17:18:59.663087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.664000000, lastModified=2020-07-27 17:18:59.663087000, delta=913000 ns, racy<=2502500 ns 17:18:59.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.664000000, lastModified=2020-07-27 17:18:59.663087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.664000000, lastModified=2020-07-27 17:18:59.663087000, delta=913000 ns, racy<=2502500 ns 17:18:59.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.665000000, lastModified=2020-07-27 17:18:59.664087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.665000000, lastModified=2020-07-27 17:18:59.664087000, delta=913000 ns, racy<=2502500 ns 17:18:59.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.665000000, lastModified=2020-07-27 17:18:59.664087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.665000000, lastModified=2020-07-27 17:18:59.664087000, delta=913000 ns, racy<=2502500 ns 17:18:59.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.665000000, lastModified=2020-07-27 17:18:59.664087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.666 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.664087000 to 2020-07-27 17:18:59.665087000 17:18:59.666 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.666000000, lastModified=2020-07-27 17:18:59.665087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.665087000 to 2020-07-27 17:18:59.666087000 17:18:59.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.667000000, lastModified=2020-07-27 17:18:59.666087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.667000000, lastModified=2020-07-27 17:18:59.666087000, delta=913000 ns, racy<=2502500 ns 17:18:59.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.668 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.668000000, lastModified=2020-07-27 17:18:59.667087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.668 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.668000000, lastModified=2020-07-27 17:18:59.667087000, delta=913000 ns, racy<=2502500 ns 17:18:59.668 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.668 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.668000000, lastModified=2020-07-27 17:18:59.667087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.668 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.668000000, lastModified=2020-07-27 17:18:59.667087000, delta=913000 ns, racy<=2502500 ns 17:18:59.668 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.669000000, lastModified=2020-07-27 17:18:59.668087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.669000000, lastModified=2020-07-27 17:18:59.668087000, delta=913000 ns, racy<=2502500 ns 17:18:59.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.669000000, lastModified=2020-07-27 17:18:59.668087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.669000000, lastModified=2020-07-27 17:18:59.668087000, delta=913000 ns, racy<=2502500 ns 17:18:59.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.670 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.669000000, lastModified=2020-07-27 17:18:59.668087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.670 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.668087000 to 2020-07-27 17:18:59.669087000 17:18:59.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.671000000, lastModified=2020-07-27 17:18:59.670087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.671000000, lastModified=2020-07-27 17:18:59.670087000, delta=913000 ns, racy<=2502500 ns 17:18:59.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.671000000, lastModified=2020-07-27 17:18:59.670087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.671000000, lastModified=2020-07-27 17:18:59.670087000, delta=913000 ns, racy<=2502500 ns 17:18:59.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.672000000, lastModified=2020-07-27 17:18:59.671087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.672000000, lastModified=2020-07-27 17:18:59.671087000, delta=913000 ns, racy<=2502500 ns 17:18:59.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.672000000, lastModified=2020-07-27 17:18:59.671087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.672000000, lastModified=2020-07-27 17:18:59.671087000, delta=913000 ns, racy<=2502500 ns 17:18:59.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.673000000, lastModified=2020-07-27 17:18:59.672087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.673000000, lastModified=2020-07-27 17:18:59.672087000, delta=913000 ns, racy<=2502500 ns 17:18:59.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.673000000, lastModified=2020-07-27 17:18:59.672087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.673000000, lastModified=2020-07-27 17:18:59.672087000, delta=913000 ns, racy<=2502500 ns 17:18:59.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.674000000, lastModified=2020-07-27 17:18:59.673087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.674000000, lastModified=2020-07-27 17:18:59.673087000, delta=913000 ns, racy<=2502500 ns 17:18:59.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.674000000, lastModified=2020-07-27 17:18:59.673087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.674000000, lastModified=2020-07-27 17:18:59.673087000, delta=913000 ns, racy<=2502500 ns 17:18:59.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.675000000, lastModified=2020-07-27 17:18:59.674087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.675000000, lastModified=2020-07-27 17:18:59.674087000, delta=913000 ns, racy<=2502500 ns 17:18:59.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.675000000, lastModified=2020-07-27 17:18:59.674087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.676 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.674087000 to 2020-07-27 17:18:59.675087000 17:18:59.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.677000000, lastModified=2020-07-27 17:18:59.676087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.677000000, lastModified=2020-07-27 17:18:59.676087000, delta=913000 ns, racy<=2502500 ns 17:18:59.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.677000000, lastModified=2020-07-27 17:18:59.676087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.678 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.676087000 to 2020-07-27 17:18:59.677087000 17:18:59.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.679000000, lastModified=2020-07-27 17:18:59.677087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.677087000 to 2020-07-27 17:18:59.678087000 17:18:59.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.679000000, lastModified=2020-07-27 17:18:59.678087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.679000000, lastModified=2020-07-27 17:18:59.678087000, delta=913000 ns, racy<=2502500 ns 17:18:59.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.679000000, lastModified=2020-07-27 17:18:59.678087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.680 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.678087000 to 2020-07-27 17:18:59.679087000 17:18:59.680 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.680000000, lastModified=2020-07-27 17:18:59.679087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.680 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.680000000, lastModified=2020-07-27 17:18:59.679087000, delta=913000 ns, racy<=2502500 ns 17:18:59.680 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.681 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.681000000, lastModified=2020-07-27 17:18:59.680087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.681 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.681000000, lastModified=2020-07-27 17:18:59.680087000, delta=913000 ns, racy<=2502500 ns 17:18:59.681 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.681 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.681000000, lastModified=2020-07-27 17:18:59.680087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.681 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.681000000, lastModified=2020-07-27 17:18:59.680087000, delta=913000 ns, racy<=2502500 ns 17:18:59.681 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.682 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.682000000, lastModified=2020-07-27 17:18:59.681087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.681087000 to 2020-07-27 17:18:59.689087000 17:18:59.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.690000000, lastModified=2020-07-27 17:18:59.689087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.690000000, lastModified=2020-07-27 17:18:59.689087000, delta=913000 ns, racy<=2502500 ns 17:18:59.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.690000000, lastModified=2020-07-27 17:18:59.689087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.689087000 to 2020-07-27 17:18:59.690087000 17:18:59.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.691000000, lastModified=2020-07-27 17:18:59.690087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.691000000, lastModified=2020-07-27 17:18:59.690087000, delta=913000 ns, racy<=2502500 ns 17:18:59.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.691000000, lastModified=2020-07-27 17:18:59.690087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.692 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.690087000 to 2020-07-27 17:18:59.691087000 17:18:59.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.693000000, lastModified=2020-07-27 17:18:59.692087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.693000000, lastModified=2020-07-27 17:18:59.692087000, delta=913000 ns, racy<=2502500 ns 17:18:59.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.693000000, lastModified=2020-07-27 17:18:59.692087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.693000000, lastModified=2020-07-27 17:18:59.692087000, delta=913000 ns, racy<=2502500 ns 17:18:59.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.694000000, lastModified=2020-07-27 17:18:59.693087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.694000000, lastModified=2020-07-27 17:18:59.693087000, delta=913000 ns, racy<=2502500 ns 17:18:59.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.694000000, lastModified=2020-07-27 17:18:59.693087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.693087000 to 2020-07-27 17:18:59.694087000 17:18:59.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.695000000, lastModified=2020-07-27 17:18:59.694087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.695000000, lastModified=2020-07-27 17:18:59.694087000, delta=913000 ns, racy<=2502500 ns 17:18:59.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.695000000, lastModified=2020-07-27 17:18:59.694087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.695000000, lastModified=2020-07-27 17:18:59.694087000, delta=913000 ns, racy<=2502500 ns 17:18:59.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.696000000, lastModified=2020-07-27 17:18:59.695087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.696000000, lastModified=2020-07-27 17:18:59.695087000, delta=913000 ns, racy<=2502500 ns 17:18:59.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.696000000, lastModified=2020-07-27 17:18:59.695087000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.696000000, lastModified=2020-07-27 17:18:59.695087000, delta=913000 ns, racy<=2502500 ns 17:18:59.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.697000000, lastModified=2020-07-27 17:18:59.696088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.697000000, lastModified=2020-07-27 17:18:59.696088000, delta=912000 ns, racy<=2502500 ns 17:18:59.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.697000000, lastModified=2020-07-27 17:18:59.696088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.697000000, lastModified=2020-07-27 17:18:59.696088000, delta=912000 ns, racy<=2502500 ns 17:18:59.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.698000000, lastModified=2020-07-27 17:18:59.697088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.698000000, lastModified=2020-07-27 17:18:59.697088000, delta=912000 ns, racy<=2502500 ns 17:18:59.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.698000000, lastModified=2020-07-27 17:18:59.697088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.698000000, lastModified=2020-07-27 17:18:59.697088000, delta=912000 ns, racy<=2502500 ns 17:18:59.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.699000000, lastModified=2020-07-27 17:18:59.698088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.699000000, lastModified=2020-07-27 17:18:59.698088000, delta=912000 ns, racy<=2502500 ns 17:18:59.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.699000000, lastModified=2020-07-27 17:18:59.698088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.699000000, lastModified=2020-07-27 17:18:59.698088000, delta=912000 ns, racy<=2502500 ns 17:18:59.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.700000000, lastModified=2020-07-27 17:18:59.699088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.700000000, lastModified=2020-07-27 17:18:59.699088000, delta=912000 ns, racy<=2502500 ns 17:18:59.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.701000000, lastModified=2020-07-27 17:18:59.700088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.701000000, lastModified=2020-07-27 17:18:59.700088000, delta=912000 ns, racy<=2502500 ns 17:18:59.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.701000000, lastModified=2020-07-27 17:18:59.700088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.700088000 to 2020-07-27 17:18:59.701088000 17:18:59.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.702000000, lastModified=2020-07-27 17:18:59.701088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.702000000, lastModified=2020-07-27 17:18:59.701088000, delta=912000 ns, racy<=2502500 ns 17:18:59.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.703000000, lastModified=2020-07-27 17:18:59.702088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.703000000, lastModified=2020-07-27 17:18:59.702088000, delta=912000 ns, racy<=2502500 ns 17:18:59.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.703000000, lastModified=2020-07-27 17:18:59.702088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.702088000 to 2020-07-27 17:18:59.703088000 17:18:59.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.704000000, lastModified=2020-07-27 17:18:59.703088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.704000000, lastModified=2020-07-27 17:18:59.703088000, delta=912000 ns, racy<=2502500 ns 17:18:59.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.704000000, lastModified=2020-07-27 17:18:59.703088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.703088000 to 2020-07-27 17:18:59.704088000 17:18:59.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.705000000, lastModified=2020-07-27 17:18:59.704088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.705000000, lastModified=2020-07-27 17:18:59.704088000, delta=912000 ns, racy<=2502500 ns 17:18:59.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.705000000, lastModified=2020-07-27 17:18:59.704088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.704088000 to 2020-07-27 17:18:59.705088000 17:18:59.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.706000000, lastModified=2020-07-27 17:18:59.705088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.706000000, lastModified=2020-07-27 17:18:59.705088000, delta=912000 ns, racy<=2502500 ns 17:18:59.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.706000000, lastModified=2020-07-27 17:18:59.705088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.705088000 to 2020-07-27 17:18:59.706088000 17:18:59.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.708000000, lastModified=2020-07-27 17:18:59.707088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.708000000, lastModified=2020-07-27 17:18:59.707088000, delta=912000 ns, racy<=2502500 ns 17:18:59.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.708000000, lastModified=2020-07-27 17:18:59.707088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.707088000 to 2020-07-27 17:18:59.708088000 17:18:59.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.709000000, lastModified=2020-07-27 17:18:59.708088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.709000000, lastModified=2020-07-27 17:18:59.708088000, delta=912000 ns, racy<=2502500 ns 17:18:59.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.709000000, lastModified=2020-07-27 17:18:59.708088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.708088000 to 2020-07-27 17:18:59.709088000 17:18:59.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.710000000, lastModified=2020-07-27 17:18:59.709088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.710000000, lastModified=2020-07-27 17:18:59.709088000, delta=912000 ns, racy<=2502500 ns 17:18:59.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.710000000, lastModified=2020-07-27 17:18:59.709088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.709088000 to 2020-07-27 17:18:59.710088000 17:18:59.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.711000000, lastModified=2020-07-27 17:18:59.710088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.711000000, lastModified=2020-07-27 17:18:59.710088000, delta=912000 ns, racy<=2502500 ns 17:18:59.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.712000000, lastModified=2020-07-27 17:18:59.711088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.712000000, lastModified=2020-07-27 17:18:59.711088000, delta=912000 ns, racy<=2502500 ns 17:18:59.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.712000000, lastModified=2020-07-27 17:18:59.711088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.712000000, lastModified=2020-07-27 17:18:59.711088000, delta=912000 ns, racy<=2502500 ns 17:18:59.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.713000000, lastModified=2020-07-27 17:18:59.712088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.713000000, lastModified=2020-07-27 17:18:59.712088000, delta=912000 ns, racy<=2502500 ns 17:18:59.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.714000000, lastModified=2020-07-27 17:18:59.713088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.714000000, lastModified=2020-07-27 17:18:59.713088000, delta=912000 ns, racy<=2502500 ns 17:18:59.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.714000000, lastModified=2020-07-27 17:18:59.713088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.713088000 to 2020-07-27 17:18:59.714088000 17:18:59.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.715000000, lastModified=2020-07-27 17:18:59.714088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.715000000, lastModified=2020-07-27 17:18:59.714088000, delta=912000 ns, racy<=2502500 ns 17:18:59.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.715000000, lastModified=2020-07-27 17:18:59.714088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.714088000 to 2020-07-27 17:18:59.715088000 17:18:59.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.716000000, lastModified=2020-07-27 17:18:59.715088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.716000000, lastModified=2020-07-27 17:18:59.715088000, delta=912000 ns, racy<=2502500 ns 17:18:59.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.717000000, lastModified=2020-07-27 17:18:59.716088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.717000000, lastModified=2020-07-27 17:18:59.716088000, delta=912000 ns, racy<=2502500 ns 17:18:59.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.717000000, lastModified=2020-07-27 17:18:59.716088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.717000000, lastModified=2020-07-27 17:18:59.716088000, delta=912000 ns, racy<=2502500 ns 17:18:59.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.718000000, lastModified=2020-07-27 17:18:59.717088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.718000000, lastModified=2020-07-27 17:18:59.717088000, delta=912000 ns, racy<=2502500 ns 17:18:59.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.718000000, lastModified=2020-07-27 17:18:59.717088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.718000000, lastModified=2020-07-27 17:18:59.717088000, delta=912000 ns, racy<=2502500 ns 17:18:59.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.719000000, lastModified=2020-07-27 17:18:59.718088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.719000000, lastModified=2020-07-27 17:18:59.718088000, delta=912000 ns, racy<=2502500 ns 17:18:59.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.719000000, lastModified=2020-07-27 17:18:59.718088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.718088000 to 2020-07-27 17:18:59.719088000 17:18:59.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.720000000, lastModified=2020-07-27 17:18:59.719088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.720000000, lastModified=2020-07-27 17:18:59.719088000, delta=912000 ns, racy<=2502500 ns 17:18:59.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.721000000, lastModified=2020-07-27 17:18:59.720088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.721000000, lastModified=2020-07-27 17:18:59.720088000, delta=912000 ns, racy<=2502500 ns 17:18:59.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.721000000, lastModified=2020-07-27 17:18:59.720088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.721000000, lastModified=2020-07-27 17:18:59.720088000, delta=912000 ns, racy<=2502500 ns 17:18:59.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.722000000, lastModified=2020-07-27 17:18:59.721088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.723 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.721088000 to 2020-07-27 17:18:59.722088000 17:18:59.723 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.723000000, lastModified=2020-07-27 17:18:59.722088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.722088000 to 2020-07-27 17:18:59.723088000 17:18:59.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.724000000, lastModified=2020-07-27 17:18:59.723088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.724000000, lastModified=2020-07-27 17:18:59.723088000, delta=912000 ns, racy<=2502500 ns 17:18:59.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.725000000, lastModified=2020-07-27 17:18:59.724088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.725000000, lastModified=2020-07-27 17:18:59.724088000, delta=912000 ns, racy<=2502500 ns 17:18:59.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.725000000, lastModified=2020-07-27 17:18:59.724088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.725000000, lastModified=2020-07-27 17:18:59.724088000, delta=912000 ns, racy<=2502500 ns 17:18:59.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.726000000, lastModified=2020-07-27 17:18:59.725088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.726000000, lastModified=2020-07-27 17:18:59.725088000, delta=912000 ns, racy<=2502500 ns 17:18:59.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.726000000, lastModified=2020-07-27 17:18:59.725088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.726000000, lastModified=2020-07-27 17:18:59.725088000, delta=912000 ns, racy<=2502500 ns 17:18:59.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.727000000, lastModified=2020-07-27 17:18:59.726088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.727000000, lastModified=2020-07-27 17:18:59.726088000, delta=912000 ns, racy<=2502500 ns 17:18:59.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.728000000, lastModified=2020-07-27 17:18:59.727088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.728000000, lastModified=2020-07-27 17:18:59.727088000, delta=912000 ns, racy<=2502500 ns 17:18:59.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.728000000, lastModified=2020-07-27 17:18:59.727088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.727088000 to 2020-07-27 17:18:59.728088000 17:18:59.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.729000000, lastModified=2020-07-27 17:18:59.728088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.729000000, lastModified=2020-07-27 17:18:59.728088000, delta=912000 ns, racy<=2502500 ns 17:18:59.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.729000000, lastModified=2020-07-27 17:18:59.728088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.730 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.728088000 to 2020-07-27 17:18:59.729088000 17:18:59.730 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.730000000, lastModified=2020-07-27 17:18:59.729088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.730 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.730000000, lastModified=2020-07-27 17:18:59.729088000, delta=912000 ns, racy<=2502500 ns 17:18:59.730 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.730000000, lastModified=2020-07-27 17:18:59.729088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.729088000 to 2020-07-27 17:18:59.730088000 17:18:59.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.731000000, lastModified=2020-07-27 17:18:59.730088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.731000000, lastModified=2020-07-27 17:18:59.730088000, delta=912000 ns, racy<=2502500 ns 17:18:59.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.732000000, lastModified=2020-07-27 17:18:59.731088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.732000000, lastModified=2020-07-27 17:18:59.731088000, delta=912000 ns, racy<=2502500 ns 17:18:59.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.732000000, lastModified=2020-07-27 17:18:59.731088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.732000000, lastModified=2020-07-27 17:18:59.731088000, delta=912000 ns, racy<=2502500 ns 17:18:59.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.733000000, lastModified=2020-07-27 17:18:59.732088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.733000000, lastModified=2020-07-27 17:18:59.732088000, delta=912000 ns, racy<=2502500 ns 17:18:59.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.733000000, lastModified=2020-07-27 17:18:59.732088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.732088000 to 2020-07-27 17:18:59.733088000 17:18:59.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.734000000, lastModified=2020-07-27 17:18:59.733088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.735 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.733088000 to 2020-07-27 17:18:59.734088000 17:18:59.735 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.735000000, lastModified=2020-07-27 17:18:59.734088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.735000000, lastModified=2020-07-27 17:18:59.734088000, delta=912000 ns, racy<=2502500 ns 17:18:59.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.736000000, lastModified=2020-07-27 17:18:59.735088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.736000000, lastModified=2020-07-27 17:18:59.735088000, delta=912000 ns, racy<=2502500 ns 17:18:59.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.737 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.736000000, lastModified=2020-07-27 17:18:59.735088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.737 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.735088000 to 2020-07-27 17:18:59.736088000 17:18:59.737 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.737000000, lastModified=2020-07-27 17:18:59.736088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.736088000 to 2020-07-27 17:18:59.737088000 17:18:59.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.738000000, lastModified=2020-07-27 17:18:59.737088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.738000000, lastModified=2020-07-27 17:18:59.737088000, delta=912000 ns, racy<=2502500 ns 17:18:59.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.738000000, lastModified=2020-07-27 17:18:59.737088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.739 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.737088000 to 2020-07-27 17:18:59.738088000 17:18:59.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.740000000, lastModified=2020-07-27 17:18:59.739088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.740000000, lastModified=2020-07-27 17:18:59.739088000, delta=912000 ns, racy<=2502500 ns 17:18:59.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.743 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.743000000, lastModified=2020-07-27 17:18:59.742088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.743 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.743000000, lastModified=2020-07-27 17:18:59.742088000, delta=912000 ns, racy<=2502500 ns 17:18:59.743 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.743 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.743000000, lastModified=2020-07-27 17:18:59.742088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.743 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.743000000, lastModified=2020-07-27 17:18:59.742088000, delta=912000 ns, racy<=2502500 ns 17:18:59.743 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.744000000, lastModified=2020-07-27 17:18:59.743088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.744000000, lastModified=2020-07-27 17:18:59.743088000, delta=912000 ns, racy<=2502500 ns 17:18:59.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.745 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.745000000, lastModified=2020-07-27 17:18:59.744088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.745 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.745000000, lastModified=2020-07-27 17:18:59.744088000, delta=912000 ns, racy<=2502500 ns 17:18:59.745 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.745 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.745000000, lastModified=2020-07-27 17:18:59.744088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.744088000 to 2020-07-27 17:18:59.745088000 17:18:59.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.746000000, lastModified=2020-07-27 17:18:59.745088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.746000000, lastModified=2020-07-27 17:18:59.745088000, delta=912000 ns, racy<=2502500 ns 17:18:59.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.747000000, lastModified=2020-07-27 17:18:59.746088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.747000000, lastModified=2020-07-27 17:18:59.746088000, delta=912000 ns, racy<=2502500 ns 17:18:59.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.748000000, lastModified=2020-07-27 17:18:59.747088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.748000000, lastModified=2020-07-27 17:18:59.747088000, delta=912000 ns, racy<=2502500 ns 17:18:59.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.748000000, lastModified=2020-07-27 17:18:59.747088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.749 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.747088000 to 2020-07-27 17:18:59.748088000 17:18:59.749 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.749000000, lastModified=2020-07-27 17:18:59.748088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.750 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.748088000 to 2020-07-27 17:18:59.749088000 17:18:59.751 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.751000000, lastModified=2020-07-27 17:18:59.750088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.751 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.751000000, lastModified=2020-07-27 17:18:59.750088000, delta=912000 ns, racy<=2502500 ns 17:18:59.751 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.751 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.751000000, lastModified=2020-07-27 17:18:59.750088000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.752 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.750088000 to 2020-07-27 17:18:59.751089000 17:18:59.752 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.752000000, lastModified=2020-07-27 17:18:59.751089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.753 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.751089000 to 2020-07-27 17:18:59.752089000 17:18:59.753 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.753000000, lastModified=2020-07-27 17:18:59.752089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.752089000 to 2020-07-27 17:18:59.753089000 17:18:59.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.754000000, lastModified=2020-07-27 17:18:59.753089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.753089000 to 2020-07-27 17:18:59.754089000 17:18:59.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.755000000, lastModified=2020-07-27 17:18:59.754089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.755000000, lastModified=2020-07-27 17:18:59.754089000, delta=911000 ns, racy<=2502500 ns 17:18:59.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.756000000, lastModified=2020-07-27 17:18:59.755089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.756000000, lastModified=2020-07-27 17:18:59.755089000, delta=911000 ns, racy<=2502500 ns 17:18:59.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.757000000, lastModified=2020-07-27 17:18:59.756089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.756089000 to 2020-07-27 17:18:59.757089000 17:18:59.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.758000000, lastModified=2020-07-27 17:18:59.757089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.758000000, lastModified=2020-07-27 17:18:59.757089000, delta=911000 ns, racy<=2502500 ns 17:18:59.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.759000000, lastModified=2020-07-27 17:18:59.757089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.757089000 to 2020-07-27 17:18:59.758089000 17:18:59.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.759000000, lastModified=2020-07-27 17:18:59.758089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.759000000, lastModified=2020-07-27 17:18:59.758089000, delta=911000 ns, racy<=2502500 ns 17:18:59.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.759000000, lastModified=2020-07-27 17:18:59.758089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.758089000 to 2020-07-27 17:18:59.759089000 17:18:59.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.760000000, lastModified=2020-07-27 17:18:59.759089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.759089000 to 2020-07-27 17:18:59.760089000 17:18:59.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.761000000, lastModified=2020-07-27 17:18:59.760089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.760089000 to 2020-07-27 17:18:59.761089000 17:18:59.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.790000000, lastModified=2020-07-27 17:18:59.790089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.790000000, lastModified=2020-07-27 17:18:59.790089000, delta=-89000 ns, racy<=2502500 ns 17:18:59.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.791000000, lastModified=2020-07-27 17:18:59.790089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.791000000, lastModified=2020-07-27 17:18:59.790089000, delta=911000 ns, racy<=2502500 ns 17:18:59.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.792000000, lastModified=2020-07-27 17:18:59.791089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.792000000, lastModified=2020-07-27 17:18:59.791089000, delta=911000 ns, racy<=2502500 ns 17:18:59.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.793000000, lastModified=2020-07-27 17:18:59.792089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.793000000, lastModified=2020-07-27 17:18:59.792089000, delta=911000 ns, racy<=2502500 ns 17:18:59.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.794000000, lastModified=2020-07-27 17:18:59.792089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.792089000 to 2020-07-27 17:18:59.793089000 17:18:59.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.794000000, lastModified=2020-07-27 17:18:59.793089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.794000000, lastModified=2020-07-27 17:18:59.793089000, delta=911000 ns, racy<=2502500 ns 17:18:59.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.795000000, lastModified=2020-07-27 17:18:59.794089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.795000000, lastModified=2020-07-27 17:18:59.794089000, delta=911000 ns, racy<=2502500 ns 17:18:59.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.795000000, lastModified=2020-07-27 17:18:59.794089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.794089000 to 2020-07-27 17:18:59.795089000 17:18:59.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.796000000, lastModified=2020-07-27 17:18:59.795089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.796000000, lastModified=2020-07-27 17:18:59.795089000, delta=911000 ns, racy<=2502500 ns 17:18:59.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.797000000, lastModified=2020-07-27 17:18:59.795089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.795089000 to 2020-07-27 17:18:59.796089000 17:18:59.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.797000000, lastModified=2020-07-27 17:18:59.796089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.797000000, lastModified=2020-07-27 17:18:59.796089000, delta=911000 ns, racy<=2502500 ns 17:18:59.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.798000000, lastModified=2020-07-27 17:18:59.797089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.798000000, lastModified=2020-07-27 17:18:59.797089000, delta=911000 ns, racy<=2502500 ns 17:18:59.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.798000000, lastModified=2020-07-27 17:18:59.797089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.798000000, lastModified=2020-07-27 17:18:59.797089000, delta=911000 ns, racy<=2502500 ns 17:18:59.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.799000000, lastModified=2020-07-27 17:18:59.798089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.798089000 to 2020-07-27 17:18:59.799089000 17:18:59.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.801000000, lastModified=2020-07-27 17:18:59.800089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.801000000, lastModified=2020-07-27 17:18:59.800089000, delta=911000 ns, racy<=2502500 ns 17:18:59.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.801000000, lastModified=2020-07-27 17:18:59.800089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.800089000 to 2020-07-27 17:18:59.801089000 17:18:59.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.802000000, lastModified=2020-07-27 17:18:59.801089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.802000000, lastModified=2020-07-27 17:18:59.801089000, delta=911000 ns, racy<=2502500 ns 17:18:59.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.803000000, lastModified=2020-07-27 17:18:59.802089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.803000000, lastModified=2020-07-27 17:18:59.802089000, delta=911000 ns, racy<=2502500 ns 17:18:59.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.803000000, lastModified=2020-07-27 17:18:59.802089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.803000000, lastModified=2020-07-27 17:18:59.802089000, delta=911000 ns, racy<=2502500 ns 17:18:59.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.804000000, lastModified=2020-07-27 17:18:59.803089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.803089000 to 2020-07-27 17:18:59.804089000 17:18:59.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.805000000, lastModified=2020-07-27 17:18:59.804089000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.804089000 to 2020-07-27 17:18:59.807090000 17:18:59.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.809000000, lastModified=2020-07-27 17:18:59.808090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.808090000 to 2020-07-27 17:18:59.810090000 17:18:59.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.811000000, lastModified=2020-07-27 17:18:59.810090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.810090000 to 2020-07-27 17:18:59.811090000 17:18:59.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.813000000, lastModified=2020-07-27 17:18:59.812090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.813000000, lastModified=2020-07-27 17:18:59.812090000, delta=910000 ns, racy<=2502500 ns 17:18:59.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.813000000, lastModified=2020-07-27 17:18:59.812090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.812090000 to 2020-07-27 17:18:59.813090000 17:18:59.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.814000000, lastModified=2020-07-27 17:18:59.813090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.814000000, lastModified=2020-07-27 17:18:59.813090000, delta=910000 ns, racy<=2502500 ns 17:18:59.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.814000000, lastModified=2020-07-27 17:18:59.813090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.814000000, lastModified=2020-07-27 17:18:59.813090000, delta=910000 ns, racy<=2502500 ns 17:18:59.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.815000000, lastModified=2020-07-27 17:18:59.814090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.815000000, lastModified=2020-07-27 17:18:59.814090000, delta=910000 ns, racy<=2502500 ns 17:18:59.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.815000000, lastModified=2020-07-27 17:18:59.814090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.814090000 to 2020-07-27 17:18:59.815090000 17:18:59.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.816000000, lastModified=2020-07-27 17:18:59.815090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.816000000, lastModified=2020-07-27 17:18:59.815090000, delta=910000 ns, racy<=2502500 ns 17:18:59.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.817000000, lastModified=2020-07-27 17:18:59.816090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.817000000, lastModified=2020-07-27 17:18:59.816090000, delta=910000 ns, racy<=2502500 ns 17:18:59.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.817000000, lastModified=2020-07-27 17:18:59.816090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.816090000 to 2020-07-27 17:18:59.817090000 17:18:59.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.818000000, lastModified=2020-07-27 17:18:59.817090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.818000000, lastModified=2020-07-27 17:18:59.817090000, delta=910000 ns, racy<=2502500 ns 17:18:59.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.818000000, lastModified=2020-07-27 17:18:59.817090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.818000000, lastModified=2020-07-27 17:18:59.817090000, delta=910000 ns, racy<=2502500 ns 17:18:59.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.819000000, lastModified=2020-07-27 17:18:59.818090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.819000000, lastModified=2020-07-27 17:18:59.818090000, delta=910000 ns, racy<=2502500 ns 17:18:59.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.819000000, lastModified=2020-07-27 17:18:59.818090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.819000000, lastModified=2020-07-27 17:18:59.818090000, delta=910000 ns, racy<=2502500 ns 17:18:59.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.819000000, lastModified=2020-07-27 17:18:59.818090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.818090000 to 2020-07-27 17:18:59.819090000 17:18:59.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.820000000, lastModified=2020-07-27 17:18:59.819090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.820000000, lastModified=2020-07-27 17:18:59.819090000, delta=910000 ns, racy<=2502500 ns 17:18:59.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.821 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.820000000, lastModified=2020-07-27 17:18:59.819090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.821 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.819090000 to 2020-07-27 17:18:59.820090000 17:18:59.821 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.821000000, lastModified=2020-07-27 17:18:59.820090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.820090000 to 2020-07-27 17:18:59.821090000 17:18:59.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.822000000, lastModified=2020-07-27 17:18:59.821090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.822000000, lastModified=2020-07-27 17:18:59.821090000, delta=910000 ns, racy<=2502500 ns 17:18:59.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.823 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.823000000, lastModified=2020-07-27 17:18:59.821090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.823 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.821090000 to 2020-07-27 17:18:59.822090000 17:18:59.823 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.823000000, lastModified=2020-07-27 17:18:59.822090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.822090000 to 2020-07-27 17:18:59.823090000 17:18:59.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.824000000, lastModified=2020-07-27 17:18:59.823090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.824000000, lastModified=2020-07-27 17:18:59.823090000, delta=910000 ns, racy<=2502500 ns 17:18:59.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.824000000, lastModified=2020-07-27 17:18:59.823090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.823090000 to 2020-07-27 17:18:59.824090000 17:18:59.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.825000000, lastModified=2020-07-27 17:18:59.824090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.825000000, lastModified=2020-07-27 17:18:59.824090000, delta=910000 ns, racy<=2502500 ns 17:18:59.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.826000000, lastModified=2020-07-27 17:18:59.825090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.826000000, lastModified=2020-07-27 17:18:59.825090000, delta=910000 ns, racy<=2502500 ns 17:18:59.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.827000000, lastModified=2020-07-27 17:18:59.826090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.827000000, lastModified=2020-07-27 17:18:59.826090000, delta=910000 ns, racy<=2502500 ns 17:18:59.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.828 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.828000000, lastModified=2020-07-27 17:18:59.827090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.828 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.828000000, lastModified=2020-07-27 17:18:59.827090000, delta=910000 ns, racy<=2502500 ns 17:18:59.828 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.828 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.828000000, lastModified=2020-07-27 17:18:59.827090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.827090000 to 2020-07-27 17:18:59.828090000 17:18:59.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.829000000, lastModified=2020-07-27 17:18:59.828090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.829000000, lastModified=2020-07-27 17:18:59.828090000, delta=910000 ns, racy<=2502500 ns 17:18:59.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.829000000, lastModified=2020-07-27 17:18:59.828090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.829000000, lastModified=2020-07-27 17:18:59.828090000, delta=910000 ns, racy<=2502500 ns 17:18:59.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.830000000, lastModified=2020-07-27 17:18:59.829090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.830000000, lastModified=2020-07-27 17:18:59.829090000, delta=910000 ns, racy<=2502500 ns 17:18:59.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.830000000, lastModified=2020-07-27 17:18:59.829090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.830000000, lastModified=2020-07-27 17:18:59.829090000, delta=910000 ns, racy<=2502500 ns 17:18:59.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.831000000, lastModified=2020-07-27 17:18:59.830090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.831000000, lastModified=2020-07-27 17:18:59.830090000, delta=910000 ns, racy<=2502500 ns 17:18:59.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.832000000, lastModified=2020-07-27 17:18:59.831090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.832000000, lastModified=2020-07-27 17:18:59.831090000, delta=910000 ns, racy<=2502500 ns 17:18:59.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.832000000, lastModified=2020-07-27 17:18:59.831090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.833 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.831090000 to 2020-07-27 17:18:59.832090000 17:18:59.833 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.833000000, lastModified=2020-07-27 17:18:59.832090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.834 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.832090000 to 2020-07-27 17:18:59.833090000 17:18:59.835 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.835000000, lastModified=2020-07-27 17:18:59.834090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.835 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.835000000, lastModified=2020-07-27 17:18:59.834090000, delta=910000 ns, racy<=2502500 ns 17:18:59.835 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.835 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.835000000, lastModified=2020-07-27 17:18:59.834090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.835 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.835000000, lastModified=2020-07-27 17:18:59.834090000, delta=910000 ns, racy<=2502500 ns 17:18:59.835 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.836000000, lastModified=2020-07-27 17:18:59.835090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.836000000, lastModified=2020-07-27 17:18:59.835090000, delta=910000 ns, racy<=2502500 ns 17:18:59.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.836000000, lastModified=2020-07-27 17:18:59.835090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.836000000, lastModified=2020-07-27 17:18:59.835090000, delta=910000 ns, racy<=2502500 ns 17:18:59.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.837000000, lastModified=2020-07-27 17:18:59.835090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.835090000 to 2020-07-27 17:18:59.836090000 17:18:59.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.837000000, lastModified=2020-07-27 17:18:59.836090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.837000000, lastModified=2020-07-27 17:18:59.836090000, delta=910000 ns, racy<=2502500 ns 17:18:59.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.838 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.838000000, lastModified=2020-07-27 17:18:59.836090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.838 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.836090000 to 2020-07-27 17:18:59.837090000 17:18:59.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.838000000, lastModified=2020-07-27 17:18:59.837090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.837090000 to 2020-07-27 17:18:59.838090000 17:18:59.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.839000000, lastModified=2020-07-27 17:18:59.838090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.838090000 to 2020-07-27 17:18:59.839090000 17:18:59.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.840000000, lastModified=2020-07-27 17:18:59.839090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.840000000, lastModified=2020-07-27 17:18:59.839090000, delta=910000 ns, racy<=2502500 ns 17:18:59.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.841000000, lastModified=2020-07-27 17:18:59.840090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.841000000, lastModified=2020-07-27 17:18:59.840090000, delta=910000 ns, racy<=2502500 ns 17:18:59.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.841000000, lastModified=2020-07-27 17:18:59.840090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.840090000 to 2020-07-27 17:18:59.841090000 17:18:59.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.842000000, lastModified=2020-07-27 17:18:59.841090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.842000000, lastModified=2020-07-27 17:18:59.841090000, delta=910000 ns, racy<=2502500 ns 17:18:59.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.843000000, lastModified=2020-07-27 17:18:59.841090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.841090000 to 2020-07-27 17:18:59.842090000 17:18:59.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.843000000, lastModified=2020-07-27 17:18:59.842090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.842090000 to 2020-07-27 17:18:59.843090000 17:18:59.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.844000000, lastModified=2020-07-27 17:18:59.843090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.844000000, lastModified=2020-07-27 17:18:59.843090000, delta=910000 ns, racy<=2502500 ns 17:18:59.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.844000000, lastModified=2020-07-27 17:18:59.843090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.843090000 to 2020-07-27 17:18:59.844090000 17:18:59.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.845000000, lastModified=2020-07-27 17:18:59.844090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.845000000, lastModified=2020-07-27 17:18:59.844090000, delta=910000 ns, racy<=2502500 ns 17:18:59.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.846000000, lastModified=2020-07-27 17:18:59.845090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.846000000, lastModified=2020-07-27 17:18:59.845090000, delta=910000 ns, racy<=2502500 ns 17:18:59.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.846000000, lastModified=2020-07-27 17:18:59.845090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.846000000, lastModified=2020-07-27 17:18:59.845090000, delta=910000 ns, racy<=2502500 ns 17:18:59.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.847000000, lastModified=2020-07-27 17:18:59.846090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.847000000, lastModified=2020-07-27 17:18:59.846090000, delta=910000 ns, racy<=2502500 ns 17:18:59.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.847000000, lastModified=2020-07-27 17:18:59.846090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.847000000, lastModified=2020-07-27 17:18:59.846090000, delta=910000 ns, racy<=2502500 ns 17:18:59.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.848000000, lastModified=2020-07-27 17:18:59.846090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.846090000 to 2020-07-27 17:18:59.847090000 17:18:59.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.848000000, lastModified=2020-07-27 17:18:59.847090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.848000000, lastModified=2020-07-27 17:18:59.847090000, delta=910000 ns, racy<=2502500 ns 17:18:59.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.848000000, lastModified=2020-07-27 17:18:59.847090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.848000000, lastModified=2020-07-27 17:18:59.847090000, delta=910000 ns, racy<=2502500 ns 17:18:59.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.849000000, lastModified=2020-07-27 17:18:59.848090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.849000000, lastModified=2020-07-27 17:18:59.848090000, delta=910000 ns, racy<=2502500 ns 17:18:59.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.849000000, lastModified=2020-07-27 17:18:59.848090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.849000000, lastModified=2020-07-27 17:18:59.848090000, delta=910000 ns, racy<=2502500 ns 17:18:59.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.850000000, lastModified=2020-07-27 17:18:59.849090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.850000000, lastModified=2020-07-27 17:18:59.849090000, delta=910000 ns, racy<=2502500 ns 17:18:59.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.850000000, lastModified=2020-07-27 17:18:59.849090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.850000000, lastModified=2020-07-27 17:18:59.849090000, delta=910000 ns, racy<=2502500 ns 17:18:59.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.850000000, lastModified=2020-07-27 17:18:59.849090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.849090000 to 2020-07-27 17:18:59.850090000 17:18:59.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.852000000, lastModified=2020-07-27 17:18:59.850090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.850090000 to 2020-07-27 17:18:59.851090000 17:18:59.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.852000000, lastModified=2020-07-27 17:18:59.851090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.852000000, lastModified=2020-07-27 17:18:59.851090000, delta=910000 ns, racy<=2502500 ns 17:18:59.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.853000000, lastModified=2020-07-27 17:18:59.852090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.853000000, lastModified=2020-07-27 17:18:59.852090000, delta=910000 ns, racy<=2502500 ns 17:18:59.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.854000000, lastModified=2020-07-27 17:18:59.853090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.854000000, lastModified=2020-07-27 17:18:59.853090000, delta=910000 ns, racy<=2502500 ns 17:18:59.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.854000000, lastModified=2020-07-27 17:18:59.853090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.854000000, lastModified=2020-07-27 17:18:59.853090000, delta=910000 ns, racy<=2502500 ns 17:18:59.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.855000000, lastModified=2020-07-27 17:18:59.854090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.855000000, lastModified=2020-07-27 17:18:59.854090000, delta=910000 ns, racy<=2502500 ns 17:18:59.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.856000000, lastModified=2020-07-27 17:18:59.855090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.855090000 to 2020-07-27 17:18:59.856090000 17:18:59.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.857000000, lastModified=2020-07-27 17:18:59.856090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.857000000, lastModified=2020-07-27 17:18:59.856090000, delta=910000 ns, racy<=2502500 ns 17:18:59.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.858000000, lastModified=2020-07-27 17:18:59.857090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.858000000, lastModified=2020-07-27 17:18:59.857090000, delta=910000 ns, racy<=2502500 ns 17:18:59.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.858000000, lastModified=2020-07-27 17:18:59.857090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.858000000, lastModified=2020-07-27 17:18:59.857090000, delta=910000 ns, racy<=2502500 ns 17:18:59.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.859000000, lastModified=2020-07-27 17:18:59.858090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.859000000, lastModified=2020-07-27 17:18:59.858090000, delta=910000 ns, racy<=2502500 ns 17:18:59.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.859000000, lastModified=2020-07-27 17:18:59.858090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.859000000, lastModified=2020-07-27 17:18:59.858090000, delta=910000 ns, racy<=2502500 ns 17:18:59.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.860000000, lastModified=2020-07-27 17:18:59.859090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.860000000, lastModified=2020-07-27 17:18:59.859090000, delta=910000 ns, racy<=2502500 ns 17:18:59.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.860000000, lastModified=2020-07-27 17:18:59.859090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.860000000, lastModified=2020-07-27 17:18:59.859090000, delta=910000 ns, racy<=2502500 ns 17:18:59.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.861000000, lastModified=2020-07-27 17:18:59.860090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.861000000, lastModified=2020-07-27 17:18:59.860090000, delta=910000 ns, racy<=2502500 ns 17:18:59.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.861000000, lastModified=2020-07-27 17:18:59.860090000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.860090000 to 2020-07-27 17:18:59.861091000 17:18:59.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.862000000, lastModified=2020-07-27 17:18:59.861091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.861091000 to 2020-07-27 17:18:59.862091000 17:18:59.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.863000000, lastModified=2020-07-27 17:18:59.862091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.862091000 to 2020-07-27 17:18:59.863091000 17:18:59.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.864000000, lastModified=2020-07-27 17:18:59.863091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.863091000 to 2020-07-27 17:18:59.864091000 17:18:59.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.865000000, lastModified=2020-07-27 17:18:59.864091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.865000000, lastModified=2020-07-27 17:18:59.864091000, delta=909000 ns, racy<=2502500 ns 17:18:59.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.866000000, lastModified=2020-07-27 17:18:59.865091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.866000000, lastModified=2020-07-27 17:18:59.865091000, delta=909000 ns, racy<=2502500 ns 17:18:59.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.867000000, lastModified=2020-07-27 17:18:59.866091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.867000000, lastModified=2020-07-27 17:18:59.866091000, delta=909000 ns, racy<=2502500 ns 17:18:59.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.868000000, lastModified=2020-07-27 17:18:59.867091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.868000000, lastModified=2020-07-27 17:18:59.867091000, delta=909000 ns, racy<=2502500 ns 17:18:59.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.868000000, lastModified=2020-07-27 17:18:59.867091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.869 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.867091000 to 2020-07-27 17:18:59.868091000 17:18:59.869 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.869000000, lastModified=2020-07-27 17:18:59.868091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.869 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.869000000, lastModified=2020-07-27 17:18:59.868091000, delta=909000 ns, racy<=2502500 ns 17:18:59.869 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.869 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.869000000, lastModified=2020-07-27 17:18:59.868091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.869000000, lastModified=2020-07-27 17:18:59.868091000, delta=909000 ns, racy<=2502500 ns 17:18:59.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.870000000, lastModified=2020-07-27 17:18:59.869091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.870000000, lastModified=2020-07-27 17:18:59.869091000, delta=909000 ns, racy<=2502500 ns 17:18:59.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.870000000, lastModified=2020-07-27 17:18:59.869091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.870000000, lastModified=2020-07-27 17:18:59.869091000, delta=909000 ns, racy<=2502500 ns 17:18:59.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.871000000, lastModified=2020-07-27 17:18:59.870091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.871000000, lastModified=2020-07-27 17:18:59.870091000, delta=909000 ns, racy<=2502500 ns 17:18:59.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.871000000, lastModified=2020-07-27 17:18:59.870091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.871000000, lastModified=2020-07-27 17:18:59.870091000, delta=909000 ns, racy<=2502500 ns 17:18:59.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.872 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.872000000, lastModified=2020-07-27 17:18:59.871091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.872000000, lastModified=2020-07-27 17:18:59.871091000, delta=909000 ns, racy<=2502500 ns 17:18:59.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.873000000, lastModified=2020-07-27 17:18:59.872091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.872091000 to 2020-07-27 17:18:59.873091000 17:18:59.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.874000000, lastModified=2020-07-27 17:18:59.873091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.875 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.873091000 to 2020-07-27 17:18:59.874091000 17:18:59.875 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.875000000, lastModified=2020-07-27 17:18:59.874091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.874091000 to 2020-07-27 17:18:59.875091000 17:18:59.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.876000000, lastModified=2020-07-27 17:18:59.875091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.876000000, lastModified=2020-07-27 17:18:59.875091000, delta=909000 ns, racy<=2502500 ns 17:18:59.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.877000000, lastModified=2020-07-27 17:18:59.876091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.877000000, lastModified=2020-07-27 17:18:59.876091000, delta=909000 ns, racy<=2502500 ns 17:18:59.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.877000000, lastModified=2020-07-27 17:18:59.876091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.877000000, lastModified=2020-07-27 17:18:59.876091000, delta=909000 ns, racy<=2502500 ns 17:18:59.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.878000000, lastModified=2020-07-27 17:18:59.877091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.878000000, lastModified=2020-07-27 17:18:59.877091000, delta=909000 ns, racy<=2502500 ns 17:18:59.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.879000000, lastModified=2020-07-27 17:18:59.877091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.877091000 to 2020-07-27 17:18:59.878091000 17:18:59.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.879000000, lastModified=2020-07-27 17:18:59.878091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.879000000, lastModified=2020-07-27 17:18:59.878091000, delta=909000 ns, racy<=2502500 ns 17:18:59.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.880000000, lastModified=2020-07-27 17:18:59.878091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.878091000 to 2020-07-27 17:18:59.879091000 17:18:59.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.880000000, lastModified=2020-07-27 17:18:59.879091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.880000000, lastModified=2020-07-27 17:18:59.879091000, delta=909000 ns, racy<=2502500 ns 17:18:59.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.880000000, lastModified=2020-07-27 17:18:59.879091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.879091000 to 2020-07-27 17:18:59.880091000 17:18:59.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.881000000, lastModified=2020-07-27 17:18:59.880091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.881000000, lastModified=2020-07-27 17:18:59.880091000, delta=909000 ns, racy<=2502500 ns 17:18:59.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.881000000, lastModified=2020-07-27 17:18:59.880091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.880091000 to 2020-07-27 17:18:59.881091000 17:18:59.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.883000000, lastModified=2020-07-27 17:18:59.881091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.881091000 to 2020-07-27 17:18:59.882091000 17:18:59.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.883000000, lastModified=2020-07-27 17:18:59.882091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.883000000, lastModified=2020-07-27 17:18:59.882091000, delta=909000 ns, racy<=2502500 ns 17:18:59.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.884000000, lastModified=2020-07-27 17:18:59.883091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.884000000, lastModified=2020-07-27 17:18:59.883091000, delta=909000 ns, racy<=2502500 ns 17:18:59.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.884000000, lastModified=2020-07-27 17:18:59.883091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.884000000, lastModified=2020-07-27 17:18:59.883091000, delta=909000 ns, racy<=2502500 ns 17:18:59.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.884000000, lastModified=2020-07-27 17:18:59.883091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.883091000 to 2020-07-27 17:18:59.884091000 17:18:59.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.885000000, lastModified=2020-07-27 17:18:59.884091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.884091000 to 2020-07-27 17:18:59.885091000 17:18:59.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.886000000, lastModified=2020-07-27 17:18:59.885091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.886000000, lastModified=2020-07-27 17:18:59.885091000, delta=909000 ns, racy<=2502500 ns 17:18:59.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.887000000, lastModified=2020-07-27 17:18:59.886091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.886091000 to 2020-07-27 17:18:59.887091000 17:18:59.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.888000000, lastModified=2020-07-27 17:18:59.887091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.888000000, lastModified=2020-07-27 17:18:59.887091000, delta=909000 ns, racy<=2502500 ns 17:18:59.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.888000000, lastModified=2020-07-27 17:18:59.887091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.887091000 to 2020-07-27 17:18:59.888091000 17:18:59.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.889000000, lastModified=2020-07-27 17:18:59.888091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.888091000 to 2020-07-27 17:18:59.889091000 17:18:59.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.890000000, lastModified=2020-07-27 17:18:59.889091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.890000000, lastModified=2020-07-27 17:18:59.889091000, delta=909000 ns, racy<=2502500 ns 17:18:59.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.891000000, lastModified=2020-07-27 17:18:59.890091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.891000000, lastModified=2020-07-27 17:18:59.890091000, delta=909000 ns, racy<=2502500 ns 17:18:59.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.892000000, lastModified=2020-07-27 17:18:59.891091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.892000000, lastModified=2020-07-27 17:18:59.891091000, delta=909000 ns, racy<=2502500 ns 17:18:59.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.892000000, lastModified=2020-07-27 17:18:59.891091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.891091000 to 2020-07-27 17:18:59.892091000 17:18:59.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.893000000, lastModified=2020-07-27 17:18:59.892091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.893000000, lastModified=2020-07-27 17:18:59.892091000, delta=909000 ns, racy<=2502500 ns 17:18:59.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.894 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.894000000, lastModified=2020-07-27 17:18:59.893091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.894 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.894000000, lastModified=2020-07-27 17:18:59.893091000, delta=909000 ns, racy<=2502500 ns 17:18:59.894 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.894 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.894000000, lastModified=2020-07-27 17:18:59.893091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.893091000 to 2020-07-27 17:18:59.894091000 17:18:59.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.895000000, lastModified=2020-07-27 17:18:59.894091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.895000000, lastModified=2020-07-27 17:18:59.894091000, delta=909000 ns, racy<=2502500 ns 17:18:59.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.895000000, lastModified=2020-07-27 17:18:59.894091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.894091000 to 2020-07-27 17:18:59.895091000 17:18:59.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.896000000, lastModified=2020-07-27 17:18:59.895091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.896000000, lastModified=2020-07-27 17:18:59.895091000, delta=909000 ns, racy<=2502500 ns 17:18:59.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.897000000, lastModified=2020-07-27 17:18:59.896091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.897000000, lastModified=2020-07-27 17:18:59.896091000, delta=909000 ns, racy<=2502500 ns 17:18:59.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.897000000, lastModified=2020-07-27 17:18:59.896091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.896091000 to 2020-07-27 17:18:59.897091000 17:18:59.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.898000000, lastModified=2020-07-27 17:18:59.897091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.897091000 to 2020-07-27 17:18:59.898091000 17:18:59.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.899000000, lastModified=2020-07-27 17:18:59.898091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.899000000, lastModified=2020-07-27 17:18:59.898091000, delta=909000 ns, racy<=2502500 ns 17:18:59.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.900 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.900000000, lastModified=2020-07-27 17:18:59.899091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.900000000, lastModified=2020-07-27 17:18:59.899091000, delta=909000 ns, racy<=2502500 ns 17:18:59.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.901000000, lastModified=2020-07-27 17:18:59.900091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.901000000, lastModified=2020-07-27 17:18:59.900091000, delta=909000 ns, racy<=2502500 ns 17:18:59.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.901000000, lastModified=2020-07-27 17:18:59.900091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.902 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.900091000 to 2020-07-27 17:18:59.901091000 17:18:59.902 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.902000000, lastModified=2020-07-27 17:18:59.901091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.901091000 to 2020-07-27 17:18:59.902091000 17:18:59.904 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.904000000, lastModified=2020-07-27 17:18:59.903091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.904 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.904000000, lastModified=2020-07-27 17:18:59.903091000, delta=909000 ns, racy<=2502500 ns 17:18:59.904 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.904 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.904000000, lastModified=2020-07-27 17:18:59.903091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.905 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.904000000, lastModified=2020-07-27 17:18:59.903091000, delta=909000 ns, racy<=2502500 ns 17:18:59.905 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.905 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.905000000, lastModified=2020-07-27 17:18:59.904091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.906 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.904091000 to 2020-07-27 17:18:59.905091000 17:18:59.906 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.906000000, lastModified=2020-07-27 17:18:59.905091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.906 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.906000000, lastModified=2020-07-27 17:18:59.905091000, delta=909000 ns, racy<=2502500 ns 17:18:59.906 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.907000000, lastModified=2020-07-27 17:18:59.906091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.907000000, lastModified=2020-07-27 17:18:59.906091000, delta=909000 ns, racy<=2502500 ns 17:18:59.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.908000000, lastModified=2020-07-27 17:18:59.907091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.908000000, lastModified=2020-07-27 17:18:59.907091000, delta=909000 ns, racy<=2502500 ns 17:18:59.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.908000000, lastModified=2020-07-27 17:18:59.907091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.908000000, lastModified=2020-07-27 17:18:59.907091000, delta=909000 ns, racy<=2502500 ns 17:18:59.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.909000000, lastModified=2020-07-27 17:18:59.908091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.909000000, lastModified=2020-07-27 17:18:59.908091000, delta=909000 ns, racy<=2502500 ns 17:18:59.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.909000000, lastModified=2020-07-27 17:18:59.908091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.908091000 to 2020-07-27 17:18:59.909091000 17:18:59.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.910000000, lastModified=2020-07-27 17:18:59.909091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.910000000, lastModified=2020-07-27 17:18:59.909091000, delta=909000 ns, racy<=2502500 ns 17:18:59.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.910000000, lastModified=2020-07-27 17:18:59.909091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.909091000 to 2020-07-27 17:18:59.910091000 17:18:59.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.912000000, lastModified=2020-07-27 17:18:59.911091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.912000000, lastModified=2020-07-27 17:18:59.911091000, delta=909000 ns, racy<=2502500 ns 17:18:59.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.913000000, lastModified=2020-07-27 17:18:59.912091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.913000000, lastModified=2020-07-27 17:18:59.912091000, delta=909000 ns, racy<=2502500 ns 17:18:59.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.913000000, lastModified=2020-07-27 17:18:59.912091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.912091000 to 2020-07-27 17:18:59.913091000 17:18:59.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.914000000, lastModified=2020-07-27 17:18:59.913091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.913091000 to 2020-07-27 17:18:59.914091000 17:18:59.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.915000000, lastModified=2020-07-27 17:18:59.914091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.915000000, lastModified=2020-07-27 17:18:59.914091000, delta=909000 ns, racy<=2502500 ns 17:18:59.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.916000000, lastModified=2020-07-27 17:18:59.915091000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.916000000, lastModified=2020-07-27 17:18:59.915091000, delta=909000 ns, racy<=2502500 ns 17:18:59.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.917000000, lastModified=2020-07-27 17:18:59.916092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.917000000, lastModified=2020-07-27 17:18:59.916092000, delta=908000 ns, racy<=2502500 ns 17:18:59.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.917000000, lastModified=2020-07-27 17:18:59.916092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.916092000 to 2020-07-27 17:18:59.917092000 17:18:59.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.918000000, lastModified=2020-07-27 17:18:59.917092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.917092000 to 2020-07-27 17:18:59.918092000 17:18:59.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.919000000, lastModified=2020-07-27 17:18:59.918092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.919000000, lastModified=2020-07-27 17:18:59.918092000, delta=908000 ns, racy<=2502500 ns 17:18:59.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.920000000, lastModified=2020-07-27 17:18:59.919092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.920000000, lastModified=2020-07-27 17:18:59.919092000, delta=908000 ns, racy<=2502500 ns 17:18:59.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.921000000, lastModified=2020-07-27 17:18:59.920092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.921000000, lastModified=2020-07-27 17:18:59.920092000, delta=908000 ns, racy<=2502500 ns 17:18:59.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.922000000, lastModified=2020-07-27 17:18:59.921092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.922000000, lastModified=2020-07-27 17:18:59.921092000, delta=908000 ns, racy<=2502500 ns 17:18:59.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.923000000, lastModified=2020-07-27 17:18:59.922092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.923000000, lastModified=2020-07-27 17:18:59.922092000, delta=908000 ns, racy<=2502500 ns 17:18:59.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.923000000, lastModified=2020-07-27 17:18:59.922092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.922092000 to 2020-07-27 17:18:59.923092000 17:18:59.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.925000000, lastModified=2020-07-27 17:18:59.924092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.925000000, lastModified=2020-07-27 17:18:59.924092000, delta=908000 ns, racy<=2502500 ns 17:18:59.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.925000000, lastModified=2020-07-27 17:18:59.924092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.925000000, lastModified=2020-07-27 17:18:59.924092000, delta=908000 ns, racy<=2502500 ns 17:18:59.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.926000000, lastModified=2020-07-27 17:18:59.925092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.926000000, lastModified=2020-07-27 17:18:59.925092000, delta=908000 ns, racy<=2502500 ns 17:18:59.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.926000000, lastModified=2020-07-27 17:18:59.925092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.926000000, lastModified=2020-07-27 17:18:59.925092000, delta=908000 ns, racy<=2502500 ns 17:18:59.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.927000000, lastModified=2020-07-27 17:18:59.926092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.927000000, lastModified=2020-07-27 17:18:59.926092000, delta=908000 ns, racy<=2502500 ns 17:18:59.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.927000000, lastModified=2020-07-27 17:18:59.926092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.927000000, lastModified=2020-07-27 17:18:59.926092000, delta=908000 ns, racy<=2502500 ns 17:18:59.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.928000000, lastModified=2020-07-27 17:18:59.927092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.928000000, lastModified=2020-07-27 17:18:59.927092000, delta=908000 ns, racy<=2502500 ns 17:18:59.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.928000000, lastModified=2020-07-27 17:18:59.927092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.927092000 to 2020-07-27 17:18:59.928092000 17:18:59.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.929000000, lastModified=2020-07-27 17:18:59.928092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.928092000 to 2020-07-27 17:18:59.929092000 17:18:59.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.930000000, lastModified=2020-07-27 17:18:59.929092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.930000000, lastModified=2020-07-27 17:18:59.929092000, delta=908000 ns, racy<=2502500 ns 17:18:59.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.931000000, lastModified=2020-07-27 17:18:59.930092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.930092000 to 2020-07-27 17:18:59.931092000 17:18:59.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.933000000, lastModified=2020-07-27 17:18:59.931092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.931092000 to 2020-07-27 17:18:59.932092000 17:18:59.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.933000000, lastModified=2020-07-27 17:18:59.932092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.932092000 to 2020-07-27 17:18:59.933092000 17:18:59.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.934000000, lastModified=2020-07-27 17:18:59.933092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.933092000 to 2020-07-27 17:18:59.934092000 17:18:59.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.935000000, lastModified=2020-07-27 17:18:59.934092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.935000000, lastModified=2020-07-27 17:18:59.934092000, delta=908000 ns, racy<=2502500 ns 17:18:59.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.936000000, lastModified=2020-07-27 17:18:59.935092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.936000000, lastModified=2020-07-27 17:18:59.935092000, delta=908000 ns, racy<=2502500 ns 17:18:59.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.937000000, lastModified=2020-07-27 17:18:59.936092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.936092000 to 2020-07-27 17:18:59.937092000 17:18:59.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.938000000, lastModified=2020-07-27 17:18:59.937092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.938000000, lastModified=2020-07-27 17:18:59.937092000, delta=908000 ns, racy<=2502500 ns 17:18:59.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.939000000, lastModified=2020-07-27 17:18:59.938092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.938092000 to 2020-07-27 17:18:59.939092000 17:18:59.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.940000000, lastModified=2020-07-27 17:18:59.939092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.940000000, lastModified=2020-07-27 17:18:59.939092000, delta=908000 ns, racy<=2502500 ns 17:18:59.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.941000000, lastModified=2020-07-27 17:18:59.939092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.939092000 to 2020-07-27 17:18:59.940092000 17:18:59.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.941000000, lastModified=2020-07-27 17:18:59.940092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.940092000 to 2020-07-27 17:18:59.941092000 17:18:59.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.943000000, lastModified=2020-07-27 17:18:59.941092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.941092000 to 2020-07-27 17:18:59.942092000 17:18:59.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.944000000, lastModified=2020-07-27 17:18:59.943092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.944000000, lastModified=2020-07-27 17:18:59.943092000, delta=908000 ns, racy<=2502500 ns 17:18:59.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.944000000, lastModified=2020-07-27 17:18:59.943092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.944000000, lastModified=2020-07-27 17:18:59.943092000, delta=908000 ns, racy<=2502500 ns 17:18:59.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.945000000, lastModified=2020-07-27 17:18:59.944092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.945000000, lastModified=2020-07-27 17:18:59.944092000, delta=908000 ns, racy<=2502500 ns 17:18:59.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.945000000, lastModified=2020-07-27 17:18:59.944092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.944092000 to 2020-07-27 17:18:59.945092000 17:18:59.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.946000000, lastModified=2020-07-27 17:18:59.945092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.946000000, lastModified=2020-07-27 17:18:59.945092000, delta=908000 ns, racy<=2502500 ns 17:18:59.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.946000000, lastModified=2020-07-27 17:18:59.945092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.945092000 to 2020-07-27 17:18:59.946092000 17:18:59.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.947000000, lastModified=2020-07-27 17:18:59.946092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.947000000, lastModified=2020-07-27 17:18:59.946092000, delta=908000 ns, racy<=2502500 ns 17:18:59.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.947000000, lastModified=2020-07-27 17:18:59.946092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.946092000 to 2020-07-27 17:18:59.947092000 17:18:59.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.948000000, lastModified=2020-07-27 17:18:59.947092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.947092000 to 2020-07-27 17:18:59.948092000 17:18:59.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.949000000, lastModified=2020-07-27 17:18:59.948092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.949000000, lastModified=2020-07-27 17:18:59.948092000, delta=908000 ns, racy<=2502500 ns 17:18:59.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.950000000, lastModified=2020-07-27 17:18:59.949092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.949092000 to 2020-07-27 17:18:59.950092000 17:18:59.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.951000000, lastModified=2020-07-27 17:18:59.950092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.950092000 to 2020-07-27 17:18:59.951092000 17:18:59.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.952000000, lastModified=2020-07-27 17:18:59.951092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.951092000 to 2020-07-27 17:18:59.952092000 17:18:59.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.954000000, lastModified=2020-07-27 17:18:59.952092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.952092000 to 2020-07-27 17:18:59.953092000 17:18:59.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.954000000, lastModified=2020-07-27 17:18:59.953092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.955 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.953092000 to 2020-07-27 17:18:59.954092000 17:18:59.955 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.955000000, lastModified=2020-07-27 17:18:59.954092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.956 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.954092000 to 2020-07-27 17:18:59.955092000 17:18:59.956 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.956000000, lastModified=2020-07-27 17:18:59.955092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.957 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.955092000 to 2020-07-27 17:18:59.956092000 17:18:59.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.958000000, lastModified=2020-07-27 17:18:59.957092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.958000000, lastModified=2020-07-27 17:18:59.957092000, delta=908000 ns, racy<=2502500 ns 17:18:59.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.959000000, lastModified=2020-07-27 17:18:59.958092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.959000000, lastModified=2020-07-27 17:18:59.958092000, delta=908000 ns, racy<=2502500 ns 17:18:59.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.959000000, lastModified=2020-07-27 17:18:59.958092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.958092000 to 2020-07-27 17:18:59.959092000 17:18:59.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.960000000, lastModified=2020-07-27 17:18:59.959092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.960000000, lastModified=2020-07-27 17:18:59.959092000, delta=908000 ns, racy<=2502500 ns 17:18:59.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.961000000, lastModified=2020-07-27 17:18:59.959092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.959092000 to 2020-07-27 17:18:59.960092000 17:18:59.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.961000000, lastModified=2020-07-27 17:18:59.960092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.960092000 to 2020-07-27 17:18:59.961092000 17:18:59.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.962000000, lastModified=2020-07-27 17:18:59.961092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.962000000, lastModified=2020-07-27 17:18:59.961092000, delta=908000 ns, racy<=2502500 ns 17:18:59.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.963000000, lastModified=2020-07-27 17:18:59.962092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.962092000 to 2020-07-27 17:18:59.963092000 17:18:59.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.964000000, lastModified=2020-07-27 17:18:59.963092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.964000000, lastModified=2020-07-27 17:18:59.963092000, delta=908000 ns, racy<=2502500 ns 17:18:59.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.964000000, lastModified=2020-07-27 17:18:59.963092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.963092000 to 2020-07-27 17:18:59.964092000 17:18:59.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.965000000, lastModified=2020-07-27 17:18:59.964092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.965000000, lastModified=2020-07-27 17:18:59.964092000, delta=908000 ns, racy<=2502500 ns 17:18:59.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.966000000, lastModified=2020-07-27 17:18:59.964092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.964092000 to 2020-07-27 17:18:59.965092000 17:18:59.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.967000000, lastModified=2020-07-27 17:18:59.966092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.967000000, lastModified=2020-07-27 17:18:59.966092000, delta=908000 ns, racy<=2502500 ns 17:18:59.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.967000000, lastModified=2020-07-27 17:18:59.966092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.966092000 to 2020-07-27 17:18:59.967092000 17:18:59.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.968000000, lastModified=2020-07-27 17:18:59.967092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.967092000 to 2020-07-27 17:18:59.968092000 17:18:59.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.969000000, lastModified=2020-07-27 17:18:59.968092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.969000000, lastModified=2020-07-27 17:18:59.968092000, delta=908000 ns, racy<=2502500 ns 17:18:59.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.970000000, lastModified=2020-07-27 17:18:59.969092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.970000000, lastModified=2020-07-27 17:18:59.969092000, delta=908000 ns, racy<=2502500 ns 17:18:59.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.971000000, lastModified=2020-07-27 17:18:59.970092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.971000000, lastModified=2020-07-27 17:18:59.970092000, delta=908000 ns, racy<=2502500 ns 17:18:59.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.971000000, lastModified=2020-07-27 17:18:59.970092000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.971000000, lastModified=2020-07-27 17:18:59.970092000, delta=908000 ns, racy<=2502500 ns 17:18:59.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.972000000, lastModified=2020-07-27 17:18:59.971093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.971093000 to 2020-07-27 17:18:59.972093000 17:18:59.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.973000000, lastModified=2020-07-27 17:18:59.972093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.973000000, lastModified=2020-07-27 17:18:59.972093000, delta=907000 ns, racy<=2502500 ns 17:18:59.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.974000000, lastModified=2020-07-27 17:18:59.973093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.974000000, lastModified=2020-07-27 17:18:59.973093000, delta=907000 ns, racy<=2502500 ns 17:18:59.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.975000000, lastModified=2020-07-27 17:18:59.974093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.975000000, lastModified=2020-07-27 17:18:59.974093000, delta=907000 ns, racy<=2502500 ns 17:18:59.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.976000000, lastModified=2020-07-27 17:18:59.975093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.976000000, lastModified=2020-07-27 17:18:59.975093000, delta=907000 ns, racy<=2502500 ns 17:18:59.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.977000000, lastModified=2020-07-27 17:18:59.976093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.977000000, lastModified=2020-07-27 17:18:59.976093000, delta=907000 ns, racy<=2502500 ns 17:18:59.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.977000000, lastModified=2020-07-27 17:18:59.976093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.977000000, lastModified=2020-07-27 17:18:59.976093000, delta=907000 ns, racy<=2502500 ns 17:18:59.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.978000000, lastModified=2020-07-27 17:18:59.977093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.977093000 to 2020-07-27 17:18:59.978093000 17:18:59.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.979000000, lastModified=2020-07-27 17:18:59.978093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.979000000, lastModified=2020-07-27 17:18:59.978093000, delta=907000 ns, racy<=2502500 ns 17:18:59.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.979000000, lastModified=2020-07-27 17:18:59.978093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.978093000 to 2020-07-27 17:18:59.979093000 17:18:59.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.980000000, lastModified=2020-07-27 17:18:59.979093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.980000000, lastModified=2020-07-27 17:18:59.979093000, delta=907000 ns, racy<=2502500 ns 17:18:59.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.980000000, lastModified=2020-07-27 17:18:59.979093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.979093000 to 2020-07-27 17:18:59.980093000 17:18:59.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.981000000, lastModified=2020-07-27 17:18:59.980093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.981000000, lastModified=2020-07-27 17:18:59.980093000, delta=907000 ns, racy<=2502500 ns 17:18:59.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.982000000, lastModified=2020-07-27 17:18:59.981093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.981093000 to 2020-07-27 17:18:59.982093000 17:18:59.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.983000000, lastModified=2020-07-27 17:18:59.982093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.983000000, lastModified=2020-07-27 17:18:59.982093000, delta=907000 ns, racy<=2502500 ns 17:18:59.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.984000000, lastModified=2020-07-27 17:18:59.983093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.983093000 to 2020-07-27 17:18:59.984093000 17:18:59.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.985000000, lastModified=2020-07-27 17:18:59.984093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.985000000, lastModified=2020-07-27 17:18:59.984093000, delta=907000 ns, racy<=2502500 ns 17:18:59.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.986000000, lastModified=2020-07-27 17:18:59.985093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.986000000, lastModified=2020-07-27 17:18:59.985093000, delta=907000 ns, racy<=2502500 ns 17:18:59.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.986000000, lastModified=2020-07-27 17:18:59.985093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.985093000 to 2020-07-27 17:18:59.986093000 17:18:59.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.987000000, lastModified=2020-07-27 17:18:59.986093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.987000000, lastModified=2020-07-27 17:18:59.986093000, delta=907000 ns, racy<=2502500 ns 17:18:59.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.988000000, lastModified=2020-07-27 17:18:59.987093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.988000000, lastModified=2020-07-27 17:18:59.987093000, delta=907000 ns, racy<=2502500 ns 17:18:59.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.988000000, lastModified=2020-07-27 17:18:59.987093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.988000000, lastModified=2020-07-27 17:18:59.987093000, delta=907000 ns, racy<=2502500 ns 17:18:59.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.989000000, lastModified=2020-07-27 17:18:59.988093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.989000000, lastModified=2020-07-27 17:18:59.988093000, delta=907000 ns, racy<=2502500 ns 17:18:59.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.989000000, lastModified=2020-07-27 17:18:59.988093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.989000000, lastModified=2020-07-27 17:18:59.988093000, delta=907000 ns, racy<=2502500 ns 17:18:59.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.990000000, lastModified=2020-07-27 17:18:59.989093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.990000000, lastModified=2020-07-27 17:18:59.989093000, delta=907000 ns, racy<=2502500 ns 17:18:59.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.991000000, lastModified=2020-07-27 17:18:59.990093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.991000000, lastModified=2020-07-27 17:18:59.990093000, delta=907000 ns, racy<=2502500 ns 17:18:59.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.991000000, lastModified=2020-07-27 17:18:59.990093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.991000000, lastModified=2020-07-27 17:18:59.990093000, delta=907000 ns, racy<=2502500 ns 17:18:59.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.992000000, lastModified=2020-07-27 17:18:59.991093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.992000000, lastModified=2020-07-27 17:18:59.991093000, delta=907000 ns, racy<=2502500 ns 17:18:59.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.993000000, lastModified=2020-07-27 17:18:59.992093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.993000000, lastModified=2020-07-27 17:18:59.992093000, delta=907000 ns, racy<=2502500 ns 17:18:59.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.993000000, lastModified=2020-07-27 17:18:59.992093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.992093000 to 2020-07-27 17:18:59.993093000 17:18:59.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.994000000, lastModified=2020-07-27 17:18:59.993093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.994000000, lastModified=2020-07-27 17:18:59.993093000, delta=907000 ns, racy<=2502500 ns 17:18:59.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.994000000, lastModified=2020-07-27 17:18:59.993093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.993093000 to 2020-07-27 17:18:59.994093000 17:18:59.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.995000000, lastModified=2020-07-27 17:18:59.994093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.995000000, lastModified=2020-07-27 17:18:59.994093000, delta=907000 ns, racy<=2502500 ns 17:18:59.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.995000000, lastModified=2020-07-27 17:18:59.994093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.995000000, lastModified=2020-07-27 17:18:59.994093000, delta=907000 ns, racy<=2502500 ns 17:18:59.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.996000000, lastModified=2020-07-27 17:18:59.995093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.996000000, lastModified=2020-07-27 17:18:59.995093000, delta=907000 ns, racy<=2502500 ns 17:18:59.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.996000000, lastModified=2020-07-27 17:18:59.995093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.995093000 to 2020-07-27 17:18:59.996093000 17:18:59.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.997000000, lastModified=2020-07-27 17:18:59.996093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.997000000, lastModified=2020-07-27 17:18:59.996093000, delta=907000 ns, racy<=2502500 ns 17:18:59.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:18:59.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.998000000, lastModified=2020-07-27 17:18:59.997093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.997093000 to 2020-07-27 17:18:59.998093000 17:18:59.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:18:59.999000000, lastModified=2020-07-27 17:18:59.998093000, size=1, fileKey=(dev=802,ino=1154348039) 17:18:59.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:18:59.999000000, lastModified=2020-07-27 17:18:59.998093000, delta=907000 ns, racy<=2502500 ns 17:18:59.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.000000000, lastModified=2020-07-27 17:18:59.999093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:18:59.999093000 to 2020-07-27 17:19:00.000093000 17:19:00.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.001000000, lastModified=2020-07-27 17:19:00.000093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.001000000, lastModified=2020-07-27 17:19:00.000093000, delta=907000 ns, racy<=2502500 ns 17:19:00.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.002000000, lastModified=2020-07-27 17:19:00.001093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.002000000, lastModified=2020-07-27 17:19:00.001093000, delta=907000 ns, racy<=2502500 ns 17:19:00.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.002000000, lastModified=2020-07-27 17:19:00.001093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.002000000, lastModified=2020-07-27 17:19:00.001093000, delta=907000 ns, racy<=2502500 ns 17:19:00.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.002000000, lastModified=2020-07-27 17:19:00.001093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.001093000 to 2020-07-27 17:19:00.002093000 17:19:00.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.003000000, lastModified=2020-07-27 17:19:00.002093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.003000000, lastModified=2020-07-27 17:19:00.002093000, delta=907000 ns, racy<=2502500 ns 17:19:00.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.004000000, lastModified=2020-07-27 17:19:00.003093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.004000000, lastModified=2020-07-27 17:19:00.003093000, delta=907000 ns, racy<=2502500 ns 17:19:00.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.005000000, lastModified=2020-07-27 17:19:00.004093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.004093000 to 2020-07-27 17:19:00.005093000 17:19:00.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.006000000, lastModified=2020-07-27 17:19:00.005093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.006000000, lastModified=2020-07-27 17:19:00.005093000, delta=907000 ns, racy<=2502500 ns 17:19:00.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.007000000, lastModified=2020-07-27 17:19:00.006093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.007000000, lastModified=2020-07-27 17:19:00.006093000, delta=907000 ns, racy<=2502500 ns 17:19:00.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.007000000, lastModified=2020-07-27 17:19:00.006093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.007000000, lastModified=2020-07-27 17:19:00.006093000, delta=907000 ns, racy<=2502500 ns 17:19:00.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.008000000, lastModified=2020-07-27 17:19:00.007093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.008000000, lastModified=2020-07-27 17:19:00.007093000, delta=907000 ns, racy<=2502500 ns 17:19:00.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.008000000, lastModified=2020-07-27 17:19:00.007093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.007093000 to 2020-07-27 17:19:00.008093000 17:19:00.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.009000000, lastModified=2020-07-27 17:19:00.008093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.009000000, lastModified=2020-07-27 17:19:00.008093000, delta=907000 ns, racy<=2502500 ns 17:19:00.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.010000000, lastModified=2020-07-27 17:19:00.009093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.010000000, lastModified=2020-07-27 17:19:00.009093000, delta=907000 ns, racy<=2502500 ns 17:19:00.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.010000000, lastModified=2020-07-27 17:19:00.009093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.009093000 to 2020-07-27 17:19:00.010093000 17:19:00.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.011000000, lastModified=2020-07-27 17:19:00.010093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.010093000 to 2020-07-27 17:19:00.011093000 17:19:00.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.012000000, lastModified=2020-07-27 17:19:00.011093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.011093000 to 2020-07-27 17:19:00.012093000 17:19:00.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.013000000, lastModified=2020-07-27 17:19:00.012093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.013000000, lastModified=2020-07-27 17:19:00.012093000, delta=907000 ns, racy<=2502500 ns 17:19:00.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.014000000, lastModified=2020-07-27 17:19:00.012093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.012093000 to 2020-07-27 17:19:00.013093000 17:19:00.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.014000000, lastModified=2020-07-27 17:19:00.013093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.013093000 to 2020-07-27 17:19:00.014093000 17:19:00.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.015000000, lastModified=2020-07-27 17:19:00.014093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.015000000, lastModified=2020-07-27 17:19:00.014093000, delta=907000 ns, racy<=2502500 ns 17:19:00.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.016000000, lastModified=2020-07-27 17:19:00.015093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.016000000, lastModified=2020-07-27 17:19:00.015093000, delta=907000 ns, racy<=2502500 ns 17:19:00.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.016000000, lastModified=2020-07-27 17:19:00.015093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.016000000, lastModified=2020-07-27 17:19:00.015093000, delta=907000 ns, racy<=2502500 ns 17:19:00.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.017000000, lastModified=2020-07-27 17:19:00.016093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.017000000, lastModified=2020-07-27 17:19:00.016093000, delta=907000 ns, racy<=2502500 ns 17:19:00.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.017000000, lastModified=2020-07-27 17:19:00.016093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.017000000, lastModified=2020-07-27 17:19:00.016093000, delta=907000 ns, racy<=2502500 ns 17:19:00.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.018000000, lastModified=2020-07-27 17:19:00.017093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.018000000, lastModified=2020-07-27 17:19:00.017093000, delta=907000 ns, racy<=2502500 ns 17:19:00.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.020000000, lastModified=2020-07-27 17:19:00.019093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.020000000, lastModified=2020-07-27 17:19:00.019093000, delta=907000 ns, racy<=2502500 ns 17:19:00.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.021000000, lastModified=2020-07-27 17:19:00.020093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.021000000, lastModified=2020-07-27 17:19:00.020093000, delta=907000 ns, racy<=2502500 ns 17:19:00.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.021000000, lastModified=2020-07-27 17:19:00.020093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.020093000 to 2020-07-27 17:19:00.021093000 17:19:00.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.022000000, lastModified=2020-07-27 17:19:00.021093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.022000000, lastModified=2020-07-27 17:19:00.021093000, delta=907000 ns, racy<=2502500 ns 17:19:00.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.022000000, lastModified=2020-07-27 17:19:00.021093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.021093000 to 2020-07-27 17:19:00.022093000 17:19:00.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.023000000, lastModified=2020-07-27 17:19:00.022093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.023000000, lastModified=2020-07-27 17:19:00.022093000, delta=907000 ns, racy<=2502500 ns 17:19:00.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.023000000, lastModified=2020-07-27 17:19:00.022093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.022093000 to 2020-07-27 17:19:00.023093000 17:19:00.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.024000000, lastModified=2020-07-27 17:19:00.023093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.023093000 to 2020-07-27 17:19:00.024093000 17:19:00.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.026000000, lastModified=2020-07-27 17:19:00.025093000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.026000000, lastModified=2020-07-27 17:19:00.025093000, delta=907000 ns, racy<=2502500 ns 17:19:00.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.027000000, lastModified=2020-07-27 17:19:00.026094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.027000000, lastModified=2020-07-27 17:19:00.026094000, delta=906000 ns, racy<=2502500 ns 17:19:00.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.027000000, lastModified=2020-07-27 17:19:00.026094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.027000000, lastModified=2020-07-27 17:19:00.026094000, delta=906000 ns, racy<=2502500 ns 17:19:00.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.028000000, lastModified=2020-07-27 17:19:00.027094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.028000000, lastModified=2020-07-27 17:19:00.027094000, delta=906000 ns, racy<=2502500 ns 17:19:00.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.028000000, lastModified=2020-07-27 17:19:00.027094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.028000000, lastModified=2020-07-27 17:19:00.027094000, delta=906000 ns, racy<=2502500 ns 17:19:00.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.029000000, lastModified=2020-07-27 17:19:00.028094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.028094000 to 2020-07-27 17:19:00.029094000 17:19:00.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.030000000, lastModified=2020-07-27 17:19:00.029094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.030000000, lastModified=2020-07-27 17:19:00.029094000, delta=906000 ns, racy<=2502500 ns 17:19:00.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.031000000, lastModified=2020-07-27 17:19:00.030094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.031000000, lastModified=2020-07-27 17:19:00.030094000, delta=906000 ns, racy<=2502500 ns 17:19:00.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.031000000, lastModified=2020-07-27 17:19:00.030094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.031000000, lastModified=2020-07-27 17:19:00.030094000, delta=906000 ns, racy<=2502500 ns 17:19:00.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.032000000, lastModified=2020-07-27 17:19:00.031094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.032000000, lastModified=2020-07-27 17:19:00.031094000, delta=906000 ns, racy<=2502500 ns 17:19:00.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.032000000, lastModified=2020-07-27 17:19:00.031094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.031094000 to 2020-07-27 17:19:00.032094000 17:19:00.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.033000000, lastModified=2020-07-27 17:19:00.032094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.032094000 to 2020-07-27 17:19:00.033094000 17:19:00.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.035000000, lastModified=2020-07-27 17:19:00.034094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.035000000, lastModified=2020-07-27 17:19:00.034094000, delta=906000 ns, racy<=2502500 ns 17:19:00.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.035000000, lastModified=2020-07-27 17:19:00.034094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.034094000 to 2020-07-27 17:19:00.035094000 17:19:00.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.036000000, lastModified=2020-07-27 17:19:00.035094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.036000000, lastModified=2020-07-27 17:19:00.035094000, delta=906000 ns, racy<=2502500 ns 17:19:00.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.037000000, lastModified=2020-07-27 17:19:00.036094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.037000000, lastModified=2020-07-27 17:19:00.036094000, delta=906000 ns, racy<=2502500 ns 17:19:00.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.038000000, lastModified=2020-07-27 17:19:00.037094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.038000000, lastModified=2020-07-27 17:19:00.037094000, delta=906000 ns, racy<=2502500 ns 17:19:00.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.039000000, lastModified=2020-07-27 17:19:00.038094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.039000000, lastModified=2020-07-27 17:19:00.038094000, delta=906000 ns, racy<=2502500 ns 17:19:00.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.039000000, lastModified=2020-07-27 17:19:00.038094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.038094000 to 2020-07-27 17:19:00.039094000 17:19:00.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.040000000, lastModified=2020-07-27 17:19:00.039094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.040000000, lastModified=2020-07-27 17:19:00.039094000, delta=906000 ns, racy<=2502500 ns 17:19:00.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.041000000, lastModified=2020-07-27 17:19:00.039094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.039094000 to 2020-07-27 17:19:00.040094000 17:19:00.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.041000000, lastModified=2020-07-27 17:19:00.040094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.041000000, lastModified=2020-07-27 17:19:00.040094000, delta=906000 ns, racy<=2502500 ns 17:19:00.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.042000000, lastModified=2020-07-27 17:19:00.041094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.042000000, lastModified=2020-07-27 17:19:00.041094000, delta=906000 ns, racy<=2502500 ns 17:19:00.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.043000000, lastModified=2020-07-27 17:19:00.042094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.043000000, lastModified=2020-07-27 17:19:00.042094000, delta=906000 ns, racy<=2502500 ns 17:19:00.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.043000000, lastModified=2020-07-27 17:19:00.042094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.042094000 to 2020-07-27 17:19:00.043094000 17:19:00.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.044000000, lastModified=2020-07-27 17:19:00.043094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.045 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.043094000 to 2020-07-27 17:19:00.044094000 17:19:00.045 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.045000000, lastModified=2020-07-27 17:19:00.044094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.046 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.044094000 to 2020-07-27 17:19:00.045094000 17:19:00.047 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.047000000, lastModified=2020-07-27 17:19:00.045094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.047 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.045094000 to 2020-07-27 17:19:00.046094000 17:19:00.047 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.047000000, lastModified=2020-07-27 17:19:00.046094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.048 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.046094000 to 2020-07-27 17:19:00.047094000 17:19:00.048 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.048000000, lastModified=2020-07-27 17:19:00.047094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.049 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.047094000 to 2020-07-27 17:19:00.048094000 17:19:00.049 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.049000000, lastModified=2020-07-27 17:19:00.048094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.048094000 to 2020-07-27 17:19:00.049094000 17:19:00.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.050000000, lastModified=2020-07-27 17:19:00.049094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.049094000 to 2020-07-27 17:19:00.050094000 17:19:00.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.052000000, lastModified=2020-07-27 17:19:00.051094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.052000000, lastModified=2020-07-27 17:19:00.051094000, delta=906000 ns, racy<=2502500 ns 17:19:00.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.053000000, lastModified=2020-07-27 17:19:00.052094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.053000000, lastModified=2020-07-27 17:19:00.052094000, delta=906000 ns, racy<=2502500 ns 17:19:00.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.053000000, lastModified=2020-07-27 17:19:00.052094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.052094000 to 2020-07-27 17:19:00.053094000 17:19:00.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.055000000, lastModified=2020-07-27 17:19:00.054094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.055000000, lastModified=2020-07-27 17:19:00.054094000, delta=906000 ns, racy<=2502500 ns 17:19:00.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.055000000, lastModified=2020-07-27 17:19:00.054094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.054094000 to 2020-07-27 17:19:00.055094000 17:19:00.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.056000000, lastModified=2020-07-27 17:19:00.055094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.056000000, lastModified=2020-07-27 17:19:00.055094000, delta=906000 ns, racy<=2502500 ns 17:19:00.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.057000000, lastModified=2020-07-27 17:19:00.056094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.057000000, lastModified=2020-07-27 17:19:00.056094000, delta=906000 ns, racy<=2502500 ns 17:19:00.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.058000000, lastModified=2020-07-27 17:19:00.057094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.058000000, lastModified=2020-07-27 17:19:00.057094000, delta=906000 ns, racy<=2502500 ns 17:19:00.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.059000000, lastModified=2020-07-27 17:19:00.058094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.059000000, lastModified=2020-07-27 17:19:00.058094000, delta=906000 ns, racy<=2502500 ns 17:19:00.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.060000000, lastModified=2020-07-27 17:19:00.059094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.060000000, lastModified=2020-07-27 17:19:00.059094000, delta=906000 ns, racy<=2502500 ns 17:19:00.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.060000000, lastModified=2020-07-27 17:19:00.059094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.059094000 to 2020-07-27 17:19:00.060094000 17:19:00.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.061000000, lastModified=2020-07-27 17:19:00.060094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.061000000, lastModified=2020-07-27 17:19:00.060094000, delta=906000 ns, racy<=2502500 ns 17:19:00.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.061000000, lastModified=2020-07-27 17:19:00.060094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.060094000 to 2020-07-27 17:19:00.061094000 17:19:00.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.062000000, lastModified=2020-07-27 17:19:00.061094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.062000000, lastModified=2020-07-27 17:19:00.061094000, delta=906000 ns, racy<=2502500 ns 17:19:00.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.062000000, lastModified=2020-07-27 17:19:00.061094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.061094000 to 2020-07-27 17:19:00.062094000 17:19:00.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.063000000, lastModified=2020-07-27 17:19:00.062094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.063000000, lastModified=2020-07-27 17:19:00.062094000, delta=906000 ns, racy<=2502500 ns 17:19:00.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.064000000, lastModified=2020-07-27 17:19:00.063094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.064000000, lastModified=2020-07-27 17:19:00.063094000, delta=906000 ns, racy<=2502500 ns 17:19:00.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.065000000, lastModified=2020-07-27 17:19:00.064094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.065000000, lastModified=2020-07-27 17:19:00.064094000, delta=906000 ns, racy<=2502500 ns 17:19:00.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.065000000, lastModified=2020-07-27 17:19:00.064094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.064094000 to 2020-07-27 17:19:00.065094000 17:19:00.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.066000000, lastModified=2020-07-27 17:19:00.065094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.066000000, lastModified=2020-07-27 17:19:00.065094000, delta=906000 ns, racy<=2502500 ns 17:19:00.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.066000000, lastModified=2020-07-27 17:19:00.065094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.065094000 to 2020-07-27 17:19:00.066094000 17:19:00.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.067000000, lastModified=2020-07-27 17:19:00.066094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.067000000, lastModified=2020-07-27 17:19:00.066094000, delta=906000 ns, racy<=2502500 ns 17:19:00.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.068000000, lastModified=2020-07-27 17:19:00.067094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.068000000, lastModified=2020-07-27 17:19:00.067094000, delta=906000 ns, racy<=2502500 ns 17:19:00.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.068000000, lastModified=2020-07-27 17:19:00.067094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.068000000, lastModified=2020-07-27 17:19:00.067094000, delta=906000 ns, racy<=2502500 ns 17:19:00.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.069000000, lastModified=2020-07-27 17:19:00.068094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.069000000, lastModified=2020-07-27 17:19:00.068094000, delta=906000 ns, racy<=2502500 ns 17:19:00.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.070000000, lastModified=2020-07-27 17:19:00.069094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.070000000, lastModified=2020-07-27 17:19:00.069094000, delta=906000 ns, racy<=2502500 ns 17:19:00.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.071000000, lastModified=2020-07-27 17:19:00.070094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.071000000, lastModified=2020-07-27 17:19:00.070094000, delta=906000 ns, racy<=2502500 ns 17:19:00.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.071000000, lastModified=2020-07-27 17:19:00.070094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.070094000 to 2020-07-27 17:19:00.071094000 17:19:00.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.072000000, lastModified=2020-07-27 17:19:00.071094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.072000000, lastModified=2020-07-27 17:19:00.071094000, delta=906000 ns, racy<=2502500 ns 17:19:00.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.073000000, lastModified=2020-07-27 17:19:00.072094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.072094000 to 2020-07-27 17:19:00.073094000 17:19:00.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.074000000, lastModified=2020-07-27 17:19:00.073094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.073094000 to 2020-07-27 17:19:00.074094000 17:19:00.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.075000000, lastModified=2020-07-27 17:19:00.074094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.075000000, lastModified=2020-07-27 17:19:00.074094000, delta=906000 ns, racy<=2502500 ns 17:19:00.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.076000000, lastModified=2020-07-27 17:19:00.075094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.076000000, lastModified=2020-07-27 17:19:00.075094000, delta=906000 ns, racy<=2502500 ns 17:19:00.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.076000000, lastModified=2020-07-27 17:19:00.075094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.076000000, lastModified=2020-07-27 17:19:00.075094000, delta=906000 ns, racy<=2502500 ns 17:19:00.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.077 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.077000000, lastModified=2020-07-27 17:19:00.076094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.077000000, lastModified=2020-07-27 17:19:00.076094000, delta=906000 ns, racy<=2502500 ns 17:19:00.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.078000000, lastModified=2020-07-27 17:19:00.077094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.078000000, lastModified=2020-07-27 17:19:00.077094000, delta=906000 ns, racy<=2502500 ns 17:19:00.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.078000000, lastModified=2020-07-27 17:19:00.077094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.079 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.077094000 to 2020-07-27 17:19:00.078094000 17:19:00.080 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.080000000, lastModified=2020-07-27 17:19:00.079094000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.080 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.080000000, lastModified=2020-07-27 17:19:00.079094000, delta=906000 ns, racy<=2502500 ns 17:19:00.080 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.081 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.081000000, lastModified=2020-07-27 17:19:00.080095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.081 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.081000000, lastModified=2020-07-27 17:19:00.080095000, delta=905000 ns, racy<=2502500 ns 17:19:00.081 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.082 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.082000000, lastModified=2020-07-27 17:19:00.081095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.081095000 to 2020-07-27 17:19:00.082095000 17:19:00.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.083000000, lastModified=2020-07-27 17:19:00.082095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.083000000, lastModified=2020-07-27 17:19:00.082095000, delta=905000 ns, racy<=2502500 ns 17:19:00.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.083000000, lastModified=2020-07-27 17:19:00.082095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.084 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.082095000 to 2020-07-27 17:19:00.083095000 17:19:00.084 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.084000000, lastModified=2020-07-27 17:19:00.083095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.084 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.084000000, lastModified=2020-07-27 17:19:00.083095000, delta=905000 ns, racy<=2502500 ns 17:19:00.084 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.086 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.086000000, lastModified=2020-07-27 17:19:00.084095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.086 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.084095000 to 2020-07-27 17:19:00.085095000 17:19:00.087 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.087000000, lastModified=2020-07-27 17:19:00.086095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.087 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.087000000, lastModified=2020-07-27 17:19:00.086095000, delta=905000 ns, racy<=2502500 ns 17:19:00.087 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.088 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.088000000, lastModified=2020-07-27 17:19:00.087095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.088 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.088000000, lastModified=2020-07-27 17:19:00.087095000, delta=905000 ns, racy<=2502500 ns 17:19:00.088 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.089 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.089000000, lastModified=2020-07-27 17:19:00.088095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.088095000 to 2020-07-27 17:19:00.089095000 17:19:00.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.090000000, lastModified=2020-07-27 17:19:00.089095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.090000000, lastModified=2020-07-27 17:19:00.089095000, delta=905000 ns, racy<=2502500 ns 17:19:00.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.091000000, lastModified=2020-07-27 17:19:00.089095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.089095000 to 2020-07-27 17:19:00.090095000 17:19:00.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.091000000, lastModified=2020-07-27 17:19:00.090095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.091000000, lastModified=2020-07-27 17:19:00.090095000, delta=905000 ns, racy<=2502500 ns 17:19:00.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.092 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.092000000, lastModified=2020-07-27 17:19:00.091095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.093 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.091095000 to 2020-07-27 17:19:00.092095000 17:19:00.093 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.093000000, lastModified=2020-07-27 17:19:00.092095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.092095000 to 2020-07-27 17:19:00.093095000 17:19:00.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.094000000, lastModified=2020-07-27 17:19:00.093095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.094000000, lastModified=2020-07-27 17:19:00.093095000, delta=905000 ns, racy<=2502500 ns 17:19:00.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.095 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.095000000, lastModified=2020-07-27 17:19:00.094095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.095 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.095000000, lastModified=2020-07-27 17:19:00.094095000, delta=905000 ns, racy<=2502500 ns 17:19:00.095 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.096 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.096000000, lastModified=2020-07-27 17:19:00.094095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.096 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.094095000 to 2020-07-27 17:19:00.095095000 17:19:00.097 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.097000000, lastModified=2020-07-27 17:19:00.095095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.097 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.095095000 to 2020-07-27 17:19:00.096095000 17:19:00.097 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.097000000, lastModified=2020-07-27 17:19:00.096095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.097 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.097000000, lastModified=2020-07-27 17:19:00.096095000, delta=905000 ns, racy<=2502500 ns 17:19:00.097 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.098 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.098000000, lastModified=2020-07-27 17:19:00.097095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.098 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.098000000, lastModified=2020-07-27 17:19:00.097095000, delta=905000 ns, racy<=2502500 ns 17:19:00.098 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.099 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.099000000, lastModified=2020-07-27 17:19:00.098095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.099 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.099000000, lastModified=2020-07-27 17:19:00.098095000, delta=905000 ns, racy<=2502500 ns 17:19:00.099 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.100 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.100000000, lastModified=2020-07-27 17:19:00.099095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.100 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.100000000, lastModified=2020-07-27 17:19:00.099095000, delta=905000 ns, racy<=2502500 ns 17:19:00.100 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.101 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.101000000, lastModified=2020-07-27 17:19:00.100095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.101 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.101000000, lastModified=2020-07-27 17:19:00.100095000, delta=905000 ns, racy<=2502500 ns 17:19:00.101 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.102 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.102000000, lastModified=2020-07-27 17:19:00.101095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.102000000, lastModified=2020-07-27 17:19:00.101095000, delta=905000 ns, racy<=2502500 ns 17:19:00.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.103000000, lastModified=2020-07-27 17:19:00.102095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.103000000, lastModified=2020-07-27 17:19:00.102095000, delta=905000 ns, racy<=2502500 ns 17:19:00.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.103 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.103000000, lastModified=2020-07-27 17:19:00.102095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.104 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.102095000 to 2020-07-27 17:19:00.103095000 17:19:00.104 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.104000000, lastModified=2020-07-27 17:19:00.103095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.104 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.104000000, lastModified=2020-07-27 17:19:00.103095000, delta=905000 ns, racy<=2502500 ns 17:19:00.104 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.105 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.105000000, lastModified=2020-07-27 17:19:00.104095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.105 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.105000000, lastModified=2020-07-27 17:19:00.104095000, delta=905000 ns, racy<=2502500 ns 17:19:00.105 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.106000000, lastModified=2020-07-27 17:19:00.105095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.106000000, lastModified=2020-07-27 17:19:00.105095000, delta=905000 ns, racy<=2502500 ns 17:19:00.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.106 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.106000000, lastModified=2020-07-27 17:19:00.105095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.106000000, lastModified=2020-07-27 17:19:00.105095000, delta=905000 ns, racy<=2502500 ns 17:19:00.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.107000000, lastModified=2020-07-27 17:19:00.106095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.106095000 to 2020-07-27 17:19:00.107095000 17:19:00.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.108000000, lastModified=2020-07-27 17:19:00.107095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.107095000 to 2020-07-27 17:19:00.108095000 17:19:00.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.109000000, lastModified=2020-07-27 17:19:00.108095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.108095000 to 2020-07-27 17:19:00.109095000 17:19:00.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.110000000, lastModified=2020-07-27 17:19:00.109095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.110000000, lastModified=2020-07-27 17:19:00.109095000, delta=905000 ns, racy<=2502500 ns 17:19:00.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.111 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.111000000, lastModified=2020-07-27 17:19:00.109095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.111 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.109095000 to 2020-07-27 17:19:00.110095000 17:19:00.111 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.111000000, lastModified=2020-07-27 17:19:00.110095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.111 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.111000000, lastModified=2020-07-27 17:19:00.110095000, delta=905000 ns, racy<=2502500 ns 17:19:00.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.112000000, lastModified=2020-07-27 17:19:00.111095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.112000000, lastModified=2020-07-27 17:19:00.111095000, delta=905000 ns, racy<=2502500 ns 17:19:00.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.113000000, lastModified=2020-07-27 17:19:00.111095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.111095000 to 2020-07-27 17:19:00.112095000 17:19:00.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.114000000, lastModified=2020-07-27 17:19:00.113095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.114000000, lastModified=2020-07-27 17:19:00.113095000, delta=905000 ns, racy<=2502500 ns 17:19:00.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.114000000, lastModified=2020-07-27 17:19:00.113095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.113095000 to 2020-07-27 17:19:00.114095000 17:19:00.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.116000000, lastModified=2020-07-27 17:19:00.115095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.116000000, lastModified=2020-07-27 17:19:00.115095000, delta=905000 ns, racy<=2502500 ns 17:19:00.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.116000000, lastModified=2020-07-27 17:19:00.115095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.115095000 to 2020-07-27 17:19:00.116095000 17:19:00.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.117000000, lastModified=2020-07-27 17:19:00.116095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.117000000, lastModified=2020-07-27 17:19:00.116095000, delta=905000 ns, racy<=2502500 ns 17:19:00.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.117000000, lastModified=2020-07-27 17:19:00.116095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.116095000 to 2020-07-27 17:19:00.117095000 17:19:00.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.118000000, lastModified=2020-07-27 17:19:00.117095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.118000000, lastModified=2020-07-27 17:19:00.117095000, delta=905000 ns, racy<=2502500 ns 17:19:00.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.119000000, lastModified=2020-07-27 17:19:00.118095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.119000000, lastModified=2020-07-27 17:19:00.118095000, delta=905000 ns, racy<=2502500 ns 17:19:00.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.120000000, lastModified=2020-07-27 17:19:00.119095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.120000000, lastModified=2020-07-27 17:19:00.119095000, delta=905000 ns, racy<=2502500 ns 17:19:00.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.121000000, lastModified=2020-07-27 17:19:00.120095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.121000000, lastModified=2020-07-27 17:19:00.120095000, delta=905000 ns, racy<=2502500 ns 17:19:00.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.122000000, lastModified=2020-07-27 17:19:00.121095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.122000000, lastModified=2020-07-27 17:19:00.121095000, delta=905000 ns, racy<=2502500 ns 17:19:00.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.122000000, lastModified=2020-07-27 17:19:00.121095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.123 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.121095000 to 2020-07-27 17:19:00.122095000 17:19:00.123 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.123000000, lastModified=2020-07-27 17:19:00.122095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.122095000 to 2020-07-27 17:19:00.123095000 17:19:00.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.124000000, lastModified=2020-07-27 17:19:00.123095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.124000000, lastModified=2020-07-27 17:19:00.123095000, delta=905000 ns, racy<=2502500 ns 17:19:00.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.125 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.125000000, lastModified=2020-07-27 17:19:00.124095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.124095000 to 2020-07-27 17:19:00.125095000 17:19:00.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.126000000, lastModified=2020-07-27 17:19:00.125095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.126000000, lastModified=2020-07-27 17:19:00.125095000, delta=905000 ns, racy<=2502500 ns 17:19:00.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.127000000, lastModified=2020-07-27 17:19:00.126095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.127000000, lastModified=2020-07-27 17:19:00.126095000, delta=905000 ns, racy<=2502500 ns 17:19:00.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.127000000, lastModified=2020-07-27 17:19:00.126095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.128 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.126095000 to 2020-07-27 17:19:00.127095000 17:19:00.128 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.128000000, lastModified=2020-07-27 17:19:00.127095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.127095000 to 2020-07-27 17:19:00.128095000 17:19:00.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.129000000, lastModified=2020-07-27 17:19:00.128095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.129000000, lastModified=2020-07-27 17:19:00.128095000, delta=905000 ns, racy<=2502500 ns 17:19:00.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.130000000, lastModified=2020-07-27 17:19:00.129095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.130000000, lastModified=2020-07-27 17:19:00.129095000, delta=905000 ns, racy<=2502500 ns 17:19:00.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.131000000, lastModified=2020-07-27 17:19:00.130095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.131000000, lastModified=2020-07-27 17:19:00.130095000, delta=905000 ns, racy<=2502500 ns 17:19:00.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.131000000, lastModified=2020-07-27 17:19:00.130095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.130095000 to 2020-07-27 17:19:00.131095000 17:19:00.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.132000000, lastModified=2020-07-27 17:19:00.131095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.131095000 to 2020-07-27 17:19:00.132095000 17:19:00.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.133000000, lastModified=2020-07-27 17:19:00.132095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.132095000 to 2020-07-27 17:19:00.133095000 17:19:00.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.134000000, lastModified=2020-07-27 17:19:00.133095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.134000000, lastModified=2020-07-27 17:19:00.133095000, delta=905000 ns, racy<=2502500 ns 17:19:00.134 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.134000000, lastModified=2020-07-27 17:19:00.133095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.133095000 to 2020-07-27 17:19:00.134095000 17:19:00.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.135000000, lastModified=2020-07-27 17:19:00.134095000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.135000000, lastModified=2020-07-27 17:19:00.134095000, delta=905000 ns, racy<=2502500 ns 17:19:00.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.136000000, lastModified=2020-07-27 17:19:00.135096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.136000000, lastModified=2020-07-27 17:19:00.135096000, delta=904000 ns, racy<=2502500 ns 17:19:00.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.136000000, lastModified=2020-07-27 17:19:00.135096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.136000000, lastModified=2020-07-27 17:19:00.135096000, delta=904000 ns, racy<=2502500 ns 17:19:00.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.137000000, lastModified=2020-07-27 17:19:00.136096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.137000000, lastModified=2020-07-27 17:19:00.136096000, delta=904000 ns, racy<=2502500 ns 17:19:00.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.137000000, lastModified=2020-07-27 17:19:00.136096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.136096000 to 2020-07-27 17:19:00.137096000 17:19:00.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.138000000, lastModified=2020-07-27 17:19:00.137096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.137096000 to 2020-07-27 17:19:00.138096000 17:19:00.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.139000000, lastModified=2020-07-27 17:19:00.138096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.138096000 to 2020-07-27 17:19:00.139096000 17:19:00.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.140000000, lastModified=2020-07-27 17:19:00.139096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.140000000, lastModified=2020-07-27 17:19:00.139096000, delta=904000 ns, racy<=2502500 ns 17:19:00.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.141000000, lastModified=2020-07-27 17:19:00.140096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.141000000, lastModified=2020-07-27 17:19:00.140096000, delta=904000 ns, racy<=2502500 ns 17:19:00.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.142000000, lastModified=2020-07-27 17:19:00.141096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.142000000, lastModified=2020-07-27 17:19:00.141096000, delta=904000 ns, racy<=2502500 ns 17:19:00.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.143000000, lastModified=2020-07-27 17:19:00.142096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.143000000, lastModified=2020-07-27 17:19:00.142096000, delta=904000 ns, racy<=2502500 ns 17:19:00.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.144000000, lastModified=2020-07-27 17:19:00.143096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.144000000, lastModified=2020-07-27 17:19:00.143096000, delta=904000 ns, racy<=2502500 ns 17:19:00.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.144000000, lastModified=2020-07-27 17:19:00.143096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.143096000 to 2020-07-27 17:19:00.144096000 17:19:00.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.145000000, lastModified=2020-07-27 17:19:00.144096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.145000000, lastModified=2020-07-27 17:19:00.144096000, delta=904000 ns, racy<=2502500 ns 17:19:00.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.146000000, lastModified=2020-07-27 17:19:00.145096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.146000000, lastModified=2020-07-27 17:19:00.145096000, delta=904000 ns, racy<=2502500 ns 17:19:00.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.146000000, lastModified=2020-07-27 17:19:00.145096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.145096000 to 2020-07-27 17:19:00.146096000 17:19:00.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.147000000, lastModified=2020-07-27 17:19:00.146096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.146096000 to 2020-07-27 17:19:00.147096000 17:19:00.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.148000000, lastModified=2020-07-27 17:19:00.147096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.148000000, lastModified=2020-07-27 17:19:00.147096000, delta=904000 ns, racy<=2502500 ns 17:19:00.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.149000000, lastModified=2020-07-27 17:19:00.148096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.149000000, lastModified=2020-07-27 17:19:00.148096000, delta=904000 ns, racy<=2502500 ns 17:19:00.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.150000000, lastModified=2020-07-27 17:19:00.149096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.150000000, lastModified=2020-07-27 17:19:00.149096000, delta=904000 ns, racy<=2502500 ns 17:19:00.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.150 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.150000000, lastModified=2020-07-27 17:19:00.149096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.149096000 to 2020-07-27 17:19:00.150096000 17:19:00.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.151000000, lastModified=2020-07-27 17:19:00.150096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.151000000, lastModified=2020-07-27 17:19:00.150096000, delta=904000 ns, racy<=2502500 ns 17:19:00.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.152000000, lastModified=2020-07-27 17:19:00.150096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.150096000 to 2020-07-27 17:19:00.151096000 17:19:00.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.152000000, lastModified=2020-07-27 17:19:00.151096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.152000000, lastModified=2020-07-27 17:19:00.151096000, delta=904000 ns, racy<=2502500 ns 17:19:00.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.153000000, lastModified=2020-07-27 17:19:00.152096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.153000000, lastModified=2020-07-27 17:19:00.152096000, delta=904000 ns, racy<=2502500 ns 17:19:00.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.154000000, lastModified=2020-07-27 17:19:00.153096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.154000000, lastModified=2020-07-27 17:19:00.153096000, delta=904000 ns, racy<=2502500 ns 17:19:00.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.155000000, lastModified=2020-07-27 17:19:00.154096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.155000000, lastModified=2020-07-27 17:19:00.154096000, delta=904000 ns, racy<=2502500 ns 17:19:00.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.156000000, lastModified=2020-07-27 17:19:00.155096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.155096000 to 2020-07-27 17:19:00.156096000 17:19:00.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.157000000, lastModified=2020-07-27 17:19:00.156096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.156096000 to 2020-07-27 17:19:00.157096000 17:19:00.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.158000000, lastModified=2020-07-27 17:19:00.157096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.157096000 to 2020-07-27 17:19:00.158096000 17:19:00.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.159000000, lastModified=2020-07-27 17:19:00.158096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.159000000, lastModified=2020-07-27 17:19:00.158096000, delta=904000 ns, racy<=2502500 ns 17:19:00.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.159000000, lastModified=2020-07-27 17:19:00.158096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.158096000 to 2020-07-27 17:19:00.159096000 17:19:00.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.160000000, lastModified=2020-07-27 17:19:00.159096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.160000000, lastModified=2020-07-27 17:19:00.159096000, delta=904000 ns, racy<=2502500 ns 17:19:00.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.161000000, lastModified=2020-07-27 17:19:00.160096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.161000000, lastModified=2020-07-27 17:19:00.160096000, delta=904000 ns, racy<=2502500 ns 17:19:00.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.161000000, lastModified=2020-07-27 17:19:00.160096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.161000000, lastModified=2020-07-27 17:19:00.160096000, delta=904000 ns, racy<=2502500 ns 17:19:00.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.162000000, lastModified=2020-07-27 17:19:00.161096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.162000000, lastModified=2020-07-27 17:19:00.161096000, delta=904000 ns, racy<=2502500 ns 17:19:00.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.162000000, lastModified=2020-07-27 17:19:00.161096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.161096000 to 2020-07-27 17:19:00.162096000 17:19:00.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.163000000, lastModified=2020-07-27 17:19:00.162096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.163000000, lastModified=2020-07-27 17:19:00.162096000, delta=904000 ns, racy<=2502500 ns 17:19:00.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.164000000, lastModified=2020-07-27 17:19:00.163096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.164000000, lastModified=2020-07-27 17:19:00.163096000, delta=904000 ns, racy<=2502500 ns 17:19:00.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.165000000, lastModified=2020-07-27 17:19:00.164096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.165000000, lastModified=2020-07-27 17:19:00.164096000, delta=904000 ns, racy<=2502500 ns 17:19:00.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.165000000, lastModified=2020-07-27 17:19:00.164096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.164096000 to 2020-07-27 17:19:00.165096000 17:19:00.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.166000000, lastModified=2020-07-27 17:19:00.165096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.165096000 to 2020-07-27 17:19:00.166096000 17:19:00.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.167000000, lastModified=2020-07-27 17:19:00.166096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.167000000, lastModified=2020-07-27 17:19:00.166096000, delta=904000 ns, racy<=2502500 ns 17:19:00.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.168000000, lastModified=2020-07-27 17:19:00.167096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.168000000, lastModified=2020-07-27 17:19:00.167096000, delta=904000 ns, racy<=2502500 ns 17:19:00.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.168000000, lastModified=2020-07-27 17:19:00.167096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.167096000 to 2020-07-27 17:19:00.168096000 17:19:00.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.169000000, lastModified=2020-07-27 17:19:00.168096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.169000000, lastModified=2020-07-27 17:19:00.168096000, delta=904000 ns, racy<=2502500 ns 17:19:00.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.170000000, lastModified=2020-07-27 17:19:00.168096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.168096000 to 2020-07-27 17:19:00.169096000 17:19:00.171 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.171000000, lastModified=2020-07-27 17:19:00.170096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.171 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.171000000, lastModified=2020-07-27 17:19:00.170096000, delta=904000 ns, racy<=2502500 ns 17:19:00.171 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.171 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.171000000, lastModified=2020-07-27 17:19:00.170096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.172 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.170096000 to 2020-07-27 17:19:00.171096000 17:19:00.172 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.172000000, lastModified=2020-07-27 17:19:00.171096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.172 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.172000000, lastModified=2020-07-27 17:19:00.171096000, delta=904000 ns, racy<=2502500 ns 17:19:00.172 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.173 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.172000000, lastModified=2020-07-27 17:19:00.171096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.173 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.171096000 to 2020-07-27 17:19:00.172096000 17:19:00.173 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.173000000, lastModified=2020-07-27 17:19:00.172096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.174 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.172096000 to 2020-07-27 17:19:00.173096000 17:19:00.174 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.174000000, lastModified=2020-07-27 17:19:00.173096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.175 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.173096000 to 2020-07-27 17:19:00.174096000 17:19:00.175 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.175000000, lastModified=2020-07-27 17:19:00.174096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.175 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.175000000, lastModified=2020-07-27 17:19:00.174096000, delta=904000 ns, racy<=2502500 ns 17:19:00.175 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.175 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.175000000, lastModified=2020-07-27 17:19:00.174096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.175 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.175000000, lastModified=2020-07-27 17:19:00.174096000, delta=904000 ns, racy<=2502500 ns 17:19:00.175 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.176 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.176000000, lastModified=2020-07-27 17:19:00.175096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.176 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.176000000, lastModified=2020-07-27 17:19:00.175096000, delta=904000 ns, racy<=2502500 ns 17:19:00.176 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.177 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.177000000, lastModified=2020-07-27 17:19:00.176096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.177 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.177000000, lastModified=2020-07-27 17:19:00.176096000, delta=904000 ns, racy<=2502500 ns 17:19:00.177 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.177 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.177000000, lastModified=2020-07-27 17:19:00.176096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.178 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.176096000 to 2020-07-27 17:19:00.177096000 17:19:00.178 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.178000000, lastModified=2020-07-27 17:19:00.177096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.178 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.178000000, lastModified=2020-07-27 17:19:00.177096000, delta=904000 ns, racy<=2502500 ns 17:19:00.178 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.179 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.179000000, lastModified=2020-07-27 17:19:00.178096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.179 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.179000000, lastModified=2020-07-27 17:19:00.178096000, delta=904000 ns, racy<=2502500 ns 17:19:00.179 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.179 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.179000000, lastModified=2020-07-27 17:19:00.178096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.180 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.178096000 to 2020-07-27 17:19:00.179096000 17:19:00.180 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.180000000, lastModified=2020-07-27 17:19:00.179096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.181 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.179096000 to 2020-07-27 17:19:00.180096000 17:19:00.182 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.182000000, lastModified=2020-07-27 17:19:00.180096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.182 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.180096000 to 2020-07-27 17:19:00.181096000 17:19:00.182 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.182000000, lastModified=2020-07-27 17:19:00.181096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.183 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.181096000 to 2020-07-27 17:19:00.182096000 17:19:00.183 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.183000000, lastModified=2020-07-27 17:19:00.182096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.183 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.183000000, lastModified=2020-07-27 17:19:00.182096000, delta=904000 ns, racy<=2502500 ns 17:19:00.183 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.184 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.184000000, lastModified=2020-07-27 17:19:00.183096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.184 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.184000000, lastModified=2020-07-27 17:19:00.183096000, delta=904000 ns, racy<=2502500 ns 17:19:00.184 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.185000000, lastModified=2020-07-27 17:19:00.184096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.185000000, lastModified=2020-07-27 17:19:00.184096000, delta=904000 ns, racy<=2502500 ns 17:19:00.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.185000000, lastModified=2020-07-27 17:19:00.184096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.185000000, lastModified=2020-07-27 17:19:00.184096000, delta=904000 ns, racy<=2502500 ns 17:19:00.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.186000000, lastModified=2020-07-27 17:19:00.185096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.186000000, lastModified=2020-07-27 17:19:00.185096000, delta=904000 ns, racy<=2502500 ns 17:19:00.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.186000000, lastModified=2020-07-27 17:19:00.185096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.185096000 to 2020-07-27 17:19:00.186096000 17:19:00.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.187000000, lastModified=2020-07-27 17:19:00.186096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.187000000, lastModified=2020-07-27 17:19:00.186096000, delta=904000 ns, racy<=2502500 ns 17:19:00.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.187000000, lastModified=2020-07-27 17:19:00.186096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.186096000 to 2020-07-27 17:19:00.187096000 17:19:00.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.188000000, lastModified=2020-07-27 17:19:00.187096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.188000000, lastModified=2020-07-27 17:19:00.187096000, delta=904000 ns, racy<=2502500 ns 17:19:00.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.188000000, lastModified=2020-07-27 17:19:00.187096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.187096000 to 2020-07-27 17:19:00.188096000 17:19:00.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.190000000, lastModified=2020-07-27 17:19:00.189096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.190000000, lastModified=2020-07-27 17:19:00.189096000, delta=904000 ns, racy<=2502500 ns 17:19:00.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.190000000, lastModified=2020-07-27 17:19:00.189096000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.189096000 to 2020-07-27 17:19:00.190097000 17:19:00.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.191000000, lastModified=2020-07-27 17:19:00.190097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.190097000 to 2020-07-27 17:19:00.191097000 17:19:00.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.192000000, lastModified=2020-07-27 17:19:00.191097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.192000000, lastModified=2020-07-27 17:19:00.191097000, delta=903000 ns, racy<=2502500 ns 17:19:00.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.193000000, lastModified=2020-07-27 17:19:00.192097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.193000000, lastModified=2020-07-27 17:19:00.192097000, delta=903000 ns, racy<=2502500 ns 17:19:00.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.194000000, lastModified=2020-07-27 17:19:00.193097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.194000000, lastModified=2020-07-27 17:19:00.193097000, delta=903000 ns, racy<=2502500 ns 17:19:00.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.195000000, lastModified=2020-07-27 17:19:00.194097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.195000000, lastModified=2020-07-27 17:19:00.194097000, delta=903000 ns, racy<=2502500 ns 17:19:00.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.196000000, lastModified=2020-07-27 17:19:00.195097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.196000000, lastModified=2020-07-27 17:19:00.195097000, delta=903000 ns, racy<=2502500 ns 17:19:00.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.196000000, lastModified=2020-07-27 17:19:00.195097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.197 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.195097000 to 2020-07-27 17:19:00.196097000 17:19:00.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.197000000, lastModified=2020-07-27 17:19:00.196097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.196097000 to 2020-07-27 17:19:00.197097000 17:19:00.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.198000000, lastModified=2020-07-27 17:19:00.197097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.197097000 to 2020-07-27 17:19:00.198097000 17:19:00.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.199000000, lastModified=2020-07-27 17:19:00.198097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.199000000, lastModified=2020-07-27 17:19:00.198097000, delta=903000 ns, racy<=2502500 ns 17:19:00.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.200000000, lastModified=2020-07-27 17:19:00.199097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.200000000, lastModified=2020-07-27 17:19:00.199097000, delta=903000 ns, racy<=2502500 ns 17:19:00.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.200000000, lastModified=2020-07-27 17:19:00.199097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.199097000 to 2020-07-27 17:19:00.200097000 17:19:00.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.201000000, lastModified=2020-07-27 17:19:00.200097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.200097000 to 2020-07-27 17:19:00.201097000 17:19:00.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.202000000, lastModified=2020-07-27 17:19:00.201097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.202000000, lastModified=2020-07-27 17:19:00.201097000, delta=903000 ns, racy<=2502500 ns 17:19:00.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.203000000, lastModified=2020-07-27 17:19:00.202097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.202097000 to 2020-07-27 17:19:00.203097000 17:19:00.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.204000000, lastModified=2020-07-27 17:19:00.203097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.205 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.203097000 to 2020-07-27 17:19:00.204097000 17:19:00.205 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.205000000, lastModified=2020-07-27 17:19:00.204097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.205000000, lastModified=2020-07-27 17:19:00.204097000, delta=903000 ns, racy<=2502500 ns 17:19:00.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.206000000, lastModified=2020-07-27 17:19:00.205097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.206000000, lastModified=2020-07-27 17:19:00.205097000, delta=903000 ns, racy<=2502500 ns 17:19:00.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.206000000, lastModified=2020-07-27 17:19:00.205097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.205097000 to 2020-07-27 17:19:00.206097000 17:19:00.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.207000000, lastModified=2020-07-27 17:19:00.206097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.207000000, lastModified=2020-07-27 17:19:00.206097000, delta=903000 ns, racy<=2502500 ns 17:19:00.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.207000000, lastModified=2020-07-27 17:19:00.206097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.206097000 to 2020-07-27 17:19:00.207097000 17:19:00.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.208000000, lastModified=2020-07-27 17:19:00.207097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.208000000, lastModified=2020-07-27 17:19:00.207097000, delta=903000 ns, racy<=2502500 ns 17:19:00.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.209000000, lastModified=2020-07-27 17:19:00.208097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.209000000, lastModified=2020-07-27 17:19:00.208097000, delta=903000 ns, racy<=2502500 ns 17:19:00.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.209000000, lastModified=2020-07-27 17:19:00.208097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.209000000, lastModified=2020-07-27 17:19:00.208097000, delta=903000 ns, racy<=2502500 ns 17:19:00.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.210000000, lastModified=2020-07-27 17:19:00.209097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.210000000, lastModified=2020-07-27 17:19:00.209097000, delta=903000 ns, racy<=2502500 ns 17:19:00.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.210000000, lastModified=2020-07-27 17:19:00.209097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.209097000 to 2020-07-27 17:19:00.210097000 17:19:00.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.211000000, lastModified=2020-07-27 17:19:00.210097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.210097000 to 2020-07-27 17:19:00.211097000 17:19:00.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.212000000, lastModified=2020-07-27 17:19:00.211097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.212000000, lastModified=2020-07-27 17:19:00.211097000, delta=903000 ns, racy<=2502500 ns 17:19:00.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.213000000, lastModified=2020-07-27 17:19:00.212097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.213000000, lastModified=2020-07-27 17:19:00.212097000, delta=903000 ns, racy<=2502500 ns 17:19:00.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.213000000, lastModified=2020-07-27 17:19:00.212097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.213000000, lastModified=2020-07-27 17:19:00.212097000, delta=903000 ns, racy<=2502500 ns 17:19:00.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.214000000, lastModified=2020-07-27 17:19:00.213097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.214000000, lastModified=2020-07-27 17:19:00.213097000, delta=903000 ns, racy<=2502500 ns 17:19:00.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.214000000, lastModified=2020-07-27 17:19:00.213097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.214000000, lastModified=2020-07-27 17:19:00.213097000, delta=903000 ns, racy<=2502500 ns 17:19:00.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.215000000, lastModified=2020-07-27 17:19:00.214097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.215000000, lastModified=2020-07-27 17:19:00.214097000, delta=903000 ns, racy<=2502500 ns 17:19:00.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.215000000, lastModified=2020-07-27 17:19:00.214097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.215000000, lastModified=2020-07-27 17:19:00.214097000, delta=903000 ns, racy<=2502500 ns 17:19:00.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.216000000, lastModified=2020-07-27 17:19:00.215097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.215097000 to 2020-07-27 17:19:00.216097000 17:19:00.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.217000000, lastModified=2020-07-27 17:19:00.216097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.217000000, lastModified=2020-07-27 17:19:00.216097000, delta=903000 ns, racy<=2502500 ns 17:19:00.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.218000000, lastModified=2020-07-27 17:19:00.217097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.217097000 to 2020-07-27 17:19:00.218097000 17:19:00.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.219000000, lastModified=2020-07-27 17:19:00.218097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.218097000 to 2020-07-27 17:19:00.219097000 17:19:00.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.220000000, lastModified=2020-07-27 17:19:00.219097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.220000000, lastModified=2020-07-27 17:19:00.219097000, delta=903000 ns, racy<=2502500 ns 17:19:00.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.220000000, lastModified=2020-07-27 17:19:00.219097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.220000000, lastModified=2020-07-27 17:19:00.219097000, delta=903000 ns, racy<=2502500 ns 17:19:00.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.221000000, lastModified=2020-07-27 17:19:00.220097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.221000000, lastModified=2020-07-27 17:19:00.220097000, delta=903000 ns, racy<=2502500 ns 17:19:00.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.221000000, lastModified=2020-07-27 17:19:00.220097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.220097000 to 2020-07-27 17:19:00.221097000 17:19:00.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.222000000, lastModified=2020-07-27 17:19:00.221097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.222000000, lastModified=2020-07-27 17:19:00.221097000, delta=903000 ns, racy<=2502500 ns 17:19:00.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.223000000, lastModified=2020-07-27 17:19:00.222097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.223000000, lastModified=2020-07-27 17:19:00.222097000, delta=903000 ns, racy<=2502500 ns 17:19:00.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.223000000, lastModified=2020-07-27 17:19:00.222097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.222097000 to 2020-07-27 17:19:00.223097000 17:19:00.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.224000000, lastModified=2020-07-27 17:19:00.223097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.224000000, lastModified=2020-07-27 17:19:00.223097000, delta=903000 ns, racy<=2502500 ns 17:19:00.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.224000000, lastModified=2020-07-27 17:19:00.223097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.223097000 to 2020-07-27 17:19:00.224097000 17:19:00.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.225000000, lastModified=2020-07-27 17:19:00.224097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.225000000, lastModified=2020-07-27 17:19:00.224097000, delta=903000 ns, racy<=2502500 ns 17:19:00.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.225000000, lastModified=2020-07-27 17:19:00.224097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.224097000 to 2020-07-27 17:19:00.225097000 17:19:00.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.227000000, lastModified=2020-07-27 17:19:00.226097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.227000000, lastModified=2020-07-27 17:19:00.226097000, delta=903000 ns, racy<=2502500 ns 17:19:00.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.228000000, lastModified=2020-07-27 17:19:00.227097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.228000000, lastModified=2020-07-27 17:19:00.227097000, delta=903000 ns, racy<=2502500 ns 17:19:00.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.229000000, lastModified=2020-07-27 17:19:00.228097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.229000000, lastModified=2020-07-27 17:19:00.228097000, delta=903000 ns, racy<=2502500 ns 17:19:00.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.230000000, lastModified=2020-07-27 17:19:00.229097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.229097000 to 2020-07-27 17:19:00.230097000 17:19:00.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.231000000, lastModified=2020-07-27 17:19:00.230097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.230097000 to 2020-07-27 17:19:00.231097000 17:19:00.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.232000000, lastModified=2020-07-27 17:19:00.231097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.231097000 to 2020-07-27 17:19:00.232097000 17:19:00.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.234000000, lastModified=2020-07-27 17:19:00.233097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.234000000, lastModified=2020-07-27 17:19:00.233097000, delta=903000 ns, racy<=2502500 ns 17:19:00.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.235000000, lastModified=2020-07-27 17:19:00.234097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.235000000, lastModified=2020-07-27 17:19:00.234097000, delta=903000 ns, racy<=2502500 ns 17:19:00.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.236000000, lastModified=2020-07-27 17:19:00.235097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.236000000, lastModified=2020-07-27 17:19:00.235097000, delta=903000 ns, racy<=2502500 ns 17:19:00.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.237000000, lastModified=2020-07-27 17:19:00.236097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.237000000, lastModified=2020-07-27 17:19:00.236097000, delta=903000 ns, racy<=2502500 ns 17:19:00.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.238000000, lastModified=2020-07-27 17:19:00.237097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.238000000, lastModified=2020-07-27 17:19:00.237097000, delta=903000 ns, racy<=2502500 ns 17:19:00.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.239000000, lastModified=2020-07-27 17:19:00.238097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.239000000, lastModified=2020-07-27 17:19:00.238097000, delta=903000 ns, racy<=2502500 ns 17:19:00.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.239000000, lastModified=2020-07-27 17:19:00.238097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.238097000 to 2020-07-27 17:19:00.239097000 17:19:00.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.240000000, lastModified=2020-07-27 17:19:00.239097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.240000000, lastModified=2020-07-27 17:19:00.239097000, delta=903000 ns, racy<=2502500 ns 17:19:00.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.241000000, lastModified=2020-07-27 17:19:00.239097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.239097000 to 2020-07-27 17:19:00.240097000 17:19:00.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.241000000, lastModified=2020-07-27 17:19:00.240097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.241000000, lastModified=2020-07-27 17:19:00.240097000, delta=903000 ns, racy<=2502500 ns 17:19:00.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.242000000, lastModified=2020-07-27 17:19:00.241097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.242000000, lastModified=2020-07-27 17:19:00.241097000, delta=903000 ns, racy<=2502500 ns 17:19:00.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.242000000, lastModified=2020-07-27 17:19:00.241097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.241097000 to 2020-07-27 17:19:00.242097000 17:19:00.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.243000000, lastModified=2020-07-27 17:19:00.242097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.243000000, lastModified=2020-07-27 17:19:00.242097000, delta=903000 ns, racy<=2502500 ns 17:19:00.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.244000000, lastModified=2020-07-27 17:19:00.243097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.244000000, lastModified=2020-07-27 17:19:00.243097000, delta=903000 ns, racy<=2502500 ns 17:19:00.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.245000000, lastModified=2020-07-27 17:19:00.244097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.245000000, lastModified=2020-07-27 17:19:00.244097000, delta=903000 ns, racy<=2502500 ns 17:19:00.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.245000000, lastModified=2020-07-27 17:19:00.244097000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.244097000 to 2020-07-27 17:19:00.245098000 17:19:00.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.246000000, lastModified=2020-07-27 17:19:00.245098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.246000000, lastModified=2020-07-27 17:19:00.245098000, delta=902000 ns, racy<=2502500 ns 17:19:00.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.247000000, lastModified=2020-07-27 17:19:00.246098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.247000000, lastModified=2020-07-27 17:19:00.246098000, delta=902000 ns, racy<=2502500 ns 17:19:00.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.248000000, lastModified=2020-07-27 17:19:00.247098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.247098000 to 2020-07-27 17:19:00.248098000 17:19:00.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.249000000, lastModified=2020-07-27 17:19:00.248098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.248098000 to 2020-07-27 17:19:00.249098000 17:19:00.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.250000000, lastModified=2020-07-27 17:19:00.249098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.250000000, lastModified=2020-07-27 17:19:00.249098000, delta=902000 ns, racy<=2502500 ns 17:19:00.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.251000000, lastModified=2020-07-27 17:19:00.250098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.251000000, lastModified=2020-07-27 17:19:00.250098000, delta=902000 ns, racy<=2502500 ns 17:19:00.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.251000000, lastModified=2020-07-27 17:19:00.250098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.250098000 to 2020-07-27 17:19:00.251098000 17:19:00.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.252000000, lastModified=2020-07-27 17:19:00.251098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.252000000, lastModified=2020-07-27 17:19:00.251098000, delta=902000 ns, racy<=2502500 ns 17:19:00.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.252000000, lastModified=2020-07-27 17:19:00.251098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.251098000 to 2020-07-27 17:19:00.252098000 17:19:00.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.254000000, lastModified=2020-07-27 17:19:00.253098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.254000000, lastModified=2020-07-27 17:19:00.253098000, delta=902000 ns, racy<=2502500 ns 17:19:00.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.254000000, lastModified=2020-07-27 17:19:00.253098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.253098000 to 2020-07-27 17:19:00.254098000 17:19:00.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.255000000, lastModified=2020-07-27 17:19:00.254098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.255000000, lastModified=2020-07-27 17:19:00.254098000, delta=902000 ns, racy<=2502500 ns 17:19:00.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.255000000, lastModified=2020-07-27 17:19:00.254098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.254098000 to 2020-07-27 17:19:00.255098000 17:19:00.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.256000000, lastModified=2020-07-27 17:19:00.255098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.256000000, lastModified=2020-07-27 17:19:00.255098000, delta=902000 ns, racy<=2502500 ns 17:19:00.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.256000000, lastModified=2020-07-27 17:19:00.255098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.255098000 to 2020-07-27 17:19:00.256098000 17:19:00.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.257000000, lastModified=2020-07-27 17:19:00.256098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.257000000, lastModified=2020-07-27 17:19:00.256098000, delta=902000 ns, racy<=2502500 ns 17:19:00.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.258000000, lastModified=2020-07-27 17:19:00.257098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.257098000 to 2020-07-27 17:19:00.258098000 17:19:00.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.259000000, lastModified=2020-07-27 17:19:00.258098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.259000000, lastModified=2020-07-27 17:19:00.258098000, delta=902000 ns, racy<=2502500 ns 17:19:00.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.260000000, lastModified=2020-07-27 17:19:00.259098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.259098000 to 2020-07-27 17:19:00.260098000 17:19:00.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.261000000, lastModified=2020-07-27 17:19:00.260098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.261000000, lastModified=2020-07-27 17:19:00.260098000, delta=902000 ns, racy<=2502500 ns 17:19:00.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.261000000, lastModified=2020-07-27 17:19:00.260098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.260098000 to 2020-07-27 17:19:00.261098000 17:19:00.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.262000000, lastModified=2020-07-27 17:19:00.261098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.261098000 to 2020-07-27 17:19:00.262098000 17:19:00.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.263000000, lastModified=2020-07-27 17:19:00.262098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.262098000 to 2020-07-27 17:19:00.263098000 17:19:00.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.264000000, lastModified=2020-07-27 17:19:00.263098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.263098000 to 2020-07-27 17:19:00.264098000 17:19:00.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.265000000, lastModified=2020-07-27 17:19:00.264098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.265000000, lastModified=2020-07-27 17:19:00.264098000, delta=902000 ns, racy<=2502500 ns 17:19:00.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.266000000, lastModified=2020-07-27 17:19:00.265098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.266000000, lastModified=2020-07-27 17:19:00.265098000, delta=902000 ns, racy<=2502500 ns 17:19:00.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.267000000, lastModified=2020-07-27 17:19:00.266098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.267000000, lastModified=2020-07-27 17:19:00.266098000, delta=902000 ns, racy<=2502500 ns 17:19:00.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.267000000, lastModified=2020-07-27 17:19:00.266098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.266098000 to 2020-07-27 17:19:00.267098000 17:19:00.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.269000000, lastModified=2020-07-27 17:19:00.268098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.269000000, lastModified=2020-07-27 17:19:00.268098000, delta=902000 ns, racy<=2502500 ns 17:19:00.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.269000000, lastModified=2020-07-27 17:19:00.268098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.268098000 to 2020-07-27 17:19:00.269098000 17:19:00.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.270000000, lastModified=2020-07-27 17:19:00.269098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.270000000, lastModified=2020-07-27 17:19:00.269098000, delta=902000 ns, racy<=2502500 ns 17:19:00.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.270000000, lastModified=2020-07-27 17:19:00.269098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.269098000 to 2020-07-27 17:19:00.270098000 17:19:00.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.271000000, lastModified=2020-07-27 17:19:00.270098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.271000000, lastModified=2020-07-27 17:19:00.270098000, delta=902000 ns, racy<=2502500 ns 17:19:00.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.271000000, lastModified=2020-07-27 17:19:00.270098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.270098000 to 2020-07-27 17:19:00.271098000 17:19:00.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.272000000, lastModified=2020-07-27 17:19:00.271098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.272000000, lastModified=2020-07-27 17:19:00.271098000, delta=902000 ns, racy<=2502500 ns 17:19:00.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.273000000, lastModified=2020-07-27 17:19:00.272098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.273000000, lastModified=2020-07-27 17:19:00.272098000, delta=902000 ns, racy<=2502500 ns 17:19:00.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.274000000, lastModified=2020-07-27 17:19:00.273098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.274000000, lastModified=2020-07-27 17:19:00.273098000, delta=902000 ns, racy<=2502500 ns 17:19:00.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.275000000, lastModified=2020-07-27 17:19:00.274098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.275000000, lastModified=2020-07-27 17:19:00.274098000, delta=902000 ns, racy<=2502500 ns 17:19:00.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.276000000, lastModified=2020-07-27 17:19:00.275098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.276000000, lastModified=2020-07-27 17:19:00.275098000, delta=902000 ns, racy<=2502500 ns 17:19:00.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.277000000, lastModified=2020-07-27 17:19:00.276098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.276098000 to 2020-07-27 17:19:00.277098000 17:19:00.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.279000000, lastModified=2020-07-27 17:19:00.278098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.279000000, lastModified=2020-07-27 17:19:00.278098000, delta=902000 ns, racy<=2502500 ns 17:19:00.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.279000000, lastModified=2020-07-27 17:19:00.278098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.278098000 to 2020-07-27 17:19:00.279098000 17:19:00.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.281000000, lastModified=2020-07-27 17:19:00.280098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.281000000, lastModified=2020-07-27 17:19:00.280098000, delta=902000 ns, racy<=2502500 ns 17:19:00.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.282000000, lastModified=2020-07-27 17:19:00.281098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.282000000, lastModified=2020-07-27 17:19:00.281098000, delta=902000 ns, racy<=2502500 ns 17:19:00.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.282000000, lastModified=2020-07-27 17:19:00.281098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.282000000, lastModified=2020-07-27 17:19:00.281098000, delta=902000 ns, racy<=2502500 ns 17:19:00.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.283000000, lastModified=2020-07-27 17:19:00.282098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.283000000, lastModified=2020-07-27 17:19:00.282098000, delta=902000 ns, racy<=2502500 ns 17:19:00.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.283000000, lastModified=2020-07-27 17:19:00.282098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.283000000, lastModified=2020-07-27 17:19:00.282098000, delta=902000 ns, racy<=2502500 ns 17:19:00.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.284000000, lastModified=2020-07-27 17:19:00.283098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.283098000 to 2020-07-27 17:19:00.284098000 17:19:00.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.285000000, lastModified=2020-07-27 17:19:00.284098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.285000000, lastModified=2020-07-27 17:19:00.284098000, delta=902000 ns, racy<=2502500 ns 17:19:00.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.286000000, lastModified=2020-07-27 17:19:00.285098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.285098000 to 2020-07-27 17:19:00.286098000 17:19:00.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.287000000, lastModified=2020-07-27 17:19:00.286098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.287000000, lastModified=2020-07-27 17:19:00.286098000, delta=902000 ns, racy<=2502500 ns 17:19:00.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.288000000, lastModified=2020-07-27 17:19:00.287098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.288000000, lastModified=2020-07-27 17:19:00.287098000, delta=902000 ns, racy<=2502500 ns 17:19:00.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.289000000, lastModified=2020-07-27 17:19:00.288098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.289000000, lastModified=2020-07-27 17:19:00.288098000, delta=902000 ns, racy<=2502500 ns 17:19:00.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.289000000, lastModified=2020-07-27 17:19:00.288098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.289000000, lastModified=2020-07-27 17:19:00.288098000, delta=902000 ns, racy<=2502500 ns 17:19:00.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.290000000, lastModified=2020-07-27 17:19:00.289098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.290000000, lastModified=2020-07-27 17:19:00.289098000, delta=902000 ns, racy<=2502500 ns 17:19:00.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.290000000, lastModified=2020-07-27 17:19:00.289098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.290000000, lastModified=2020-07-27 17:19:00.289098000, delta=902000 ns, racy<=2502500 ns 17:19:00.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.291000000, lastModified=2020-07-27 17:19:00.290098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.291000000, lastModified=2020-07-27 17:19:00.290098000, delta=902000 ns, racy<=2502500 ns 17:19:00.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.292000000, lastModified=2020-07-27 17:19:00.291098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.292000000, lastModified=2020-07-27 17:19:00.291098000, delta=902000 ns, racy<=2502500 ns 17:19:00.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.292000000, lastModified=2020-07-27 17:19:00.291098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.292000000, lastModified=2020-07-27 17:19:00.291098000, delta=902000 ns, racy<=2502500 ns 17:19:00.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.293000000, lastModified=2020-07-27 17:19:00.292098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.293000000, lastModified=2020-07-27 17:19:00.292098000, delta=902000 ns, racy<=2502500 ns 17:19:00.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.294000000, lastModified=2020-07-27 17:19:00.293098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.294000000, lastModified=2020-07-27 17:19:00.293098000, delta=902000 ns, racy<=2502500 ns 17:19:00.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.294000000, lastModified=2020-07-27 17:19:00.293098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.293098000 to 2020-07-27 17:19:00.294098000 17:19:00.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.296000000, lastModified=2020-07-27 17:19:00.295098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.296000000, lastModified=2020-07-27 17:19:00.295098000, delta=902000 ns, racy<=2502500 ns 17:19:00.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.297000000, lastModified=2020-07-27 17:19:00.296098000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.297000000, lastModified=2020-07-27 17:19:00.296098000, delta=902000 ns, racy<=2502500 ns 17:19:00.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.305000000, lastModified=2020-07-27 17:19:00.304099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.305000000, lastModified=2020-07-27 17:19:00.304099000, delta=901000 ns, racy<=2502500 ns 17:19:00.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.306000000, lastModified=2020-07-27 17:19:00.304099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.304099000 to 2020-07-27 17:19:00.305099000 17:19:00.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.306000000, lastModified=2020-07-27 17:19:00.305099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.306000000, lastModified=2020-07-27 17:19:00.305099000, delta=901000 ns, racy<=2502500 ns 17:19:00.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.307000000, lastModified=2020-07-27 17:19:00.306099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.307000000, lastModified=2020-07-27 17:19:00.306099000, delta=901000 ns, racy<=2502500 ns 17:19:00.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.307000000, lastModified=2020-07-27 17:19:00.306099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.307000000, lastModified=2020-07-27 17:19:00.306099000, delta=901000 ns, racy<=2502500 ns 17:19:00.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.308000000, lastModified=2020-07-27 17:19:00.307099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.308000000, lastModified=2020-07-27 17:19:00.307099000, delta=901000 ns, racy<=2502500 ns 17:19:00.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.308000000, lastModified=2020-07-27 17:19:00.307099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.307099000 to 2020-07-27 17:19:00.308099000 17:19:00.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.309000000, lastModified=2020-07-27 17:19:00.308099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.309000000, lastModified=2020-07-27 17:19:00.308099000, delta=901000 ns, racy<=2502500 ns 17:19:00.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.310000000, lastModified=2020-07-27 17:19:00.309099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.310000000, lastModified=2020-07-27 17:19:00.309099000, delta=901000 ns, racy<=2502500 ns 17:19:00.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.311000000, lastModified=2020-07-27 17:19:00.310099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.311000000, lastModified=2020-07-27 17:19:00.310099000, delta=901000 ns, racy<=2502500 ns 17:19:00.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.312000000, lastModified=2020-07-27 17:19:00.311099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.311099000 to 2020-07-27 17:19:00.312099000 17:19:00.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.313000000, lastModified=2020-07-27 17:19:00.312099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.312099000 to 2020-07-27 17:19:00.313099000 17:19:00.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.314000000, lastModified=2020-07-27 17:19:00.313099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.313099000 to 2020-07-27 17:19:00.314099000 17:19:00.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.316000000, lastModified=2020-07-27 17:19:00.315099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.316000000, lastModified=2020-07-27 17:19:00.315099000, delta=901000 ns, racy<=2502500 ns 17:19:00.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.317000000, lastModified=2020-07-27 17:19:00.316099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.317000000, lastModified=2020-07-27 17:19:00.316099000, delta=901000 ns, racy<=2502500 ns 17:19:00.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.317000000, lastModified=2020-07-27 17:19:00.316099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.316099000 to 2020-07-27 17:19:00.317099000 17:19:00.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.318000000, lastModified=2020-07-27 17:19:00.317099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.318000000, lastModified=2020-07-27 17:19:00.317099000, delta=901000 ns, racy<=2502500 ns 17:19:00.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.319 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.319000000, lastModified=2020-07-27 17:19:00.318099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.319 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.319000000, lastModified=2020-07-27 17:19:00.318099000, delta=901000 ns, racy<=2502500 ns 17:19:00.319 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.319 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.319000000, lastModified=2020-07-27 17:19:00.318099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.318099000 to 2020-07-27 17:19:00.319099000 17:19:00.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.320000000, lastModified=2020-07-27 17:19:00.319099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.320000000, lastModified=2020-07-27 17:19:00.319099000, delta=901000 ns, racy<=2502500 ns 17:19:00.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.321000000, lastModified=2020-07-27 17:19:00.320099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.321000000, lastModified=2020-07-27 17:19:00.320099000, delta=901000 ns, racy<=2502500 ns 17:19:00.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.321000000, lastModified=2020-07-27 17:19:00.320099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.322 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.320099000 to 2020-07-27 17:19:00.321099000 17:19:00.322 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.322000000, lastModified=2020-07-27 17:19:00.321099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.321099000 to 2020-07-27 17:19:00.322099000 17:19:00.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.324000000, lastModified=2020-07-27 17:19:00.323099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.324000000, lastModified=2020-07-27 17:19:00.323099000, delta=901000 ns, racy<=2502500 ns 17:19:00.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.325000000, lastModified=2020-07-27 17:19:00.323099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.323099000 to 2020-07-27 17:19:00.324099000 17:19:00.326 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.326000000, lastModified=2020-07-27 17:19:00.324099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.326 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.324099000 to 2020-07-27 17:19:00.325099000 17:19:00.326 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.326000000, lastModified=2020-07-27 17:19:00.325099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.326000000, lastModified=2020-07-27 17:19:00.325099000, delta=901000 ns, racy<=2502500 ns 17:19:00.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.327000000, lastModified=2020-07-27 17:19:00.326099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.327000000, lastModified=2020-07-27 17:19:00.326099000, delta=901000 ns, racy<=2502500 ns 17:19:00.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.327000000, lastModified=2020-07-27 17:19:00.326099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.328 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.326099000 to 2020-07-27 17:19:00.327099000 17:19:00.328 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.328000000, lastModified=2020-07-27 17:19:00.327099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.328 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.328000000, lastModified=2020-07-27 17:19:00.327099000, delta=901000 ns, racy<=2502500 ns 17:19:00.328 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.329 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.329000000, lastModified=2020-07-27 17:19:00.328099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.329 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.329000000, lastModified=2020-07-27 17:19:00.328099000, delta=901000 ns, racy<=2502500 ns 17:19:00.329 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.330 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.330000000, lastModified=2020-07-27 17:19:00.328099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.330 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.328099000 to 2020-07-27 17:19:00.329099000 17:19:00.331 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.331000000, lastModified=2020-07-27 17:19:00.330099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.332 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.330099000 to 2020-07-27 17:19:00.331099000 17:19:00.332 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.332000000, lastModified=2020-07-27 17:19:00.331099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.332 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.332000000, lastModified=2020-07-27 17:19:00.331099000, delta=901000 ns, racy<=2502500 ns 17:19:00.332 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.333000000, lastModified=2020-07-27 17:19:00.331099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.331099000 to 2020-07-27 17:19:00.332099000 17:19:00.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.333000000, lastModified=2020-07-27 17:19:00.332099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.333000000, lastModified=2020-07-27 17:19:00.332099000, delta=901000 ns, racy<=2502500 ns 17:19:00.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.334000000, lastModified=2020-07-27 17:19:00.333099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.334000000, lastModified=2020-07-27 17:19:00.333099000, delta=901000 ns, racy<=2502500 ns 17:19:00.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.334000000, lastModified=2020-07-27 17:19:00.333099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.333099000 to 2020-07-27 17:19:00.334099000 17:19:00.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.335000000, lastModified=2020-07-27 17:19:00.334099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.334099000 to 2020-07-27 17:19:00.335099000 17:19:00.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.337000000, lastModified=2020-07-27 17:19:00.336099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.337000000, lastModified=2020-07-27 17:19:00.336099000, delta=901000 ns, racy<=2502500 ns 17:19:00.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.338000000, lastModified=2020-07-27 17:19:00.337099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.338000000, lastModified=2020-07-27 17:19:00.337099000, delta=901000 ns, racy<=2502500 ns 17:19:00.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.339000000, lastModified=2020-07-27 17:19:00.338099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.338099000 to 2020-07-27 17:19:00.339099000 17:19:00.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.340000000, lastModified=2020-07-27 17:19:00.339099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.340000000, lastModified=2020-07-27 17:19:00.339099000, delta=901000 ns, racy<=2502500 ns 17:19:00.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.341000000, lastModified=2020-07-27 17:19:00.340099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.341000000, lastModified=2020-07-27 17:19:00.340099000, delta=901000 ns, racy<=2502500 ns 17:19:00.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.342000000, lastModified=2020-07-27 17:19:00.341099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.342000000, lastModified=2020-07-27 17:19:00.341099000, delta=901000 ns, racy<=2502500 ns 17:19:00.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.343 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.343000000, lastModified=2020-07-27 17:19:00.342099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.343 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.343000000, lastModified=2020-07-27 17:19:00.342099000, delta=901000 ns, racy<=2502500 ns 17:19:00.343 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.343 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.343000000, lastModified=2020-07-27 17:19:00.342099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.344 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.342099000 to 2020-07-27 17:19:00.343099000 17:19:00.344 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.344000000, lastModified=2020-07-27 17:19:00.343099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.344 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.344000000, lastModified=2020-07-27 17:19:00.343099000, delta=901000 ns, racy<=2502500 ns 17:19:00.344 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.345000000, lastModified=2020-07-27 17:19:00.344099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.345000000, lastModified=2020-07-27 17:19:00.344099000, delta=901000 ns, racy<=2502500 ns 17:19:00.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.346000000, lastModified=2020-07-27 17:19:00.345099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.345099000 to 2020-07-27 17:19:00.346099000 17:19:00.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.347000000, lastModified=2020-07-27 17:19:00.346099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.346099000 to 2020-07-27 17:19:00.347099000 17:19:00.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.348000000, lastModified=2020-07-27 17:19:00.347099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.347099000 to 2020-07-27 17:19:00.348099000 17:19:00.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.349000000, lastModified=2020-07-27 17:19:00.348099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.349000000, lastModified=2020-07-27 17:19:00.348099000, delta=901000 ns, racy<=2502500 ns 17:19:00.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.350000000, lastModified=2020-07-27 17:19:00.349099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.350000000, lastModified=2020-07-27 17:19:00.349099000, delta=901000 ns, racy<=2502500 ns 17:19:00.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.350000000, lastModified=2020-07-27 17:19:00.349099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.350000000, lastModified=2020-07-27 17:19:00.349099000, delta=901000 ns, racy<=2502500 ns 17:19:00.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.351000000, lastModified=2020-07-27 17:19:00.350099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.351000000, lastModified=2020-07-27 17:19:00.350099000, delta=901000 ns, racy<=2502500 ns 17:19:00.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.351000000, lastModified=2020-07-27 17:19:00.350099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.350099000 to 2020-07-27 17:19:00.351099000 17:19:00.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.353000000, lastModified=2020-07-27 17:19:00.352099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.353000000, lastModified=2020-07-27 17:19:00.352099000, delta=901000 ns, racy<=2502500 ns 17:19:00.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.353000000, lastModified=2020-07-27 17:19:00.352099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.352099000 to 2020-07-27 17:19:00.353099000 17:19:00.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.355000000, lastModified=2020-07-27 17:19:00.354099000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.355000000, lastModified=2020-07-27 17:19:00.354099000, delta=901000 ns, racy<=2502500 ns 17:19:00.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.356000000, lastModified=2020-07-27 17:19:00.355100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.356000000, lastModified=2020-07-27 17:19:00.355100000, delta=900000 ns, racy<=2502500 ns 17:19:00.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.357000000, lastModified=2020-07-27 17:19:00.356100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.357000000, lastModified=2020-07-27 17:19:00.356100000, delta=900000 ns, racy<=2502500 ns 17:19:00.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.358 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.358000000, lastModified=2020-07-27 17:19:00.357100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.358 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.358000000, lastModified=2020-07-27 17:19:00.357100000, delta=900000 ns, racy<=2502500 ns 17:19:00.358 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.359 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.359000000, lastModified=2020-07-27 17:19:00.358100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.359 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.359000000, lastModified=2020-07-27 17:19:00.358100000, delta=900000 ns, racy<=2502500 ns 17:19:00.359 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.359 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.359000000, lastModified=2020-07-27 17:19:00.358100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.360 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.358100000 to 2020-07-27 17:19:00.359100000 17:19:00.360 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.360000000, lastModified=2020-07-27 17:19:00.359100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.360 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.360000000, lastModified=2020-07-27 17:19:00.359100000, delta=900000 ns, racy<=2502500 ns 17:19:00.360 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.361 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.361000000, lastModified=2020-07-27 17:19:00.360100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.361 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.361000000, lastModified=2020-07-27 17:19:00.360100000, delta=900000 ns, racy<=2502500 ns 17:19:00.361 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.361 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.361000000, lastModified=2020-07-27 17:19:00.360100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.362 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.360100000 to 2020-07-27 17:19:00.361100000 17:19:00.363 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.362000000, lastModified=2020-07-27 17:19:00.361100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.363 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.361100000 to 2020-07-27 17:19:00.362100000 17:19:00.364 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.364000000, lastModified=2020-07-27 17:19:00.363100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.364 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.364000000, lastModified=2020-07-27 17:19:00.363100000, delta=900000 ns, racy<=2502500 ns 17:19:00.364 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.365 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.365000000, lastModified=2020-07-27 17:19:00.364100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.365 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.365000000, lastModified=2020-07-27 17:19:00.364100000, delta=900000 ns, racy<=2502500 ns 17:19:00.365 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.366 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.366000000, lastModified=2020-07-27 17:19:00.365100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.366 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.366000000, lastModified=2020-07-27 17:19:00.365100000, delta=900000 ns, racy<=2502500 ns 17:19:00.366 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.367 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.367000000, lastModified=2020-07-27 17:19:00.366100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.367 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.367000000, lastModified=2020-07-27 17:19:00.366100000, delta=900000 ns, racy<=2502500 ns 17:19:00.367 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.368 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.368000000, lastModified=2020-07-27 17:19:00.367100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.368 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.368000000, lastModified=2020-07-27 17:19:00.367100000, delta=900000 ns, racy<=2502500 ns 17:19:00.368 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.369 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.369000000, lastModified=2020-07-27 17:19:00.368100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.370 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.369000000, lastModified=2020-07-27 17:19:00.368100000, delta=900000 ns, racy<=2502500 ns 17:19:00.370 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.370 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.370000000, lastModified=2020-07-27 17:19:00.369100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.371 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.369100000 to 2020-07-27 17:19:00.370100000 17:19:00.371 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.371000000, lastModified=2020-07-27 17:19:00.370100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.371 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.371000000, lastModified=2020-07-27 17:19:00.370100000, delta=900000 ns, racy<=2502500 ns 17:19:00.371 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.372 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.372000000, lastModified=2020-07-27 17:19:00.371100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.372 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.372000000, lastModified=2020-07-27 17:19:00.371100000, delta=900000 ns, racy<=2502500 ns 17:19:00.372 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.372 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.372000000, lastModified=2020-07-27 17:19:00.371100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.373 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.371100000 to 2020-07-27 17:19:00.372100000 17:19:00.373 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.373000000, lastModified=2020-07-27 17:19:00.372100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.373 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.373000000, lastModified=2020-07-27 17:19:00.372100000, delta=900000 ns, racy<=2502500 ns 17:19:00.373 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.373 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.373000000, lastModified=2020-07-27 17:19:00.372100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.374 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.372100000 to 2020-07-27 17:19:00.373100000 17:19:00.374 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.374000000, lastModified=2020-07-27 17:19:00.373100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.374 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.374000000, lastModified=2020-07-27 17:19:00.373100000, delta=900000 ns, racy<=2502500 ns 17:19:00.374 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.375 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.375000000, lastModified=2020-07-27 17:19:00.373100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.375 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.373100000 to 2020-07-27 17:19:00.374100000 17:19:00.375 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.375000000, lastModified=2020-07-27 17:19:00.374100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.375 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.375000000, lastModified=2020-07-27 17:19:00.374100000, delta=900000 ns, racy<=2502500 ns 17:19:00.375 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.376 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.376000000, lastModified=2020-07-27 17:19:00.375100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.376 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.376000000, lastModified=2020-07-27 17:19:00.375100000, delta=900000 ns, racy<=2502500 ns 17:19:00.376 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.376 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.376000000, lastModified=2020-07-27 17:19:00.375100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.377 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.375100000 to 2020-07-27 17:19:00.376100000 17:19:00.378 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.378000000, lastModified=2020-07-27 17:19:00.376100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.378 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.376100000 to 2020-07-27 17:19:00.377100000 17:19:00.379 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.379000000, lastModified=2020-07-27 17:19:00.378100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.379 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.379000000, lastModified=2020-07-27 17:19:00.378100000, delta=900000 ns, racy<=2502500 ns 17:19:00.379 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.379 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.379000000, lastModified=2020-07-27 17:19:00.378100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.380 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.378100000 to 2020-07-27 17:19:00.379100000 17:19:00.381 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.381000000, lastModified=2020-07-27 17:19:00.380100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.381 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.381000000, lastModified=2020-07-27 17:19:00.380100000, delta=900000 ns, racy<=2502500 ns 17:19:00.381 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.381 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.381000000, lastModified=2020-07-27 17:19:00.380100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.382 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.380100000 to 2020-07-27 17:19:00.381100000 17:19:00.383 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.383000000, lastModified=2020-07-27 17:19:00.382100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.383 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.383000000, lastModified=2020-07-27 17:19:00.382100000, delta=900000 ns, racy<=2502500 ns 17:19:00.383 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.383 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.383000000, lastModified=2020-07-27 17:19:00.382100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.384 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.382100000 to 2020-07-27 17:19:00.383100000 17:19:00.384 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.384000000, lastModified=2020-07-27 17:19:00.383100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.384 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.384000000, lastModified=2020-07-27 17:19:00.383100000, delta=900000 ns, racy<=2502500 ns 17:19:00.384 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.384 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.384000000, lastModified=2020-07-27 17:19:00.383100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.385 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.383100000 to 2020-07-27 17:19:00.384100000 17:19:00.385 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.385000000, lastModified=2020-07-27 17:19:00.384100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.385 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.385000000, lastModified=2020-07-27 17:19:00.384100000, delta=900000 ns, racy<=2502500 ns 17:19:00.385 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.385 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.385000000, lastModified=2020-07-27 17:19:00.384100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.386 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.384100000 to 2020-07-27 17:19:00.385100000 17:19:00.387 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.387000000, lastModified=2020-07-27 17:19:00.385100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.387 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.385100000 to 2020-07-27 17:19:00.386100000 17:19:00.387 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.387000000, lastModified=2020-07-27 17:19:00.386100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.387 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.387000000, lastModified=2020-07-27 17:19:00.386100000, delta=900000 ns, racy<=2502500 ns 17:19:00.387 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.388 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.388000000, lastModified=2020-07-27 17:19:00.387100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.388 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.388000000, lastModified=2020-07-27 17:19:00.387100000, delta=900000 ns, racy<=2502500 ns 17:19:00.388 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.389 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.389000000, lastModified=2020-07-27 17:19:00.388100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.389 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.389000000, lastModified=2020-07-27 17:19:00.388100000, delta=900000 ns, racy<=2502500 ns 17:19:00.389 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.395 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.395000000, lastModified=2020-07-27 17:19:00.394100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.395 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.395000000, lastModified=2020-07-27 17:19:00.394100000, delta=900000 ns, racy<=2502500 ns 17:19:00.395 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.395 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.395000000, lastModified=2020-07-27 17:19:00.394100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.396 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.394100000 to 2020-07-27 17:19:00.395100000 17:19:00.396 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.396000000, lastModified=2020-07-27 17:19:00.395100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.396 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.396000000, lastModified=2020-07-27 17:19:00.395100000, delta=900000 ns, racy<=2502500 ns 17:19:00.396 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.397 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.397000000, lastModified=2020-07-27 17:19:00.396100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.397 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.397000000, lastModified=2020-07-27 17:19:00.396100000, delta=900000 ns, racy<=2502500 ns 17:19:00.397 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.397 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.397000000, lastModified=2020-07-27 17:19:00.396100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.398 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.396100000 to 2020-07-27 17:19:00.397100000 17:19:00.399 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.399000000, lastModified=2020-07-27 17:19:00.397100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.399 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.397100000 to 2020-07-27 17:19:00.398100000 17:19:00.399 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.399000000, lastModified=2020-07-27 17:19:00.398100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.400 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.398100000 to 2020-07-27 17:19:00.399100000 17:19:00.400 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.400000000, lastModified=2020-07-27 17:19:00.399100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.400 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.400000000, lastModified=2020-07-27 17:19:00.399100000, delta=900000 ns, racy<=2502500 ns 17:19:00.400 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.401 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.401000000, lastModified=2020-07-27 17:19:00.400100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.401 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.401000000, lastModified=2020-07-27 17:19:00.400100000, delta=900000 ns, racy<=2502500 ns 17:19:00.401 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.401 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.401000000, lastModified=2020-07-27 17:19:00.400100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.400100000 to 2020-07-27 17:19:00.401100000 17:19:00.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.402000000, lastModified=2020-07-27 17:19:00.401100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.402000000, lastModified=2020-07-27 17:19:00.401100000, delta=900000 ns, racy<=2502500 ns 17:19:00.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.402000000, lastModified=2020-07-27 17:19:00.401100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.401100000 to 2020-07-27 17:19:00.402100000 17:19:00.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.403000000, lastModified=2020-07-27 17:19:00.402100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.403000000, lastModified=2020-07-27 17:19:00.402100000, delta=900000 ns, racy<=2502500 ns 17:19:00.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.403000000, lastModified=2020-07-27 17:19:00.402100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.404 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.402100000 to 2020-07-27 17:19:00.403100000 17:19:00.404 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.404000000, lastModified=2020-07-27 17:19:00.403100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.404 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.404000000, lastModified=2020-07-27 17:19:00.403100000, delta=900000 ns, racy<=2502500 ns 17:19:00.405 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.405 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.405000000, lastModified=2020-07-27 17:19:00.404100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.405000000, lastModified=2020-07-27 17:19:00.404100000, delta=900000 ns, racy<=2502500 ns 17:19:00.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.406000000, lastModified=2020-07-27 17:19:00.405100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.406000000, lastModified=2020-07-27 17:19:00.405100000, delta=900000 ns, racy<=2502500 ns 17:19:00.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.406000000, lastModified=2020-07-27 17:19:00.405100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.405100000 to 2020-07-27 17:19:00.406100000 17:19:00.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.407000000, lastModified=2020-07-27 17:19:00.406100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.407000000, lastModified=2020-07-27 17:19:00.406100000, delta=900000 ns, racy<=2502500 ns 17:19:00.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.408000000, lastModified=2020-07-27 17:19:00.407100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.408000000, lastModified=2020-07-27 17:19:00.407100000, delta=900000 ns, racy<=2502500 ns 17:19:00.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.408000000, lastModified=2020-07-27 17:19:00.407100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.408000000, lastModified=2020-07-27 17:19:00.407100000, delta=900000 ns, racy<=2502500 ns 17:19:00.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.409000000, lastModified=2020-07-27 17:19:00.408100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.409000000, lastModified=2020-07-27 17:19:00.408100000, delta=900000 ns, racy<=2502500 ns 17:19:00.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.409000000, lastModified=2020-07-27 17:19:00.408100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.410 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.408100000 to 2020-07-27 17:19:00.409100000 17:19:00.410 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.410000000, lastModified=2020-07-27 17:19:00.409100000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.410 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.410000000, lastModified=2020-07-27 17:19:00.409100000, delta=900000 ns, racy<=2502500 ns 17:19:00.410 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.411 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.411000000, lastModified=2020-07-27 17:19:00.410101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.411000000, lastModified=2020-07-27 17:19:00.410101000, delta=899000 ns, racy<=2502500 ns 17:19:00.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.412000000, lastModified=2020-07-27 17:19:00.411101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.412000000, lastModified=2020-07-27 17:19:00.411101000, delta=899000 ns, racy<=2502500 ns 17:19:00.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.412000000, lastModified=2020-07-27 17:19:00.411101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.413 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.411101000 to 2020-07-27 17:19:00.412101000 17:19:00.413 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.413000000, lastModified=2020-07-27 17:19:00.412101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.413 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.413000000, lastModified=2020-07-27 17:19:00.412101000, delta=899000 ns, racy<=2502500 ns 17:19:00.413 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.414000000, lastModified=2020-07-27 17:19:00.413101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.414000000, lastModified=2020-07-27 17:19:00.413101000, delta=899000 ns, racy<=2502500 ns 17:19:00.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.414000000, lastModified=2020-07-27 17:19:00.413101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.415 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.413101000 to 2020-07-27 17:19:00.414101000 17:19:00.415 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.415000000, lastModified=2020-07-27 17:19:00.414101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.415 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.415000000, lastModified=2020-07-27 17:19:00.414101000, delta=899000 ns, racy<=2502500 ns 17:19:00.415 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.416 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.416000000, lastModified=2020-07-27 17:19:00.415101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.416 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.416000000, lastModified=2020-07-27 17:19:00.415101000, delta=899000 ns, racy<=2502500 ns 17:19:00.416 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.416 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.416000000, lastModified=2020-07-27 17:19:00.415101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.417 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.416000000, lastModified=2020-07-27 17:19:00.415101000, delta=899000 ns, racy<=2502500 ns 17:19:00.417 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.417 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.417000000, lastModified=2020-07-27 17:19:00.416101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.417 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.417000000, lastModified=2020-07-27 17:19:00.416101000, delta=899000 ns, racy<=2502500 ns 17:19:00.417 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.417 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.417000000, lastModified=2020-07-27 17:19:00.416101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.418 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.416101000 to 2020-07-27 17:19:00.417101000 17:19:00.418 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.418000000, lastModified=2020-07-27 17:19:00.417101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.418 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.418000000, lastModified=2020-07-27 17:19:00.417101000, delta=899000 ns, racy<=2502500 ns 17:19:00.418 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.419 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.419000000, lastModified=2020-07-27 17:19:00.418101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.419 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.419000000, lastModified=2020-07-27 17:19:00.418101000, delta=899000 ns, racy<=2502500 ns 17:19:00.419 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.419 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.419000000, lastModified=2020-07-27 17:19:00.418101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.419 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.419000000, lastModified=2020-07-27 17:19:00.418101000, delta=899000 ns, racy<=2502500 ns 17:19:00.420 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.420 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.420000000, lastModified=2020-07-27 17:19:00.419101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.421 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.419101000 to 2020-07-27 17:19:00.420101000 17:19:00.421 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.421000000, lastModified=2020-07-27 17:19:00.420101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.422 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.420101000 to 2020-07-27 17:19:00.421101000 17:19:00.423 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.422000000, lastModified=2020-07-27 17:19:00.421101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.423 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.421101000 to 2020-07-27 17:19:00.422101000 17:19:00.423 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.423000000, lastModified=2020-07-27 17:19:00.422101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.423 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.423000000, lastModified=2020-07-27 17:19:00.422101000, delta=899000 ns, racy<=2502500 ns 17:19:00.423 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.424 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.424000000, lastModified=2020-07-27 17:19:00.423101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.425 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.424000000, lastModified=2020-07-27 17:19:00.423101000, delta=899000 ns, racy<=2502500 ns 17:19:00.425 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.425 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.425000000, lastModified=2020-07-27 17:19:00.424101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.425 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.425000000, lastModified=2020-07-27 17:19:00.424101000, delta=899000 ns, racy<=2502500 ns 17:19:00.425 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.426 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.426000000, lastModified=2020-07-27 17:19:00.424101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.426 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.424101000 to 2020-07-27 17:19:00.425101000 17:19:00.426 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.426000000, lastModified=2020-07-27 17:19:00.425101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.426 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.426000000, lastModified=2020-07-27 17:19:00.425101000, delta=899000 ns, racy<=2502500 ns 17:19:00.426 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.427 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.427000000, lastModified=2020-07-27 17:19:00.426101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.427 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.427000000, lastModified=2020-07-27 17:19:00.426101000, delta=899000 ns, racy<=2502500 ns 17:19:00.427 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.428 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.428000000, lastModified=2020-07-27 17:19:00.427101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.428 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.428000000, lastModified=2020-07-27 17:19:00.427101000, delta=899000 ns, racy<=2502500 ns 17:19:00.428 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.429 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.429000000, lastModified=2020-07-27 17:19:00.428101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.429 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.429000000, lastModified=2020-07-27 17:19:00.428101000, delta=899000 ns, racy<=2502500 ns 17:19:00.429 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.430000000, lastModified=2020-07-27 17:19:00.429101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.430000000, lastModified=2020-07-27 17:19:00.429101000, delta=899000 ns, racy<=2502500 ns 17:19:00.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.431 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.431000000, lastModified=2020-07-27 17:19:00.430101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.431 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.431000000, lastModified=2020-07-27 17:19:00.430101000, delta=899000 ns, racy<=2502500 ns 17:19:00.431 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.432 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.432000000, lastModified=2020-07-27 17:19:00.431101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.432 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.432000000, lastModified=2020-07-27 17:19:00.431101000, delta=899000 ns, racy<=2502500 ns 17:19:00.432 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.432 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.432000000, lastModified=2020-07-27 17:19:00.431101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.432000000, lastModified=2020-07-27 17:19:00.431101000, delta=899000 ns, racy<=2502500 ns 17:19:00.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.433000000, lastModified=2020-07-27 17:19:00.432101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.433000000, lastModified=2020-07-27 17:19:00.432101000, delta=899000 ns, racy<=2502500 ns 17:19:00.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.434000000, lastModified=2020-07-27 17:19:00.433101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.434000000, lastModified=2020-07-27 17:19:00.433101000, delta=899000 ns, racy<=2502500 ns 17:19:00.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.435000000, lastModified=2020-07-27 17:19:00.434101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.435000000, lastModified=2020-07-27 17:19:00.434101000, delta=899000 ns, racy<=2502500 ns 17:19:00.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.435000000, lastModified=2020-07-27 17:19:00.434101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.435000000, lastModified=2020-07-27 17:19:00.434101000, delta=899000 ns, racy<=2502500 ns 17:19:00.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.436000000, lastModified=2020-07-27 17:19:00.435101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.436000000, lastModified=2020-07-27 17:19:00.435101000, delta=899000 ns, racy<=2502500 ns 17:19:00.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.436000000, lastModified=2020-07-27 17:19:00.435101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.435101000 to 2020-07-27 17:19:00.436101000 17:19:00.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.438000000, lastModified=2020-07-27 17:19:00.436101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.436101000 to 2020-07-27 17:19:00.437101000 17:19:00.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.438000000, lastModified=2020-07-27 17:19:00.437101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.438000000, lastModified=2020-07-27 17:19:00.437101000, delta=899000 ns, racy<=2502500 ns 17:19:00.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.439000000, lastModified=2020-07-27 17:19:00.438101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.439000000, lastModified=2020-07-27 17:19:00.438101000, delta=899000 ns, racy<=2502500 ns 17:19:00.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.439000000, lastModified=2020-07-27 17:19:00.438101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.438101000 to 2020-07-27 17:19:00.439101000 17:19:00.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.440000000, lastModified=2020-07-27 17:19:00.439101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.440000000, lastModified=2020-07-27 17:19:00.439101000, delta=899000 ns, racy<=2502500 ns 17:19:00.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.441000000, lastModified=2020-07-27 17:19:00.440101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.441000000, lastModified=2020-07-27 17:19:00.440101000, delta=899000 ns, racy<=2502500 ns 17:19:00.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.442000000, lastModified=2020-07-27 17:19:00.441101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.442000000, lastModified=2020-07-27 17:19:00.441101000, delta=899000 ns, racy<=2502500 ns 17:19:00.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.442000000, lastModified=2020-07-27 17:19:00.441101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.441101000 to 2020-07-27 17:19:00.442101000 17:19:00.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.443000000, lastModified=2020-07-27 17:19:00.442101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.442101000 to 2020-07-27 17:19:00.443101000 17:19:00.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.444000000, lastModified=2020-07-27 17:19:00.443101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.444000000, lastModified=2020-07-27 17:19:00.443101000, delta=899000 ns, racy<=2502500 ns 17:19:00.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.445000000, lastModified=2020-07-27 17:19:00.444101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.445000000, lastModified=2020-07-27 17:19:00.444101000, delta=899000 ns, racy<=2502500 ns 17:19:00.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.445000000, lastModified=2020-07-27 17:19:00.444101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.444101000 to 2020-07-27 17:19:00.445101000 17:19:00.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.447000000, lastModified=2020-07-27 17:19:00.445101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.445101000 to 2020-07-27 17:19:00.447101000 17:19:00.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.448000000, lastModified=2020-07-27 17:19:00.447101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.448000000, lastModified=2020-07-27 17:19:00.447101000, delta=899000 ns, racy<=2502500 ns 17:19:00.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.449000000, lastModified=2020-07-27 17:19:00.447101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.447101000 to 2020-07-27 17:19:00.448101000 17:19:00.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.450000000, lastModified=2020-07-27 17:19:00.449101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.450000000, lastModified=2020-07-27 17:19:00.449101000, delta=899000 ns, racy<=2502500 ns 17:19:00.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.450000000, lastModified=2020-07-27 17:19:00.449101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.449101000 to 2020-07-27 17:19:00.450101000 17:19:00.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.451000000, lastModified=2020-07-27 17:19:00.450101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.450101000 to 2020-07-27 17:19:00.451101000 17:19:00.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.452000000, lastModified=2020-07-27 17:19:00.451101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.451101000 to 2020-07-27 17:19:00.452101000 17:19:00.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.453000000, lastModified=2020-07-27 17:19:00.452101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.452101000 to 2020-07-27 17:19:00.453101000 17:19:00.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.455000000, lastModified=2020-07-27 17:19:00.453101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.453101000 to 2020-07-27 17:19:00.454101000 17:19:00.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.455000000, lastModified=2020-07-27 17:19:00.454101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.455000000, lastModified=2020-07-27 17:19:00.454101000, delta=899000 ns, racy<=2502500 ns 17:19:00.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.456000000, lastModified=2020-07-27 17:19:00.455101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.456000000, lastModified=2020-07-27 17:19:00.455101000, delta=899000 ns, racy<=2502500 ns 17:19:00.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.456000000, lastModified=2020-07-27 17:19:00.455101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.456000000, lastModified=2020-07-27 17:19:00.455101000, delta=899000 ns, racy<=2502500 ns 17:19:00.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.457000000, lastModified=2020-07-27 17:19:00.456101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.457000000, lastModified=2020-07-27 17:19:00.456101000, delta=899000 ns, racy<=2502500 ns 17:19:00.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.457000000, lastModified=2020-07-27 17:19:00.456101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.456101000 to 2020-07-27 17:19:00.457101000 17:19:00.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.458000000, lastModified=2020-07-27 17:19:00.457101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.458000000, lastModified=2020-07-27 17:19:00.457101000, delta=899000 ns, racy<=2502500 ns 17:19:00.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.458000000, lastModified=2020-07-27 17:19:00.457101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.457101000 to 2020-07-27 17:19:00.458101000 17:19:00.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.460000000, lastModified=2020-07-27 17:19:00.459101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.460000000, lastModified=2020-07-27 17:19:00.459101000, delta=899000 ns, racy<=2502500 ns 17:19:00.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.460000000, lastModified=2020-07-27 17:19:00.459101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.459101000 to 2020-07-27 17:19:00.460101000 17:19:00.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.461000000, lastModified=2020-07-27 17:19:00.460101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.461000000, lastModified=2020-07-27 17:19:00.460101000, delta=899000 ns, racy<=2502500 ns 17:19:00.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.462000000, lastModified=2020-07-27 17:19:00.461101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.462000000, lastModified=2020-07-27 17:19:00.461101000, delta=899000 ns, racy<=2502500 ns 17:19:00.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.462000000, lastModified=2020-07-27 17:19:00.461101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.462000000, lastModified=2020-07-27 17:19:00.461101000, delta=899000 ns, racy<=2502500 ns 17:19:00.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.463000000, lastModified=2020-07-27 17:19:00.462101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.463000000, lastModified=2020-07-27 17:19:00.462101000, delta=899000 ns, racy<=2502500 ns 17:19:00.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.463000000, lastModified=2020-07-27 17:19:00.462101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.462101000 to 2020-07-27 17:19:00.463101000 17:19:00.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.464000000, lastModified=2020-07-27 17:19:00.463101000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.464000000, lastModified=2020-07-27 17:19:00.463101000, delta=899000 ns, racy<=2502500 ns 17:19:00.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.465000000, lastModified=2020-07-27 17:19:00.464102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.465000000, lastModified=2020-07-27 17:19:00.464102000, delta=898000 ns, racy<=2502500 ns 17:19:00.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.465000000, lastModified=2020-07-27 17:19:00.464102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.466 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.464102000 to 2020-07-27 17:19:00.465102000 17:19:00.467 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.467000000, lastModified=2020-07-27 17:19:00.466102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.467 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.467000000, lastModified=2020-07-27 17:19:00.466102000, delta=898000 ns, racy<=2502500 ns 17:19:00.467 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.468000000, lastModified=2020-07-27 17:19:00.466102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.466102000 to 2020-07-27 17:19:00.467102000 17:19:00.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.468000000, lastModified=2020-07-27 17:19:00.467102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.468000000, lastModified=2020-07-27 17:19:00.467102000, delta=898000 ns, racy<=2502500 ns 17:19:00.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.469000000, lastModified=2020-07-27 17:19:00.468102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.469000000, lastModified=2020-07-27 17:19:00.468102000, delta=898000 ns, racy<=2502500 ns 17:19:00.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.469000000, lastModified=2020-07-27 17:19:00.468102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.470 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.468102000 to 2020-07-27 17:19:00.469102000 17:19:00.470 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.470000000, lastModified=2020-07-27 17:19:00.469102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.470 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.470000000, lastModified=2020-07-27 17:19:00.469102000, delta=898000 ns, racy<=2502500 ns 17:19:00.470 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.471000000, lastModified=2020-07-27 17:19:00.470102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.471000000, lastModified=2020-07-27 17:19:00.470102000, delta=898000 ns, racy<=2502500 ns 17:19:00.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.471000000, lastModified=2020-07-27 17:19:00.470102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.471000000, lastModified=2020-07-27 17:19:00.470102000, delta=898000 ns, racy<=2502500 ns 17:19:00.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.472000000, lastModified=2020-07-27 17:19:00.471102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.472000000, lastModified=2020-07-27 17:19:00.471102000, delta=898000 ns, racy<=2502500 ns 17:19:00.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.472000000, lastModified=2020-07-27 17:19:00.471102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.472000000, lastModified=2020-07-27 17:19:00.471102000, delta=898000 ns, racy<=2502500 ns 17:19:00.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.473000000, lastModified=2020-07-27 17:19:00.472102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.473000000, lastModified=2020-07-27 17:19:00.472102000, delta=898000 ns, racy<=2502500 ns 17:19:00.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.473000000, lastModified=2020-07-27 17:19:00.472102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.474 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.472102000 to 2020-07-27 17:19:00.473102000 17:19:00.474 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.474000000, lastModified=2020-07-27 17:19:00.473102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.474 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.474000000, lastModified=2020-07-27 17:19:00.473102000, delta=898000 ns, racy<=2502500 ns 17:19:00.474 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.475000000, lastModified=2020-07-27 17:19:00.474102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.475000000, lastModified=2020-07-27 17:19:00.474102000, delta=898000 ns, racy<=2502500 ns 17:19:00.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.476 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.476000000, lastModified=2020-07-27 17:19:00.474102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.476 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.474102000 to 2020-07-27 17:19:00.475102000 17:19:00.477 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.477000000, lastModified=2020-07-27 17:19:00.476102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.478 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.476102000 to 2020-07-27 17:19:00.477102000 17:19:00.478 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.478000000, lastModified=2020-07-27 17:19:00.477102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.478 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.478000000, lastModified=2020-07-27 17:19:00.477102000, delta=898000 ns, racy<=2502500 ns 17:19:00.478 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.479000000, lastModified=2020-07-27 17:19:00.478102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.479000000, lastModified=2020-07-27 17:19:00.478102000, delta=898000 ns, racy<=2502500 ns 17:19:00.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.479000000, lastModified=2020-07-27 17:19:00.478102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.480 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.478102000 to 2020-07-27 17:19:00.479102000 17:19:00.480 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.480000000, lastModified=2020-07-27 17:19:00.479102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.480 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.480000000, lastModified=2020-07-27 17:19:00.479102000, delta=898000 ns, racy<=2502500 ns 17:19:00.480 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.481 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.481000000, lastModified=2020-07-27 17:19:00.480102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.481 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.481000000, lastModified=2020-07-27 17:19:00.480102000, delta=898000 ns, racy<=2502500 ns 17:19:00.481 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.481 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.481000000, lastModified=2020-07-27 17:19:00.480102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.482 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.480102000 to 2020-07-27 17:19:00.481102000 17:19:00.482 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.482000000, lastModified=2020-07-27 17:19:00.481102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.482 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.482000000, lastModified=2020-07-27 17:19:00.481102000, delta=898000 ns, racy<=2502500 ns 17:19:00.482 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.483 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.483000000, lastModified=2020-07-27 17:19:00.482102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.482102000 to 2020-07-27 17:19:00.483102000 17:19:00.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.484000000, lastModified=2020-07-27 17:19:00.483102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.484000000, lastModified=2020-07-27 17:19:00.483102000, delta=898000 ns, racy<=2502500 ns 17:19:00.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.485 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.485000000, lastModified=2020-07-27 17:19:00.484102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.485 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.485000000, lastModified=2020-07-27 17:19:00.484102000, delta=898000 ns, racy<=2502500 ns 17:19:00.485 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.485 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.485000000, lastModified=2020-07-27 17:19:00.484102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.485000000, lastModified=2020-07-27 17:19:00.484102000, delta=898000 ns, racy<=2502500 ns 17:19:00.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.486000000, lastModified=2020-07-27 17:19:00.485102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.486000000, lastModified=2020-07-27 17:19:00.485102000, delta=898000 ns, racy<=2502500 ns 17:19:00.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.486000000, lastModified=2020-07-27 17:19:00.485102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.487 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.485102000 to 2020-07-27 17:19:00.486102000 17:19:00.487 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.487000000, lastModified=2020-07-27 17:19:00.486102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.487 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.487000000, lastModified=2020-07-27 17:19:00.486102000, delta=898000 ns, racy<=2502500 ns 17:19:00.487 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.488 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.488000000, lastModified=2020-07-27 17:19:00.487102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.488 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.488000000, lastModified=2020-07-27 17:19:00.487102000, delta=898000 ns, racy<=2502500 ns 17:19:00.488 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.488 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.488000000, lastModified=2020-07-27 17:19:00.487102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.489 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.487102000 to 2020-07-27 17:19:00.488102000 17:19:00.489 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.489000000, lastModified=2020-07-27 17:19:00.488102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.489 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.489000000, lastModified=2020-07-27 17:19:00.488102000, delta=898000 ns, racy<=2502500 ns 17:19:00.489 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.490000000, lastModified=2020-07-27 17:19:00.489102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.490000000, lastModified=2020-07-27 17:19:00.489102000, delta=898000 ns, racy<=2502500 ns 17:19:00.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.491000000, lastModified=2020-07-27 17:19:00.489102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.489102000 to 2020-07-27 17:19:00.490102000 17:19:00.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.492000000, lastModified=2020-07-27 17:19:00.491102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.492000000, lastModified=2020-07-27 17:19:00.491102000, delta=898000 ns, racy<=2502500 ns 17:19:00.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.493000000, lastModified=2020-07-27 17:19:00.492102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.493000000, lastModified=2020-07-27 17:19:00.492102000, delta=898000 ns, racy<=2502500 ns 17:19:00.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.494000000, lastModified=2020-07-27 17:19:00.493102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.494000000, lastModified=2020-07-27 17:19:00.493102000, delta=898000 ns, racy<=2502500 ns 17:19:00.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.495000000, lastModified=2020-07-27 17:19:00.494102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.495000000, lastModified=2020-07-27 17:19:00.494102000, delta=898000 ns, racy<=2502500 ns 17:19:00.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.496 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.496000000, lastModified=2020-07-27 17:19:00.495102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.496 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.496000000, lastModified=2020-07-27 17:19:00.495102000, delta=898000 ns, racy<=2502500 ns 17:19:00.496 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.497000000, lastModified=2020-07-27 17:19:00.496102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.497000000, lastModified=2020-07-27 17:19:00.496102000, delta=898000 ns, racy<=2502500 ns 17:19:00.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.497000000, lastModified=2020-07-27 17:19:00.496102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.497000000, lastModified=2020-07-27 17:19:00.496102000, delta=898000 ns, racy<=2502500 ns 17:19:00.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.498000000, lastModified=2020-07-27 17:19:00.497102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.498000000, lastModified=2020-07-27 17:19:00.497102000, delta=898000 ns, racy<=2502500 ns 17:19:00.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.499000000, lastModified=2020-07-27 17:19:00.497102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.497102000 to 2020-07-27 17:19:00.498102000 17:19:00.500 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.500000000, lastModified=2020-07-27 17:19:00.499102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.500 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.500000000, lastModified=2020-07-27 17:19:00.499102000, delta=898000 ns, racy<=2502500 ns 17:19:00.500 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.501000000, lastModified=2020-07-27 17:19:00.500102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.501000000, lastModified=2020-07-27 17:19:00.500102000, delta=898000 ns, racy<=2502500 ns 17:19:00.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.501000000, lastModified=2020-07-27 17:19:00.500102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.502 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.500102000 to 2020-07-27 17:19:00.501102000 17:19:00.502 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.502000000, lastModified=2020-07-27 17:19:00.501102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.501102000 to 2020-07-27 17:19:00.502102000 17:19:00.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.503000000, lastModified=2020-07-27 17:19:00.502102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.503000000, lastModified=2020-07-27 17:19:00.502102000, delta=898000 ns, racy<=2502500 ns 17:19:00.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.504000000, lastModified=2020-07-27 17:19:00.503102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.505 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.503102000 to 2020-07-27 17:19:00.504102000 17:19:00.505 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.505000000, lastModified=2020-07-27 17:19:00.504102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.504102000 to 2020-07-27 17:19:00.505102000 17:19:00.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.506000000, lastModified=2020-07-27 17:19:00.505102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.505102000 to 2020-07-27 17:19:00.506102000 17:19:00.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.507000000, lastModified=2020-07-27 17:19:00.506102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.507000000, lastModified=2020-07-27 17:19:00.506102000, delta=898000 ns, racy<=2502500 ns 17:19:00.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.508000000, lastModified=2020-07-27 17:19:00.507102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.508000000, lastModified=2020-07-27 17:19:00.507102000, delta=898000 ns, racy<=2502500 ns 17:19:00.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.509000000, lastModified=2020-07-27 17:19:00.508102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.509000000, lastModified=2020-07-27 17:19:00.508102000, delta=898000 ns, racy<=2502500 ns 17:19:00.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.509000000, lastModified=2020-07-27 17:19:00.508102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.508102000 to 2020-07-27 17:19:00.509102000 17:19:00.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.511000000, lastModified=2020-07-27 17:19:00.510102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.511000000, lastModified=2020-07-27 17:19:00.510102000, delta=898000 ns, racy<=2502500 ns 17:19:00.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.512000000, lastModified=2020-07-27 17:19:00.511102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.511102000 to 2020-07-27 17:19:00.512102000 17:19:00.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.514000000, lastModified=2020-07-27 17:19:00.512102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.512102000 to 2020-07-27 17:19:00.513102000 17:19:00.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.514000000, lastModified=2020-07-27 17:19:00.513102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.514000000, lastModified=2020-07-27 17:19:00.513102000, delta=898000 ns, racy<=2502500 ns 17:19:00.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.515000000, lastModified=2020-07-27 17:19:00.514102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.514102000 to 2020-07-27 17:19:00.515102000 17:19:00.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.516000000, lastModified=2020-07-27 17:19:00.515102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.516000000, lastModified=2020-07-27 17:19:00.515102000, delta=898000 ns, racy<=2502500 ns 17:19:00.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.517000000, lastModified=2020-07-27 17:19:00.516102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.517000000, lastModified=2020-07-27 17:19:00.516102000, delta=898000 ns, racy<=2502500 ns 17:19:00.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.518000000, lastModified=2020-07-27 17:19:00.516102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.516102000 to 2020-07-27 17:19:00.517102000 17:19:00.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.518000000, lastModified=2020-07-27 17:19:00.517102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.518000000, lastModified=2020-07-27 17:19:00.517102000, delta=898000 ns, racy<=2502500 ns 17:19:00.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.519000000, lastModified=2020-07-27 17:19:00.518102000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.518102000 to 2020-07-27 17:19:00.519103000 17:19:00.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.520000000, lastModified=2020-07-27 17:19:00.519103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.520000000, lastModified=2020-07-27 17:19:00.519103000, delta=897000 ns, racy<=2502500 ns 17:19:00.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.521000000, lastModified=2020-07-27 17:19:00.520103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.521000000, lastModified=2020-07-27 17:19:00.520103000, delta=897000 ns, racy<=2502500 ns 17:19:00.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.521000000, lastModified=2020-07-27 17:19:00.520103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.521000000, lastModified=2020-07-27 17:19:00.520103000, delta=897000 ns, racy<=2502500 ns 17:19:00.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.522000000, lastModified=2020-07-27 17:19:00.521103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.522000000, lastModified=2020-07-27 17:19:00.521103000, delta=897000 ns, racy<=2502500 ns 17:19:00.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.522000000, lastModified=2020-07-27 17:19:00.521103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.521103000 to 2020-07-27 17:19:00.522103000 17:19:00.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.523000000, lastModified=2020-07-27 17:19:00.522103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.523000000, lastModified=2020-07-27 17:19:00.522103000, delta=897000 ns, racy<=2502500 ns 17:19:00.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.524 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.524000000, lastModified=2020-07-27 17:19:00.522103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.524 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.522103000 to 2020-07-27 17:19:00.523103000 17:19:00.524 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.524000000, lastModified=2020-07-27 17:19:00.523103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.523103000 to 2020-07-27 17:19:00.524103000 17:19:00.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.525000000, lastModified=2020-07-27 17:19:00.524103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.524103000 to 2020-07-27 17:19:00.525103000 17:19:00.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.527000000, lastModified=2020-07-27 17:19:00.526103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.527000000, lastModified=2020-07-27 17:19:00.526103000, delta=897000 ns, racy<=2502500 ns 17:19:00.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.528000000, lastModified=2020-07-27 17:19:00.526103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.526103000 to 2020-07-27 17:19:00.527103000 17:19:00.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.529000000, lastModified=2020-07-27 17:19:00.528103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.529000000, lastModified=2020-07-27 17:19:00.528103000, delta=897000 ns, racy<=2502500 ns 17:19:00.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.530000000, lastModified=2020-07-27 17:19:00.529103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.530000000, lastModified=2020-07-27 17:19:00.529103000, delta=897000 ns, racy<=2502500 ns 17:19:00.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.531000000, lastModified=2020-07-27 17:19:00.530103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.531000000, lastModified=2020-07-27 17:19:00.530103000, delta=897000 ns, racy<=2502500 ns 17:19:00.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.532000000, lastModified=2020-07-27 17:19:00.531103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.532000000, lastModified=2020-07-27 17:19:00.531103000, delta=897000 ns, racy<=2502500 ns 17:19:00.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.533000000, lastModified=2020-07-27 17:19:00.532103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.533000000, lastModified=2020-07-27 17:19:00.532103000, delta=897000 ns, racy<=2502500 ns 17:19:00.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.534000000, lastModified=2020-07-27 17:19:00.533103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.534000000, lastModified=2020-07-27 17:19:00.533103000, delta=897000 ns, racy<=2502500 ns 17:19:00.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.535000000, lastModified=2020-07-27 17:19:00.534103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.535000000, lastModified=2020-07-27 17:19:00.534103000, delta=897000 ns, racy<=2502500 ns 17:19:00.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.536000000, lastModified=2020-07-27 17:19:00.535103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.536000000, lastModified=2020-07-27 17:19:00.535103000, delta=897000 ns, racy<=2502500 ns 17:19:00.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.537000000, lastModified=2020-07-27 17:19:00.536103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.537000000, lastModified=2020-07-27 17:19:00.536103000, delta=897000 ns, racy<=2502500 ns 17:19:00.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.537000000, lastModified=2020-07-27 17:19:00.536103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.537000000, lastModified=2020-07-27 17:19:00.536103000, delta=897000 ns, racy<=2502500 ns 17:19:00.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.538000000, lastModified=2020-07-27 17:19:00.537103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.537103000 to 2020-07-27 17:19:00.538103000 17:19:00.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.539000000, lastModified=2020-07-27 17:19:00.538103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.539000000, lastModified=2020-07-27 17:19:00.538103000, delta=897000 ns, racy<=2502500 ns 17:19:00.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.540000000, lastModified=2020-07-27 17:19:00.539103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.540000000, lastModified=2020-07-27 17:19:00.539103000, delta=897000 ns, racy<=2502500 ns 17:19:00.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.541 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.541000000, lastModified=2020-07-27 17:19:00.540103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.541000000, lastModified=2020-07-27 17:19:00.540103000, delta=897000 ns, racy<=2502500 ns 17:19:00.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.542000000, lastModified=2020-07-27 17:19:00.541103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.542000000, lastModified=2020-07-27 17:19:00.541103000, delta=897000 ns, racy<=2502500 ns 17:19:00.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.543000000, lastModified=2020-07-27 17:19:00.542103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.543000000, lastModified=2020-07-27 17:19:00.542103000, delta=897000 ns, racy<=2502500 ns 17:19:00.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.544000000, lastModified=2020-07-27 17:19:00.543103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.544000000, lastModified=2020-07-27 17:19:00.543103000, delta=897000 ns, racy<=2502500 ns 17:19:00.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.545000000, lastModified=2020-07-27 17:19:00.544103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.545000000, lastModified=2020-07-27 17:19:00.544103000, delta=897000 ns, racy<=2502500 ns 17:19:00.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.546000000, lastModified=2020-07-27 17:19:00.545103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.546000000, lastModified=2020-07-27 17:19:00.545103000, delta=897000 ns, racy<=2502500 ns 17:19:00.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.546000000, lastModified=2020-07-27 17:19:00.545103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.545103000 to 2020-07-27 17:19:00.546103000 17:19:00.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.547000000, lastModified=2020-07-27 17:19:00.546103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.547000000, lastModified=2020-07-27 17:19:00.546103000, delta=897000 ns, racy<=2502500 ns 17:19:00.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.548000000, lastModified=2020-07-27 17:19:00.547103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.548000000, lastModified=2020-07-27 17:19:00.547103000, delta=897000 ns, racy<=2502500 ns 17:19:00.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.549000000, lastModified=2020-07-27 17:19:00.548103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.549000000, lastModified=2020-07-27 17:19:00.548103000, delta=897000 ns, racy<=2502500 ns 17:19:00.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.550000000, lastModified=2020-07-27 17:19:00.549103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.550000000, lastModified=2020-07-27 17:19:00.549103000, delta=897000 ns, racy<=2502500 ns 17:19:00.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.551000000, lastModified=2020-07-27 17:19:00.550103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.551000000, lastModified=2020-07-27 17:19:00.550103000, delta=897000 ns, racy<=2502500 ns 17:19:00.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.552000000, lastModified=2020-07-27 17:19:00.551103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.552000000, lastModified=2020-07-27 17:19:00.551103000, delta=897000 ns, racy<=2502500 ns 17:19:00.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.552000000, lastModified=2020-07-27 17:19:00.551103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.551103000 to 2020-07-27 17:19:00.552103000 17:19:00.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.553000000, lastModified=2020-07-27 17:19:00.552103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.553000000, lastModified=2020-07-27 17:19:00.552103000, delta=897000 ns, racy<=2502500 ns 17:19:00.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.554000000, lastModified=2020-07-27 17:19:00.553103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.554000000, lastModified=2020-07-27 17:19:00.553103000, delta=897000 ns, racy<=2502500 ns 17:19:00.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.555000000, lastModified=2020-07-27 17:19:00.554103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.555000000, lastModified=2020-07-27 17:19:00.554103000, delta=897000 ns, racy<=2502500 ns 17:19:00.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.556000000, lastModified=2020-07-27 17:19:00.555103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.555103000 to 2020-07-27 17:19:00.556103000 17:19:00.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.557000000, lastModified=2020-07-27 17:19:00.556103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.557000000, lastModified=2020-07-27 17:19:00.556103000, delta=897000 ns, racy<=2502500 ns 17:19:00.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.558000000, lastModified=2020-07-27 17:19:00.557103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.558000000, lastModified=2020-07-27 17:19:00.557103000, delta=897000 ns, racy<=2502500 ns 17:19:00.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.558000000, lastModified=2020-07-27 17:19:00.557103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.557103000 to 2020-07-27 17:19:00.558103000 17:19:00.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.559000000, lastModified=2020-07-27 17:19:00.558103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.559000000, lastModified=2020-07-27 17:19:00.558103000, delta=897000 ns, racy<=2502500 ns 17:19:00.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.560000000, lastModified=2020-07-27 17:19:00.559103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.561 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.559103000 to 2020-07-27 17:19:00.560103000 17:19:00.561 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.561000000, lastModified=2020-07-27 17:19:00.560103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.562 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.560103000 to 2020-07-27 17:19:00.561103000 17:19:00.563 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.563000000, lastModified=2020-07-27 17:19:00.562103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.563 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.563000000, lastModified=2020-07-27 17:19:00.562103000, delta=897000 ns, racy<=2502500 ns 17:19:00.563 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.564000000, lastModified=2020-07-27 17:19:00.563103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.564000000, lastModified=2020-07-27 17:19:00.563103000, delta=897000 ns, racy<=2502500 ns 17:19:00.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.564000000, lastModified=2020-07-27 17:19:00.563103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.563103000 to 2020-07-27 17:19:00.564103000 17:19:00.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.565000000, lastModified=2020-07-27 17:19:00.564103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.565000000, lastModified=2020-07-27 17:19:00.564103000, delta=897000 ns, racy<=2502500 ns 17:19:00.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.566 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.566000000, lastModified=2020-07-27 17:19:00.565103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.566 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.566000000, lastModified=2020-07-27 17:19:00.565103000, delta=897000 ns, racy<=2502500 ns 17:19:00.566 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.566 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.566000000, lastModified=2020-07-27 17:19:00.565103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.567 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.566000000, lastModified=2020-07-27 17:19:00.565103000, delta=897000 ns, racy<=2502500 ns 17:19:00.567 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.567 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.567000000, lastModified=2020-07-27 17:19:00.566103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.567 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.567000000, lastModified=2020-07-27 17:19:00.566103000, delta=897000 ns, racy<=2502500 ns 17:19:00.567 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.568000000, lastModified=2020-07-27 17:19:00.567103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.568000000, lastModified=2020-07-27 17:19:00.567103000, delta=897000 ns, racy<=2502500 ns 17:19:00.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.568000000, lastModified=2020-07-27 17:19:00.567103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.569 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.567103000 to 2020-07-27 17:19:00.568103000 17:19:00.569 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.569000000, lastModified=2020-07-27 17:19:00.568103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.568103000 to 2020-07-27 17:19:00.569103000 17:19:00.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.570000000, lastModified=2020-07-27 17:19:00.569103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.570000000, lastModified=2020-07-27 17:19:00.569103000, delta=897000 ns, racy<=2502500 ns 17:19:00.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.571000000, lastModified=2020-07-27 17:19:00.570103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.571000000, lastModified=2020-07-27 17:19:00.570103000, delta=897000 ns, racy<=2502500 ns 17:19:00.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.572 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.572000000, lastModified=2020-07-27 17:19:00.571103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.572 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.572000000, lastModified=2020-07-27 17:19:00.571103000, delta=897000 ns, racy<=2502500 ns 17:19:00.572 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.572 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.572000000, lastModified=2020-07-27 17:19:00.571103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.573 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.571103000 to 2020-07-27 17:19:00.572103000 17:19:00.573 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.573000000, lastModified=2020-07-27 17:19:00.572103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.574 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.572103000 to 2020-07-27 17:19:00.573103000 17:19:00.574 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.574000000, lastModified=2020-07-27 17:19:00.573103000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.574 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.574000000, lastModified=2020-07-27 17:19:00.573103000, delta=897000 ns, racy<=2502500 ns 17:19:00.574 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.575 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.575000000, lastModified=2020-07-27 17:19:00.574104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.575 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.575000000, lastModified=2020-07-27 17:19:00.574104000, delta=896000 ns, racy<=2502500 ns 17:19:00.575 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.575 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.575000000, lastModified=2020-07-27 17:19:00.574104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.576 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.574104000 to 2020-07-27 17:19:00.575104000 17:19:00.576 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.576000000, lastModified=2020-07-27 17:19:00.575104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.576 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.576000000, lastModified=2020-07-27 17:19:00.575104000, delta=896000 ns, racy<=2502500 ns 17:19:00.576 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.577 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.577000000, lastModified=2020-07-27 17:19:00.576104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.577 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.577000000, lastModified=2020-07-27 17:19:00.576104000, delta=896000 ns, racy<=2502500 ns 17:19:00.577 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.577 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.577000000, lastModified=2020-07-27 17:19:00.576104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.577000000, lastModified=2020-07-27 17:19:00.576104000, delta=896000 ns, racy<=2502500 ns 17:19:00.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.578000000, lastModified=2020-07-27 17:19:00.577104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.578000000, lastModified=2020-07-27 17:19:00.577104000, delta=896000 ns, racy<=2502500 ns 17:19:00.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.578 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.578000000, lastModified=2020-07-27 17:19:00.577104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.579 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.577104000 to 2020-07-27 17:19:00.578104000 17:19:00.579 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.579000000, lastModified=2020-07-27 17:19:00.578104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.579 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.579000000, lastModified=2020-07-27 17:19:00.578104000, delta=896000 ns, racy<=2502500 ns 17:19:00.579 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.580 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.580000000, lastModified=2020-07-27 17:19:00.579104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.580 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.580000000, lastModified=2020-07-27 17:19:00.579104000, delta=896000 ns, racy<=2502500 ns 17:19:00.580 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.580 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.580000000, lastModified=2020-07-27 17:19:00.579104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.581 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.579104000 to 2020-07-27 17:19:00.580104000 17:19:00.581 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.581000000, lastModified=2020-07-27 17:19:00.580104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.581 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.581000000, lastModified=2020-07-27 17:19:00.580104000, delta=896000 ns, racy<=2502500 ns 17:19:00.581 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.582 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.582000000, lastModified=2020-07-27 17:19:00.581104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.582 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.582000000, lastModified=2020-07-27 17:19:00.581104000, delta=896000 ns, racy<=2502500 ns 17:19:00.582 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.582 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.582000000, lastModified=2020-07-27 17:19:00.581104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.582 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.582000000, lastModified=2020-07-27 17:19:00.581104000, delta=896000 ns, racy<=2502500 ns 17:19:00.583 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.583 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.583000000, lastModified=2020-07-27 17:19:00.582104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.583 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.583000000, lastModified=2020-07-27 17:19:00.582104000, delta=896000 ns, racy<=2502500 ns 17:19:00.583 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.583 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.583000000, lastModified=2020-07-27 17:19:00.582104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.584 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.582104000 to 2020-07-27 17:19:00.583104000 17:19:00.584 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.584000000, lastModified=2020-07-27 17:19:00.583104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.584 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.584000000, lastModified=2020-07-27 17:19:00.583104000, delta=896000 ns, racy<=2502500 ns 17:19:00.584 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.584 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.584000000, lastModified=2020-07-27 17:19:00.583104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.585 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.583104000 to 2020-07-27 17:19:00.584104000 17:19:00.585 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.585000000, lastModified=2020-07-27 17:19:00.584104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.585 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.585000000, lastModified=2020-07-27 17:19:00.584104000, delta=896000 ns, racy<=2502500 ns 17:19:00.585 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.586 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.586000000, lastModified=2020-07-27 17:19:00.585104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.586 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.586000000, lastModified=2020-07-27 17:19:00.585104000, delta=896000 ns, racy<=2502500 ns 17:19:00.586 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.586 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.586000000, lastModified=2020-07-27 17:19:00.585104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.587 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.585104000 to 2020-07-27 17:19:00.586104000 17:19:00.587 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.587000000, lastModified=2020-07-27 17:19:00.586104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.587 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.587000000, lastModified=2020-07-27 17:19:00.586104000, delta=896000 ns, racy<=2502500 ns 17:19:00.587 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.588 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.588000000, lastModified=2020-07-27 17:19:00.587104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.588 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.588000000, lastModified=2020-07-27 17:19:00.587104000, delta=896000 ns, racy<=2502500 ns 17:19:00.588 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.588 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.588000000, lastModified=2020-07-27 17:19:00.587104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.589 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.587104000 to 2020-07-27 17:19:00.588104000 17:19:00.589 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.589000000, lastModified=2020-07-27 17:19:00.588104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.589 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.589000000, lastModified=2020-07-27 17:19:00.588104000, delta=896000 ns, racy<=2502500 ns 17:19:00.589 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.590000000, lastModified=2020-07-27 17:19:00.589104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.590000000, lastModified=2020-07-27 17:19:00.589104000, delta=896000 ns, racy<=2502500 ns 17:19:00.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.591000000, lastModified=2020-07-27 17:19:00.589104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.589104000 to 2020-07-27 17:19:00.590104000 17:19:00.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.591000000, lastModified=2020-07-27 17:19:00.590104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.591000000, lastModified=2020-07-27 17:19:00.590104000, delta=896000 ns, racy<=2502500 ns 17:19:00.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.592000000, lastModified=2020-07-27 17:19:00.591104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.592000000, lastModified=2020-07-27 17:19:00.591104000, delta=896000 ns, racy<=2502500 ns 17:19:00.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.593000000, lastModified=2020-07-27 17:19:00.592104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.593000000, lastModified=2020-07-27 17:19:00.592104000, delta=896000 ns, racy<=2502500 ns 17:19:00.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.594000000, lastModified=2020-07-27 17:19:00.593104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.594000000, lastModified=2020-07-27 17:19:00.593104000, delta=896000 ns, racy<=2502500 ns 17:19:00.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.595000000, lastModified=2020-07-27 17:19:00.593104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.593104000 to 2020-07-27 17:19:00.594104000 17:19:00.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.595000000, lastModified=2020-07-27 17:19:00.594104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.595000000, lastModified=2020-07-27 17:19:00.594104000, delta=896000 ns, racy<=2502500 ns 17:19:00.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.596000000, lastModified=2020-07-27 17:19:00.595104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.596000000, lastModified=2020-07-27 17:19:00.595104000, delta=896000 ns, racy<=2502500 ns 17:19:00.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.596000000, lastModified=2020-07-27 17:19:00.595104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.595104000 to 2020-07-27 17:19:00.596104000 17:19:00.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.597000000, lastModified=2020-07-27 17:19:00.596104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.597000000, lastModified=2020-07-27 17:19:00.596104000, delta=896000 ns, racy<=2502500 ns 17:19:00.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.598000000, lastModified=2020-07-27 17:19:00.596104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.596104000 to 2020-07-27 17:19:00.597104000 17:19:00.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.598000000, lastModified=2020-07-27 17:19:00.597104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.599 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.597104000 to 2020-07-27 17:19:00.598104000 17:19:00.599 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.599000000, lastModified=2020-07-27 17:19:00.598104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.599 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.599000000, lastModified=2020-07-27 17:19:00.598104000, delta=896000 ns, racy<=2502500 ns 17:19:00.599 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.600000000, lastModified=2020-07-27 17:19:00.598104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.598104000 to 2020-07-27 17:19:00.599104000 17:19:00.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.600000000, lastModified=2020-07-27 17:19:00.599104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.600000000, lastModified=2020-07-27 17:19:00.599104000, delta=896000 ns, racy<=2502500 ns 17:19:00.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.601000000, lastModified=2020-07-27 17:19:00.599104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.599104000 to 2020-07-27 17:19:00.600104000 17:19:00.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.601000000, lastModified=2020-07-27 17:19:00.600104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.601000000, lastModified=2020-07-27 17:19:00.600104000, delta=896000 ns, racy<=2502500 ns 17:19:00.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.602000000, lastModified=2020-07-27 17:19:00.601104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.602000000, lastModified=2020-07-27 17:19:00.601104000, delta=896000 ns, racy<=2502500 ns 17:19:00.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.602000000, lastModified=2020-07-27 17:19:00.601104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.601104000 to 2020-07-27 17:19:00.602104000 17:19:00.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.603000000, lastModified=2020-07-27 17:19:00.602104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.603000000, lastModified=2020-07-27 17:19:00.602104000, delta=896000 ns, racy<=2502500 ns 17:19:00.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.604000000, lastModified=2020-07-27 17:19:00.603104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.603104000 to 2020-07-27 17:19:00.604104000 17:19:00.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.605000000, lastModified=2020-07-27 17:19:00.604104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.605000000, lastModified=2020-07-27 17:19:00.604104000, delta=896000 ns, racy<=2502500 ns 17:19:00.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.607000000, lastModified=2020-07-27 17:19:00.605104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.605104000 to 2020-07-27 17:19:00.606104000 17:19:00.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.607000000, lastModified=2020-07-27 17:19:00.606104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.606104000 to 2020-07-27 17:19:00.607104000 17:19:00.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.608000000, lastModified=2020-07-27 17:19:00.607104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.608000000, lastModified=2020-07-27 17:19:00.607104000, delta=896000 ns, racy<=2502500 ns 17:19:00.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.609000000, lastModified=2020-07-27 17:19:00.608104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.609000000, lastModified=2020-07-27 17:19:00.608104000, delta=896000 ns, racy<=2502500 ns 17:19:00.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.609000000, lastModified=2020-07-27 17:19:00.608104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.608104000 to 2020-07-27 17:19:00.609104000 17:19:00.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.611000000, lastModified=2020-07-27 17:19:00.610104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.611000000, lastModified=2020-07-27 17:19:00.610104000, delta=896000 ns, racy<=2502500 ns 17:19:00.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.611000000, lastModified=2020-07-27 17:19:00.610104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.610104000 to 2020-07-27 17:19:00.611104000 17:19:00.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.612000000, lastModified=2020-07-27 17:19:00.611104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.612000000, lastModified=2020-07-27 17:19:00.611104000, delta=896000 ns, racy<=2502500 ns 17:19:00.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.613000000, lastModified=2020-07-27 17:19:00.612104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.613000000, lastModified=2020-07-27 17:19:00.612104000, delta=896000 ns, racy<=2502500 ns 17:19:00.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.613000000, lastModified=2020-07-27 17:19:00.612104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.612104000 to 2020-07-27 17:19:00.613104000 17:19:00.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.614000000, lastModified=2020-07-27 17:19:00.613104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.614000000, lastModified=2020-07-27 17:19:00.613104000, delta=896000 ns, racy<=2502500 ns 17:19:00.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.615000000, lastModified=2020-07-27 17:19:00.613104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.613104000 to 2020-07-27 17:19:00.614104000 17:19:00.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.615000000, lastModified=2020-07-27 17:19:00.614104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.615000000, lastModified=2020-07-27 17:19:00.614104000, delta=896000 ns, racy<=2502500 ns 17:19:00.616 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.616 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.616000000, lastModified=2020-07-27 17:19:00.615104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.615104000 to 2020-07-27 17:19:00.616104000 17:19:00.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.617000000, lastModified=2020-07-27 17:19:00.616104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.617000000, lastModified=2020-07-27 17:19:00.616104000, delta=896000 ns, racy<=2502500 ns 17:19:00.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.618000000, lastModified=2020-07-27 17:19:00.617104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.617104000 to 2020-07-27 17:19:00.618104000 17:19:00.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.619000000, lastModified=2020-07-27 17:19:00.618104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.619000000, lastModified=2020-07-27 17:19:00.618104000, delta=896000 ns, racy<=2502500 ns 17:19:00.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.620000000, lastModified=2020-07-27 17:19:00.619104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.620000000, lastModified=2020-07-27 17:19:00.619104000, delta=896000 ns, racy<=2502500 ns 17:19:00.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.621000000, lastModified=2020-07-27 17:19:00.620104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.621000000, lastModified=2020-07-27 17:19:00.620104000, delta=896000 ns, racy<=2502500 ns 17:19:00.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.622000000, lastModified=2020-07-27 17:19:00.621104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.621104000 to 2020-07-27 17:19:00.622104000 17:19:00.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.623000000, lastModified=2020-07-27 17:19:00.622104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.624 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.622104000 to 2020-07-27 17:19:00.623104000 17:19:00.624 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.624000000, lastModified=2020-07-27 17:19:00.623104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.624 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.624000000, lastModified=2020-07-27 17:19:00.623104000, delta=896000 ns, racy<=2502500 ns 17:19:00.624 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.625000000, lastModified=2020-07-27 17:19:00.624104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.625000000, lastModified=2020-07-27 17:19:00.624104000, delta=896000 ns, racy<=2502500 ns 17:19:00.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.625000000, lastModified=2020-07-27 17:19:00.624104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.624104000 to 2020-07-27 17:19:00.625104000 17:19:00.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.627000000, lastModified=2020-07-27 17:19:00.625104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.625104000 to 2020-07-27 17:19:00.626104000 17:19:00.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.627000000, lastModified=2020-07-27 17:19:00.626104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.627000000, lastModified=2020-07-27 17:19:00.626104000, delta=896000 ns, racy<=2502500 ns 17:19:00.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.628000000, lastModified=2020-07-27 17:19:00.627104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.628000000, lastModified=2020-07-27 17:19:00.627104000, delta=896000 ns, racy<=2502500 ns 17:19:00.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.629000000, lastModified=2020-07-27 17:19:00.628104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.629000000, lastModified=2020-07-27 17:19:00.628104000, delta=896000 ns, racy<=2502500 ns 17:19:00.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.629000000, lastModified=2020-07-27 17:19:00.628104000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.628104000 to 2020-07-27 17:19:00.629105000 17:19:00.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.630000000, lastModified=2020-07-27 17:19:00.629105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.630000000, lastModified=2020-07-27 17:19:00.629105000, delta=895000 ns, racy<=2502500 ns 17:19:00.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.631000000, lastModified=2020-07-27 17:19:00.630105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.631000000, lastModified=2020-07-27 17:19:00.630105000, delta=895000 ns, racy<=2502500 ns 17:19:00.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.632 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.632000000, lastModified=2020-07-27 17:19:00.631105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.632000000, lastModified=2020-07-27 17:19:00.631105000, delta=895000 ns, racy<=2502500 ns 17:19:00.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.633000000, lastModified=2020-07-27 17:19:00.632105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.632105000 to 2020-07-27 17:19:00.633105000 17:19:00.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.634000000, lastModified=2020-07-27 17:19:00.633105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.634000000, lastModified=2020-07-27 17:19:00.633105000, delta=895000 ns, racy<=2502500 ns 17:19:00.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.635 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.635000000, lastModified=2020-07-27 17:19:00.634105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.635000000, lastModified=2020-07-27 17:19:00.634105000, delta=895000 ns, racy<=2502500 ns 17:19:00.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.636000000, lastModified=2020-07-27 17:19:00.635105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.636000000, lastModified=2020-07-27 17:19:00.635105000, delta=895000 ns, racy<=2502500 ns 17:19:00.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.637 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.637000000, lastModified=2020-07-27 17:19:00.635105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.637 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.635105000 to 2020-07-27 17:19:00.636105000 17:19:00.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.638000000, lastModified=2020-07-27 17:19:00.637105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.638000000, lastModified=2020-07-27 17:19:00.637105000, delta=895000 ns, racy<=2502500 ns 17:19:00.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.639 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.639000000, lastModified=2020-07-27 17:19:00.638105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.638105000 to 2020-07-27 17:19:00.639105000 17:19:00.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.640000000, lastModified=2020-07-27 17:19:00.639105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.640000000, lastModified=2020-07-27 17:19:00.639105000, delta=895000 ns, racy<=2502500 ns 17:19:00.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.641000000, lastModified=2020-07-27 17:19:00.640105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.641000000, lastModified=2020-07-27 17:19:00.640105000, delta=895000 ns, racy<=2502500 ns 17:19:00.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.641000000, lastModified=2020-07-27 17:19:00.640105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.640105000 to 2020-07-27 17:19:00.641105000 17:19:00.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.643000000, lastModified=2020-07-27 17:19:00.642105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.643000000, lastModified=2020-07-27 17:19:00.642105000, delta=895000 ns, racy<=2502500 ns 17:19:00.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.643000000, lastModified=2020-07-27 17:19:00.642105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.642105000 to 2020-07-27 17:19:00.643105000 17:19:00.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.644000000, lastModified=2020-07-27 17:19:00.643105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.644000000, lastModified=2020-07-27 17:19:00.643105000, delta=895000 ns, racy<=2502500 ns 17:19:00.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.645000000, lastModified=2020-07-27 17:19:00.644105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.645000000, lastModified=2020-07-27 17:19:00.644105000, delta=895000 ns, racy<=2502500 ns 17:19:00.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.645000000, lastModified=2020-07-27 17:19:00.644105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.644105000 to 2020-07-27 17:19:00.645105000 17:19:00.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.647000000, lastModified=2020-07-27 17:19:00.645105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.645105000 to 2020-07-27 17:19:00.646105000 17:19:00.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.647000000, lastModified=2020-07-27 17:19:00.646105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.646105000 to 2020-07-27 17:19:00.647105000 17:19:00.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.648000000, lastModified=2020-07-27 17:19:00.647105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.647105000 to 2020-07-27 17:19:00.648105000 17:19:00.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.649000000, lastModified=2020-07-27 17:19:00.648105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.648105000 to 2020-07-27 17:19:00.649105000 17:19:00.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.650000000, lastModified=2020-07-27 17:19:00.649105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.649105000 to 2020-07-27 17:19:00.650105000 17:19:00.651 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.651000000, lastModified=2020-07-27 17:19:00.650105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.651000000, lastModified=2020-07-27 17:19:00.650105000, delta=895000 ns, racy<=2502500 ns 17:19:00.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.652 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.652000000, lastModified=2020-07-27 17:19:00.651105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.651105000 to 2020-07-27 17:19:00.652105000 17:19:00.653 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.653000000, lastModified=2020-07-27 17:19:00.652105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.653000000, lastModified=2020-07-27 17:19:00.652105000, delta=895000 ns, racy<=2502500 ns 17:19:00.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.654000000, lastModified=2020-07-27 17:19:00.653105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.654000000, lastModified=2020-07-27 17:19:00.653105000, delta=895000 ns, racy<=2502500 ns 17:19:00.654 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.655 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.655000000, lastModified=2020-07-27 17:19:00.654105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.655 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.655000000, lastModified=2020-07-27 17:19:00.654105000, delta=895000 ns, racy<=2502500 ns 17:19:00.655 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.655 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.655000000, lastModified=2020-07-27 17:19:00.654105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.655000000, lastModified=2020-07-27 17:19:00.654105000, delta=895000 ns, racy<=2502500 ns 17:19:00.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.656000000, lastModified=2020-07-27 17:19:00.655105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.656000000, lastModified=2020-07-27 17:19:00.655105000, delta=895000 ns, racy<=2502500 ns 17:19:00.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.656 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.656000000, lastModified=2020-07-27 17:19:00.655105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.655105000 to 2020-07-27 17:19:00.656105000 17:19:00.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.657000000, lastModified=2020-07-27 17:19:00.656105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.657000000, lastModified=2020-07-27 17:19:00.656105000, delta=895000 ns, racy<=2502500 ns 17:19:00.657 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.658000000, lastModified=2020-07-27 17:19:00.657105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.658000000, lastModified=2020-07-27 17:19:00.657105000, delta=895000 ns, racy<=2502500 ns 17:19:00.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.658 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.658000000, lastModified=2020-07-27 17:19:00.657105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.657105000 to 2020-07-27 17:19:00.658105000 17:19:00.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.659000000, lastModified=2020-07-27 17:19:00.658105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.659000000, lastModified=2020-07-27 17:19:00.658105000, delta=895000 ns, racy<=2502500 ns 17:19:00.659 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.660000000, lastModified=2020-07-27 17:19:00.659105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.660000000, lastModified=2020-07-27 17:19:00.659105000, delta=895000 ns, racy<=2502500 ns 17:19:00.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.660 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.660000000, lastModified=2020-07-27 17:19:00.659105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.659105000 to 2020-07-27 17:19:00.660105000 17:19:00.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.661000000, lastModified=2020-07-27 17:19:00.660105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.661000000, lastModified=2020-07-27 17:19:00.660105000, delta=895000 ns, racy<=2502500 ns 17:19:00.661 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.662000000, lastModified=2020-07-27 17:19:00.661105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.662000000, lastModified=2020-07-27 17:19:00.661105000, delta=895000 ns, racy<=2502500 ns 17:19:00.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.662 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.662000000, lastModified=2020-07-27 17:19:00.661105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.662000000, lastModified=2020-07-27 17:19:00.661105000, delta=895000 ns, racy<=2502500 ns 17:19:00.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.663000000, lastModified=2020-07-27 17:19:00.662105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.663000000, lastModified=2020-07-27 17:19:00.662105000, delta=895000 ns, racy<=2502500 ns 17:19:00.663 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.664000000, lastModified=2020-07-27 17:19:00.662105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.664 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.662105000 to 2020-07-27 17:19:00.663105000 17:19:00.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.665000000, lastModified=2020-07-27 17:19:00.664105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.665000000, lastModified=2020-07-27 17:19:00.664105000, delta=895000 ns, racy<=2502500 ns 17:19:00.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.665 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.665000000, lastModified=2020-07-27 17:19:00.664105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.666 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.664105000 to 2020-07-27 17:19:00.665105000 17:19:00.666 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.666000000, lastModified=2020-07-27 17:19:00.665105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.666 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.666000000, lastModified=2020-07-27 17:19:00.665105000, delta=895000 ns, racy<=2502500 ns 17:19:00.666 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.667000000, lastModified=2020-07-27 17:19:00.666105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.667000000, lastModified=2020-07-27 17:19:00.666105000, delta=895000 ns, racy<=2502500 ns 17:19:00.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.667 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.667000000, lastModified=2020-07-27 17:19:00.666105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.668 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.666105000 to 2020-07-27 17:19:00.667105000 17:19:00.668 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.668000000, lastModified=2020-07-27 17:19:00.667105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.668000000, lastModified=2020-07-27 17:19:00.667105000, delta=895000 ns, racy<=2502500 ns 17:19:00.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.669 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.669000000, lastModified=2020-07-27 17:19:00.668105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.670 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.668105000 to 2020-07-27 17:19:00.669105000 17:19:00.670 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.670000000, lastModified=2020-07-27 17:19:00.669105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.669105000 to 2020-07-27 17:19:00.670105000 17:19:00.671 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.671000000, lastModified=2020-07-27 17:19:00.670105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.670105000 to 2020-07-27 17:19:00.671105000 17:19:00.672 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.672000000, lastModified=2020-07-27 17:19:00.671105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.673 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.671105000 to 2020-07-27 17:19:00.672105000 17:19:00.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.674000000, lastModified=2020-07-27 17:19:00.672105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.672105000 to 2020-07-27 17:19:00.673105000 17:19:00.674 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.674000000, lastModified=2020-07-27 17:19:00.673105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.673105000 to 2020-07-27 17:19:00.674105000 17:19:00.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.675000000, lastModified=2020-07-27 17:19:00.674105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.675000000, lastModified=2020-07-27 17:19:00.674105000, delta=895000 ns, racy<=2502500 ns 17:19:00.675 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.676 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.676000000, lastModified=2020-07-27 17:19:00.675105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.676 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.676000000, lastModified=2020-07-27 17:19:00.675105000, delta=895000 ns, racy<=2502500 ns 17:19:00.676 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.677000000, lastModified=2020-07-27 17:19:00.676105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.677000000, lastModified=2020-07-27 17:19:00.676105000, delta=895000 ns, racy<=2502500 ns 17:19:00.677 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.678 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.678000000, lastModified=2020-07-27 17:19:00.677105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.678 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.678000000, lastModified=2020-07-27 17:19:00.677105000, delta=895000 ns, racy<=2502500 ns 17:19:00.678 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.679000000, lastModified=2020-07-27 17:19:00.678105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.679000000, lastModified=2020-07-27 17:19:00.678105000, delta=895000 ns, racy<=2502500 ns 17:19:00.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.679 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.679000000, lastModified=2020-07-27 17:19:00.678105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.680 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.678105000 to 2020-07-27 17:19:00.679105000 17:19:00.680 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.680000000, lastModified=2020-07-27 17:19:00.679105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.681 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.679105000 to 2020-07-27 17:19:00.680105000 17:19:00.682 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.682000000, lastModified=2020-07-27 17:19:00.680105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.682 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.680105000 to 2020-07-27 17:19:00.681105000 17:19:00.682 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.682000000, lastModified=2020-07-27 17:19:00.681105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.683 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.681105000 to 2020-07-27 17:19:00.682105000 17:19:00.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.684000000, lastModified=2020-07-27 17:19:00.683105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.684000000, lastModified=2020-07-27 17:19:00.683105000, delta=895000 ns, racy<=2502500 ns 17:19:00.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.684 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.684000000, lastModified=2020-07-27 17:19:00.683105000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.685 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.683105000 to 2020-07-27 17:19:00.684106000 17:19:00.686 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.686000000, lastModified=2020-07-27 17:19:00.685106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.686 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.686000000, lastModified=2020-07-27 17:19:00.685106000, delta=894000 ns, racy<=2502500 ns 17:19:00.686 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.687 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.687000000, lastModified=2020-07-27 17:19:00.685106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.687 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.685106000 to 2020-07-27 17:19:00.686106000 17:19:00.687 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.687000000, lastModified=2020-07-27 17:19:00.686106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.688 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.686106000 to 2020-07-27 17:19:00.687106000 17:19:00.689 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.689000000, lastModified=2020-07-27 17:19:00.687106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.689 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.687106000 to 2020-07-27 17:19:00.688106000 17:19:00.689 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.689000000, lastModified=2020-07-27 17:19:00.688106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.688106000 to 2020-07-27 17:19:00.689106000 17:19:00.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.690000000, lastModified=2020-07-27 17:19:00.689106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.690000000, lastModified=2020-07-27 17:19:00.689106000, delta=894000 ns, racy<=2502500 ns 17:19:00.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.691000000, lastModified=2020-07-27 17:19:00.690106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.691000000, lastModified=2020-07-27 17:19:00.690106000, delta=894000 ns, racy<=2502500 ns 17:19:00.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.691000000, lastModified=2020-07-27 17:19:00.690106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.692 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.691000000, lastModified=2020-07-27 17:19:00.690106000, delta=894000 ns, racy<=2502500 ns 17:19:00.692 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.693000000, lastModified=2020-07-27 17:19:00.691106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.691106000 to 2020-07-27 17:19:00.692106000 17:19:00.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.693000000, lastModified=2020-07-27 17:19:00.692106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.693000000, lastModified=2020-07-27 17:19:00.692106000, delta=894000 ns, racy<=2502500 ns 17:19:00.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.694000000, lastModified=2020-07-27 17:19:00.693106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.693106000 to 2020-07-27 17:19:00.694106000 17:19:00.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.695000000, lastModified=2020-07-27 17:19:00.694106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.695000000, lastModified=2020-07-27 17:19:00.694106000, delta=894000 ns, racy<=2502500 ns 17:19:00.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.696000000, lastModified=2020-07-27 17:19:00.695106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.696000000, lastModified=2020-07-27 17:19:00.695106000, delta=894000 ns, racy<=2502500 ns 17:19:00.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.696000000, lastModified=2020-07-27 17:19:00.695106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.695106000 to 2020-07-27 17:19:00.696106000 17:19:00.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.697000000, lastModified=2020-07-27 17:19:00.696106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.697000000, lastModified=2020-07-27 17:19:00.696106000, delta=894000 ns, racy<=2502500 ns 17:19:00.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.698000000, lastModified=2020-07-27 17:19:00.697106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.698000000, lastModified=2020-07-27 17:19:00.697106000, delta=894000 ns, racy<=2502500 ns 17:19:00.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.698000000, lastModified=2020-07-27 17:19:00.697106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.698000000, lastModified=2020-07-27 17:19:00.697106000, delta=894000 ns, racy<=2502500 ns 17:19:00.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.699000000, lastModified=2020-07-27 17:19:00.698106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.699000000, lastModified=2020-07-27 17:19:00.698106000, delta=894000 ns, racy<=2502500 ns 17:19:00.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.700000000, lastModified=2020-07-27 17:19:00.699106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.700000000, lastModified=2020-07-27 17:19:00.699106000, delta=894000 ns, racy<=2502500 ns 17:19:00.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.701000000, lastModified=2020-07-27 17:19:00.700106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.701000000, lastModified=2020-07-27 17:19:00.700106000, delta=894000 ns, racy<=2502500 ns 17:19:00.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.701000000, lastModified=2020-07-27 17:19:00.700106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.700106000 to 2020-07-27 17:19:00.701106000 17:19:00.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.702000000, lastModified=2020-07-27 17:19:00.701106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.702000000, lastModified=2020-07-27 17:19:00.701106000, delta=894000 ns, racy<=2502500 ns 17:19:00.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.703000000, lastModified=2020-07-27 17:19:00.702106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.703000000, lastModified=2020-07-27 17:19:00.702106000, delta=894000 ns, racy<=2502500 ns 17:19:00.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.703000000, lastModified=2020-07-27 17:19:00.702106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.702106000 to 2020-07-27 17:19:00.703106000 17:19:00.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.704000000, lastModified=2020-07-27 17:19:00.703106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.704000000, lastModified=2020-07-27 17:19:00.703106000, delta=894000 ns, racy<=2502500 ns 17:19:00.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.705000000, lastModified=2020-07-27 17:19:00.704106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.705000000, lastModified=2020-07-27 17:19:00.704106000, delta=894000 ns, racy<=2502500 ns 17:19:00.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.706000000, lastModified=2020-07-27 17:19:00.705106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.706000000, lastModified=2020-07-27 17:19:00.705106000, delta=894000 ns, racy<=2502500 ns 17:19:00.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.706000000, lastModified=2020-07-27 17:19:00.705106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.705106000 to 2020-07-27 17:19:00.706106000 17:19:00.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.708000000, lastModified=2020-07-27 17:19:00.706106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.706106000 to 2020-07-27 17:19:00.707106000 17:19:00.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.708000000, lastModified=2020-07-27 17:19:00.707106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.708000000, lastModified=2020-07-27 17:19:00.707106000, delta=894000 ns, racy<=2502500 ns 17:19:00.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.709000000, lastModified=2020-07-27 17:19:00.708106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.709000000, lastModified=2020-07-27 17:19:00.708106000, delta=894000 ns, racy<=2502500 ns 17:19:00.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.710000000, lastModified=2020-07-27 17:19:00.708106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.708106000 to 2020-07-27 17:19:00.709106000 17:19:00.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.710000000, lastModified=2020-07-27 17:19:00.709106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.710000000, lastModified=2020-07-27 17:19:00.709106000, delta=894000 ns, racy<=2502500 ns 17:19:00.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.711000000, lastModified=2020-07-27 17:19:00.710106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.711000000, lastModified=2020-07-27 17:19:00.710106000, delta=894000 ns, racy<=2502500 ns 17:19:00.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.711000000, lastModified=2020-07-27 17:19:00.710106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.710106000 to 2020-07-27 17:19:00.711106000 17:19:00.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.712000000, lastModified=2020-07-27 17:19:00.711106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.712000000, lastModified=2020-07-27 17:19:00.711106000, delta=894000 ns, racy<=2502500 ns 17:19:00.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.713000000, lastModified=2020-07-27 17:19:00.712106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.712106000 to 2020-07-27 17:19:00.713106000 17:19:00.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.714000000, lastModified=2020-07-27 17:19:00.713106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.713106000 to 2020-07-27 17:19:00.714106000 17:19:00.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.715000000, lastModified=2020-07-27 17:19:00.714106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.714106000 to 2020-07-27 17:19:00.715106000 17:19:00.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.716000000, lastModified=2020-07-27 17:19:00.715106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.715106000 to 2020-07-27 17:19:00.716106000 17:19:00.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.718000000, lastModified=2020-07-27 17:19:00.717106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.718000000, lastModified=2020-07-27 17:19:00.717106000, delta=894000 ns, racy<=2502500 ns 17:19:00.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.719000000, lastModified=2020-07-27 17:19:00.717106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.717106000 to 2020-07-27 17:19:00.718106000 17:19:00.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.720000000, lastModified=2020-07-27 17:19:00.719106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.720000000, lastModified=2020-07-27 17:19:00.719106000, delta=894000 ns, racy<=2502500 ns 17:19:00.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.721000000, lastModified=2020-07-27 17:19:00.720106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.721000000, lastModified=2020-07-27 17:19:00.720106000, delta=894000 ns, racy<=2502500 ns 17:19:00.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.722000000, lastModified=2020-07-27 17:19:00.721106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.722000000, lastModified=2020-07-27 17:19:00.721106000, delta=894000 ns, racy<=2502500 ns 17:19:00.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.723 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.723000000, lastModified=2020-07-27 17:19:00.722106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.723 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.723000000, lastModified=2020-07-27 17:19:00.722106000, delta=894000 ns, racy<=2502500 ns 17:19:00.723 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.724000000, lastModified=2020-07-27 17:19:00.723106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.723106000 to 2020-07-27 17:19:00.724106000 17:19:00.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.725000000, lastModified=2020-07-27 17:19:00.724106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.724106000 to 2020-07-27 17:19:00.725106000 17:19:00.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.727000000, lastModified=2020-07-27 17:19:00.726106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.727000000, lastModified=2020-07-27 17:19:00.726106000, delta=894000 ns, racy<=2502500 ns 17:19:00.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.727000000, lastModified=2020-07-27 17:19:00.726106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.726106000 to 2020-07-27 17:19:00.727106000 17:19:00.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.729000000, lastModified=2020-07-27 17:19:00.728106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.729000000, lastModified=2020-07-27 17:19:00.728106000, delta=894000 ns, racy<=2502500 ns 17:19:00.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.729000000, lastModified=2020-07-27 17:19:00.728106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.730 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.728106000 to 2020-07-27 17:19:00.729106000 17:19:00.730 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.730000000, lastModified=2020-07-27 17:19:00.729106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.730000000, lastModified=2020-07-27 17:19:00.729106000, delta=894000 ns, racy<=2502500 ns 17:19:00.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.731000000, lastModified=2020-07-27 17:19:00.730106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.731000000, lastModified=2020-07-27 17:19:00.730106000, delta=894000 ns, racy<=2502500 ns 17:19:00.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.732000000, lastModified=2020-07-27 17:19:00.731106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.732000000, lastModified=2020-07-27 17:19:00.731106000, delta=894000 ns, racy<=2502500 ns 17:19:00.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.732000000, lastModified=2020-07-27 17:19:00.731106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.731106000 to 2020-07-27 17:19:00.732106000 17:19:00.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.733000000, lastModified=2020-07-27 17:19:00.732106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.733000000, lastModified=2020-07-27 17:19:00.732106000, delta=894000 ns, racy<=2502500 ns 17:19:00.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.734000000, lastModified=2020-07-27 17:19:00.733106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.734000000, lastModified=2020-07-27 17:19:00.733106000, delta=894000 ns, racy<=2502500 ns 17:19:00.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.734000000, lastModified=2020-07-27 17:19:00.733106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.735 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.733106000 to 2020-07-27 17:19:00.734106000 17:19:00.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.736000000, lastModified=2020-07-27 17:19:00.735106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.736000000, lastModified=2020-07-27 17:19:00.735106000, delta=894000 ns, racy<=2502500 ns 17:19:00.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.737 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.737000000, lastModified=2020-07-27 17:19:00.736106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.737000000, lastModified=2020-07-27 17:19:00.736106000, delta=894000 ns, racy<=2502500 ns 17:19:00.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.738000000, lastModified=2020-07-27 17:19:00.737106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.739 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.737106000 to 2020-07-27 17:19:00.738106000 17:19:00.739 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.739000000, lastModified=2020-07-27 17:19:00.738106000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.738106000 to 2020-07-27 17:19:00.739107000 17:19:00.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.740000000, lastModified=2020-07-27 17:19:00.739107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.741 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.739107000 to 2020-07-27 17:19:00.740107000 17:19:00.742 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.742000000, lastModified=2020-07-27 17:19:00.740107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.742 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.740107000 to 2020-07-27 17:19:00.741107000 17:19:00.742 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.742000000, lastModified=2020-07-27 17:19:00.741107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.743 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.741107000 to 2020-07-27 17:19:00.742107000 17:19:00.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.744000000, lastModified=2020-07-27 17:19:00.743107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.744000000, lastModified=2020-07-27 17:19:00.743107000, delta=893000 ns, racy<=2502500 ns 17:19:00.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.744000000, lastModified=2020-07-27 17:19:00.743107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.745 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.743107000 to 2020-07-27 17:19:00.744107000 17:19:00.745 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.745000000, lastModified=2020-07-27 17:19:00.744107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.745000000, lastModified=2020-07-27 17:19:00.744107000, delta=893000 ns, racy<=2502500 ns 17:19:00.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.746000000, lastModified=2020-07-27 17:19:00.745107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.745107000 to 2020-07-27 17:19:00.746107000 17:19:00.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.747000000, lastModified=2020-07-27 17:19:00.746107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.747000000, lastModified=2020-07-27 17:19:00.746107000, delta=893000 ns, racy<=2502500 ns 17:19:00.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.748000000, lastModified=2020-07-27 17:19:00.747107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.748000000, lastModified=2020-07-27 17:19:00.747107000, delta=893000 ns, racy<=2502500 ns 17:19:00.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.749 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.749000000, lastModified=2020-07-27 17:19:00.748107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.749 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.749000000, lastModified=2020-07-27 17:19:00.748107000, delta=893000 ns, racy<=2502500 ns 17:19:00.749 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.751 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.751000000, lastModified=2020-07-27 17:19:00.749107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.751 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.749107000 to 2020-07-27 17:19:00.750107000 17:19:00.751 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.751000000, lastModified=2020-07-27 17:19:00.750107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.752 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.750107000 to 2020-07-27 17:19:00.751107000 17:19:00.753 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.753000000, lastModified=2020-07-27 17:19:00.752107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.753 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.753000000, lastModified=2020-07-27 17:19:00.752107000, delta=893000 ns, racy<=2502500 ns 17:19:00.753 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.753 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.753000000, lastModified=2020-07-27 17:19:00.752107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.752107000 to 2020-07-27 17:19:00.753107000 17:19:00.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.754000000, lastModified=2020-07-27 17:19:00.753107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.754000000, lastModified=2020-07-27 17:19:00.753107000, delta=893000 ns, racy<=2502500 ns 17:19:00.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.755000000, lastModified=2020-07-27 17:19:00.754107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.755000000, lastModified=2020-07-27 17:19:00.754107000, delta=893000 ns, racy<=2502500 ns 17:19:00.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.755000000, lastModified=2020-07-27 17:19:00.754107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.754107000 to 2020-07-27 17:19:00.755107000 17:19:00.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.756000000, lastModified=2020-07-27 17:19:00.755107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.755107000 to 2020-07-27 17:19:00.756107000 17:19:00.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.757000000, lastModified=2020-07-27 17:19:00.756107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.756107000 to 2020-07-27 17:19:00.757107000 17:19:00.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.759000000, lastModified=2020-07-27 17:19:00.758107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.759000000, lastModified=2020-07-27 17:19:00.758107000, delta=893000 ns, racy<=2502500 ns 17:19:00.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.759000000, lastModified=2020-07-27 17:19:00.758107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.758107000 to 2020-07-27 17:19:00.759107000 17:19:00.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.761000000, lastModified=2020-07-27 17:19:00.760107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.761000000, lastModified=2020-07-27 17:19:00.760107000, delta=893000 ns, racy<=2502500 ns 17:19:00.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.761000000, lastModified=2020-07-27 17:19:00.760107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.760107000 to 2020-07-27 17:19:00.761107000 17:19:00.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.763000000, lastModified=2020-07-27 17:19:00.762107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.763000000, lastModified=2020-07-27 17:19:00.762107000, delta=893000 ns, racy<=2502500 ns 17:19:00.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.764000000, lastModified=2020-07-27 17:19:00.763107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.764000000, lastModified=2020-07-27 17:19:00.763107000, delta=893000 ns, racy<=2502500 ns 17:19:00.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.764000000, lastModified=2020-07-27 17:19:00.763107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.764000000, lastModified=2020-07-27 17:19:00.763107000, delta=893000 ns, racy<=2502500 ns 17:19:00.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.765000000, lastModified=2020-07-27 17:19:00.764107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.765000000, lastModified=2020-07-27 17:19:00.764107000, delta=893000 ns, racy<=2502500 ns 17:19:00.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.766000000, lastModified=2020-07-27 17:19:00.765107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.766000000, lastModified=2020-07-27 17:19:00.765107000, delta=893000 ns, racy<=2502500 ns 17:19:00.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.766000000, lastModified=2020-07-27 17:19:00.765107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.765107000 to 2020-07-27 17:19:00.766107000 17:19:00.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.767000000, lastModified=2020-07-27 17:19:00.766107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.767000000, lastModified=2020-07-27 17:19:00.766107000, delta=893000 ns, racy<=2502500 ns 17:19:00.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.768 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.768000000, lastModified=2020-07-27 17:19:00.767107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.768000000, lastModified=2020-07-27 17:19:00.767107000, delta=893000 ns, racy<=2502500 ns 17:19:00.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.769000000, lastModified=2020-07-27 17:19:00.768107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.769000000, lastModified=2020-07-27 17:19:00.768107000, delta=893000 ns, racy<=2502500 ns 17:19:00.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.770 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.769000000, lastModified=2020-07-27 17:19:00.768107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.770 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.768107000 to 2020-07-27 17:19:00.769107000 17:19:00.770 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.770000000, lastModified=2020-07-27 17:19:00.769107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.770 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.770000000, lastModified=2020-07-27 17:19:00.769107000, delta=893000 ns, racy<=2502500 ns 17:19:00.770 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.771 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.771000000, lastModified=2020-07-27 17:19:00.770107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.771 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.771000000, lastModified=2020-07-27 17:19:00.770107000, delta=893000 ns, racy<=2502500 ns 17:19:00.771 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.771 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.771000000, lastModified=2020-07-27 17:19:00.770107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.771000000, lastModified=2020-07-27 17:19:00.770107000, delta=893000 ns, racy<=2502500 ns 17:19:00.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.772000000, lastModified=2020-07-27 17:19:00.771107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.773 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.771107000 to 2020-07-27 17:19:00.772107000 17:19:00.773 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.773000000, lastModified=2020-07-27 17:19:00.772107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.774 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.772107000 to 2020-07-27 17:19:00.773107000 17:19:00.775 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.775000000, lastModified=2020-07-27 17:19:00.773107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.775 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.773107000 to 2020-07-27 17:19:00.774107000 17:19:00.775 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.775000000, lastModified=2020-07-27 17:19:00.774107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.776 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.774107000 to 2020-07-27 17:19:00.775107000 17:19:00.776 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.776000000, lastModified=2020-07-27 17:19:00.775107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.777 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.775107000 to 2020-07-27 17:19:00.776107000 17:19:00.777 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.777000000, lastModified=2020-07-27 17:19:00.776107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.777000000, lastModified=2020-07-27 17:19:00.776107000, delta=893000 ns, racy<=2502500 ns 17:19:00.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.778000000, lastModified=2020-07-27 17:19:00.777107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.778000000, lastModified=2020-07-27 17:19:00.777107000, delta=893000 ns, racy<=2502500 ns 17:19:00.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.778000000, lastModified=2020-07-27 17:19:00.777107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.777107000 to 2020-07-27 17:19:00.778107000 17:19:00.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.780000000, lastModified=2020-07-27 17:19:00.779107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.780000000, lastModified=2020-07-27 17:19:00.779107000, delta=893000 ns, racy<=2502500 ns 17:19:00.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.781000000, lastModified=2020-07-27 17:19:00.780107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.781000000, lastModified=2020-07-27 17:19:00.780107000, delta=893000 ns, racy<=2502500 ns 17:19:00.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.782000000, lastModified=2020-07-27 17:19:00.781107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.781107000 to 2020-07-27 17:19:00.782107000 17:19:00.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.783000000, lastModified=2020-07-27 17:19:00.782107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.783000000, lastModified=2020-07-27 17:19:00.782107000, delta=893000 ns, racy<=2502500 ns 17:19:00.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.784000000, lastModified=2020-07-27 17:19:00.783107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.784000000, lastModified=2020-07-27 17:19:00.783107000, delta=893000 ns, racy<=2502500 ns 17:19:00.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.785000000, lastModified=2020-07-27 17:19:00.784107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.784107000 to 2020-07-27 17:19:00.786107000 17:19:00.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.788000000, lastModified=2020-07-27 17:19:00.787107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.788000000, lastModified=2020-07-27 17:19:00.787107000, delta=893000 ns, racy<=2502500 ns 17:19:00.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.789000000, lastModified=2020-07-27 17:19:00.787107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.787107000 to 2020-07-27 17:19:00.788107000 17:19:00.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.790000000, lastModified=2020-07-27 17:19:00.789107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.790000000, lastModified=2020-07-27 17:19:00.789107000, delta=893000 ns, racy<=2502500 ns 17:19:00.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.791000000, lastModified=2020-07-27 17:19:00.790107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.791000000, lastModified=2020-07-27 17:19:00.790107000, delta=893000 ns, racy<=2502500 ns 17:19:00.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.792000000, lastModified=2020-07-27 17:19:00.791107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.792000000, lastModified=2020-07-27 17:19:00.791107000, delta=893000 ns, racy<=2502500 ns 17:19:00.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.793000000, lastModified=2020-07-27 17:19:00.792107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.793000000, lastModified=2020-07-27 17:19:00.792107000, delta=893000 ns, racy<=2502500 ns 17:19:00.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.794000000, lastModified=2020-07-27 17:19:00.793107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.794000000, lastModified=2020-07-27 17:19:00.793107000, delta=893000 ns, racy<=2502500 ns 17:19:00.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.794000000, lastModified=2020-07-27 17:19:00.793107000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.794000000, lastModified=2020-07-27 17:19:00.793107000, delta=893000 ns, racy<=2502500 ns 17:19:00.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.795000000, lastModified=2020-07-27 17:19:00.794108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.795000000, lastModified=2020-07-27 17:19:00.794108000, delta=892000 ns, racy<=2502500 ns 17:19:00.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.796000000, lastModified=2020-07-27 17:19:00.794108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.794108000 to 2020-07-27 17:19:00.795108000 17:19:00.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.797000000, lastModified=2020-07-27 17:19:00.796108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.797000000, lastModified=2020-07-27 17:19:00.796108000, delta=892000 ns, racy<=2502500 ns 17:19:00.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.798000000, lastModified=2020-07-27 17:19:00.796108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.796108000 to 2020-07-27 17:19:00.797108000 17:19:00.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.798000000, lastModified=2020-07-27 17:19:00.797108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.798000000, lastModified=2020-07-27 17:19:00.797108000, delta=892000 ns, racy<=2502500 ns 17:19:00.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.799000000, lastModified=2020-07-27 17:19:00.798108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.798108000 to 2020-07-27 17:19:00.799108000 17:19:00.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.800000000, lastModified=2020-07-27 17:19:00.799108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.800000000, lastModified=2020-07-27 17:19:00.799108000, delta=892000 ns, racy<=2502500 ns 17:19:00.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.801000000, lastModified=2020-07-27 17:19:00.800108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.801000000, lastModified=2020-07-27 17:19:00.800108000, delta=892000 ns, racy<=2502500 ns 17:19:00.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.801000000, lastModified=2020-07-27 17:19:00.800108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.800108000 to 2020-07-27 17:19:00.801108000 17:19:00.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.802000000, lastModified=2020-07-27 17:19:00.801108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.802000000, lastModified=2020-07-27 17:19:00.801108000, delta=892000 ns, racy<=2502500 ns 17:19:00.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.803000000, lastModified=2020-07-27 17:19:00.802108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.803000000, lastModified=2020-07-27 17:19:00.802108000, delta=892000 ns, racy<=2502500 ns 17:19:00.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.804000000, lastModified=2020-07-27 17:19:00.803108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.804000000, lastModified=2020-07-27 17:19:00.803108000, delta=892000 ns, racy<=2502500 ns 17:19:00.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.805000000, lastModified=2020-07-27 17:19:00.804108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.805000000, lastModified=2020-07-27 17:19:00.804108000, delta=892000 ns, racy<=2502500 ns 17:19:00.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.806000000, lastModified=2020-07-27 17:19:00.805108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.806000000, lastModified=2020-07-27 17:19:00.805108000, delta=892000 ns, racy<=2502500 ns 17:19:00.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.807000000, lastModified=2020-07-27 17:19:00.806108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.806108000 to 2020-07-27 17:19:00.807108000 17:19:00.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.808000000, lastModified=2020-07-27 17:19:00.807108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.808000000, lastModified=2020-07-27 17:19:00.807108000, delta=892000 ns, racy<=2502500 ns 17:19:00.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.810000000, lastModified=2020-07-27 17:19:00.808108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.808108000 to 2020-07-27 17:19:00.809108000 17:19:00.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.810000000, lastModified=2020-07-27 17:19:00.809108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.809108000 to 2020-07-27 17:19:00.810108000 17:19:00.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.812000000, lastModified=2020-07-27 17:19:00.811108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.812000000, lastModified=2020-07-27 17:19:00.811108000, delta=892000 ns, racy<=2502500 ns 17:19:00.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.812000000, lastModified=2020-07-27 17:19:00.811108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.811108000 to 2020-07-27 17:19:00.812108000 17:19:00.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.813000000, lastModified=2020-07-27 17:19:00.812108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.813000000, lastModified=2020-07-27 17:19:00.812108000, delta=892000 ns, racy<=2502500 ns 17:19:00.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.814000000, lastModified=2020-07-27 17:19:00.813108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.814000000, lastModified=2020-07-27 17:19:00.813108000, delta=892000 ns, racy<=2502500 ns 17:19:00.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.815000000, lastModified=2020-07-27 17:19:00.814108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.815000000, lastModified=2020-07-27 17:19:00.814108000, delta=892000 ns, racy<=2502500 ns 17:19:00.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.816000000, lastModified=2020-07-27 17:19:00.815108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.816000000, lastModified=2020-07-27 17:19:00.815108000, delta=892000 ns, racy<=2502500 ns 17:19:00.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.817000000, lastModified=2020-07-27 17:19:00.816108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.817000000, lastModified=2020-07-27 17:19:00.816108000, delta=892000 ns, racy<=2502500 ns 17:19:00.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.817000000, lastModified=2020-07-27 17:19:00.816108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.816108000 to 2020-07-27 17:19:00.817108000 17:19:00.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.818000000, lastModified=2020-07-27 17:19:00.817108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.818000000, lastModified=2020-07-27 17:19:00.817108000, delta=892000 ns, racy<=2502500 ns 17:19:00.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.820000000, lastModified=2020-07-27 17:19:00.818108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.818108000 to 2020-07-27 17:19:00.819108000 17:19:00.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.820000000, lastModified=2020-07-27 17:19:00.819108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.821 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.819108000 to 2020-07-27 17:19:00.820108000 17:19:00.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.822000000, lastModified=2020-07-27 17:19:00.821108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.822000000, lastModified=2020-07-27 17:19:00.821108000, delta=892000 ns, racy<=2502500 ns 17:19:00.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.823 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.823000000, lastModified=2020-07-27 17:19:00.822108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.823 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.823000000, lastModified=2020-07-27 17:19:00.822108000, delta=892000 ns, racy<=2502500 ns 17:19:00.823 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.824000000, lastModified=2020-07-27 17:19:00.823108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.824000000, lastModified=2020-07-27 17:19:00.823108000, delta=892000 ns, racy<=2502500 ns 17:19:00.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.825000000, lastModified=2020-07-27 17:19:00.824108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.824108000 to 2020-07-27 17:19:00.825108000 17:19:00.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.826000000, lastModified=2020-07-27 17:19:00.825108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.826000000, lastModified=2020-07-27 17:19:00.825108000, delta=892000 ns, racy<=2502500 ns 17:19:00.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.827000000, lastModified=2020-07-27 17:19:00.826108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.827000000, lastModified=2020-07-27 17:19:00.826108000, delta=892000 ns, racy<=2502500 ns 17:19:00.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.828 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.828000000, lastModified=2020-07-27 17:19:00.826108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.828 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.826108000 to 2020-07-27 17:19:00.827108000 17:19:00.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.829000000, lastModified=2020-07-27 17:19:00.828108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.829000000, lastModified=2020-07-27 17:19:00.828108000, delta=892000 ns, racy<=2502500 ns 17:19:00.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.830000000, lastModified=2020-07-27 17:19:00.828108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.828108000 to 2020-07-27 17:19:00.829108000 17:19:00.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.830000000, lastModified=2020-07-27 17:19:00.829108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.829108000 to 2020-07-27 17:19:00.830108000 17:19:00.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.831000000, lastModified=2020-07-27 17:19:00.830108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.831000000, lastModified=2020-07-27 17:19:00.830108000, delta=892000 ns, racy<=2502500 ns 17:19:00.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.832000000, lastModified=2020-07-27 17:19:00.831108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.832000000, lastModified=2020-07-27 17:19:00.831108000, delta=892000 ns, racy<=2502500 ns 17:19:00.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.832000000, lastModified=2020-07-27 17:19:00.831108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.833 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.831108000 to 2020-07-27 17:19:00.832108000 17:19:00.833 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.833000000, lastModified=2020-07-27 17:19:00.832108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.833 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.833000000, lastModified=2020-07-27 17:19:00.832108000, delta=892000 ns, racy<=2502500 ns 17:19:00.833 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.834 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.834000000, lastModified=2020-07-27 17:19:00.833108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.834 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.834000000, lastModified=2020-07-27 17:19:00.833108000, delta=892000 ns, racy<=2502500 ns 17:19:00.834 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.835 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.835000000, lastModified=2020-07-27 17:19:00.834108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.834108000 to 2020-07-27 17:19:00.835108000 17:19:00.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.837000000, lastModified=2020-07-27 17:19:00.836108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.837000000, lastModified=2020-07-27 17:19:00.836108000, delta=892000 ns, racy<=2502500 ns 17:19:00.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.838 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.838000000, lastModified=2020-07-27 17:19:00.837108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.838000000, lastModified=2020-07-27 17:19:00.837108000, delta=892000 ns, racy<=2502500 ns 17:19:00.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.839000000, lastModified=2020-07-27 17:19:00.838108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.838108000 to 2020-07-27 17:19:00.839108000 17:19:00.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.840000000, lastModified=2020-07-27 17:19:00.839108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.839108000 to 2020-07-27 17:19:00.840108000 17:19:00.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.842000000, lastModified=2020-07-27 17:19:00.841108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.842000000, lastModified=2020-07-27 17:19:00.841108000, delta=892000 ns, racy<=2502500 ns 17:19:00.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.843000000, lastModified=2020-07-27 17:19:00.842108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.842108000 to 2020-07-27 17:19:00.843108000 17:19:00.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.844000000, lastModified=2020-07-27 17:19:00.843108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.844000000, lastModified=2020-07-27 17:19:00.843108000, delta=892000 ns, racy<=2502500 ns 17:19:00.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.845000000, lastModified=2020-07-27 17:19:00.844108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.845000000, lastModified=2020-07-27 17:19:00.844108000, delta=892000 ns, racy<=2502500 ns 17:19:00.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.846000000, lastModified=2020-07-27 17:19:00.844108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.844108000 to 2020-07-27 17:19:00.845108000 17:19:00.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.846000000, lastModified=2020-07-27 17:19:00.845108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.846000000, lastModified=2020-07-27 17:19:00.845108000, delta=892000 ns, racy<=2502500 ns 17:19:00.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.847000000, lastModified=2020-07-27 17:19:00.846108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.847000000, lastModified=2020-07-27 17:19:00.846108000, delta=892000 ns, racy<=2502500 ns 17:19:00.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.848000000, lastModified=2020-07-27 17:19:00.846108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.846108000 to 2020-07-27 17:19:00.847108000 17:19:00.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.848000000, lastModified=2020-07-27 17:19:00.847108000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.847108000 to 2020-07-27 17:19:00.848108000 17:19:00.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.850000000, lastModified=2020-07-27 17:19:00.849109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.850000000, lastModified=2020-07-27 17:19:00.849109000, delta=891000 ns, racy<=2502500 ns 17:19:00.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.851000000, lastModified=2020-07-27 17:19:00.850109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.851000000, lastModified=2020-07-27 17:19:00.850109000, delta=891000 ns, racy<=2502500 ns 17:19:00.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.852000000, lastModified=2020-07-27 17:19:00.851109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.852000000, lastModified=2020-07-27 17:19:00.851109000, delta=891000 ns, racy<=2502500 ns 17:19:00.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.853000000, lastModified=2020-07-27 17:19:00.851109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.851109000 to 2020-07-27 17:19:00.852109000 17:19:00.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.853000000, lastModified=2020-07-27 17:19:00.852109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.853000000, lastModified=2020-07-27 17:19:00.852109000, delta=891000 ns, racy<=2502500 ns 17:19:00.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.854000000, lastModified=2020-07-27 17:19:00.853109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.853109000 to 2020-07-27 17:19:00.854109000 17:19:00.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.855000000, lastModified=2020-07-27 17:19:00.854109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.854109000 to 2020-07-27 17:19:00.855109000 17:19:00.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.857000000, lastModified=2020-07-27 17:19:00.856109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.857000000, lastModified=2020-07-27 17:19:00.856109000, delta=891000 ns, racy<=2502500 ns 17:19:00.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.858000000, lastModified=2020-07-27 17:19:00.856109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.856109000 to 2020-07-27 17:19:00.857109000 17:19:00.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.858000000, lastModified=2020-07-27 17:19:00.857109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.857109000 to 2020-07-27 17:19:00.858109000 17:19:00.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.859000000, lastModified=2020-07-27 17:19:00.858109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.858109000 to 2020-07-27 17:19:00.859109000 17:19:00.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.860000000, lastModified=2020-07-27 17:19:00.859109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.859109000 to 2020-07-27 17:19:00.860109000 17:19:00.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.861000000, lastModified=2020-07-27 17:19:00.860109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.860109000 to 2020-07-27 17:19:00.861109000 17:19:00.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.862000000, lastModified=2020-07-27 17:19:00.861109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.862000000, lastModified=2020-07-27 17:19:00.861109000, delta=891000 ns, racy<=2502500 ns 17:19:00.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.863000000, lastModified=2020-07-27 17:19:00.862109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.863000000, lastModified=2020-07-27 17:19:00.862109000, delta=891000 ns, racy<=2502500 ns 17:19:00.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.863000000, lastModified=2020-07-27 17:19:00.862109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.862109000 to 2020-07-27 17:19:00.863109000 17:19:00.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.864000000, lastModified=2020-07-27 17:19:00.863109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.863109000 to 2020-07-27 17:19:00.864109000 17:19:00.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.865000000, lastModified=2020-07-27 17:19:00.864109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.864109000 to 2020-07-27 17:19:00.865109000 17:19:00.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.866000000, lastModified=2020-07-27 17:19:00.865109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.865109000 to 2020-07-27 17:19:00.866109000 17:19:00.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.867000000, lastModified=2020-07-27 17:19:00.866109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.866109000 to 2020-07-27 17:19:00.867109000 17:19:00.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.868000000, lastModified=2020-07-27 17:19:00.867109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.867109000 to 2020-07-27 17:19:00.873109000 17:19:00.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.874000000, lastModified=2020-07-27 17:19:00.873109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.875 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.873109000 to 2020-07-27 17:19:00.874109000 17:19:00.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.876000000, lastModified=2020-07-27 17:19:00.875109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.876000000, lastModified=2020-07-27 17:19:00.875109000, delta=891000 ns, racy<=2502500 ns 17:19:00.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.877000000, lastModified=2020-07-27 17:19:00.876109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.877000000, lastModified=2020-07-27 17:19:00.876109000, delta=891000 ns, racy<=2502500 ns 17:19:00.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.878000000, lastModified=2020-07-27 17:19:00.877109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.878000000, lastModified=2020-07-27 17:19:00.877109000, delta=891000 ns, racy<=2502500 ns 17:19:00.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.879000000, lastModified=2020-07-27 17:19:00.878109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.879000000, lastModified=2020-07-27 17:19:00.878109000, delta=891000 ns, racy<=2502500 ns 17:19:00.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.880000000, lastModified=2020-07-27 17:19:00.879109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.879109000 to 2020-07-27 17:19:00.880109000 17:19:00.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.881000000, lastModified=2020-07-27 17:19:00.880109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.880109000 to 2020-07-27 17:19:00.881109000 17:19:00.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.883000000, lastModified=2020-07-27 17:19:00.882109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.883000000, lastModified=2020-07-27 17:19:00.882109000, delta=891000 ns, racy<=2502500 ns 17:19:00.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.883000000, lastModified=2020-07-27 17:19:00.882109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.883000000, lastModified=2020-07-27 17:19:00.882109000, delta=891000 ns, racy<=2502500 ns 17:19:00.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.884000000, lastModified=2020-07-27 17:19:00.883109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.884000000, lastModified=2020-07-27 17:19:00.883109000, delta=891000 ns, racy<=2502500 ns 17:19:00.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.885000000, lastModified=2020-07-27 17:19:00.884109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.885000000, lastModified=2020-07-27 17:19:00.884109000, delta=891000 ns, racy<=2502500 ns 17:19:00.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.885000000, lastModified=2020-07-27 17:19:00.884109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.884109000 to 2020-07-27 17:19:00.885109000 17:19:00.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.887000000, lastModified=2020-07-27 17:19:00.886109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.886109000 to 2020-07-27 17:19:00.887109000 17:19:00.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.888000000, lastModified=2020-07-27 17:19:00.887109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.888000000, lastModified=2020-07-27 17:19:00.887109000, delta=891000 ns, racy<=2502500 ns 17:19:00.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.890000000, lastModified=2020-07-27 17:19:00.888109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.888109000 to 2020-07-27 17:19:00.889109000 17:19:00.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.890000000, lastModified=2020-07-27 17:19:00.889109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.889109000 to 2020-07-27 17:19:00.890109000 17:19:00.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.892000000, lastModified=2020-07-27 17:19:00.891109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.892000000, lastModified=2020-07-27 17:19:00.891109000, delta=891000 ns, racy<=2502500 ns 17:19:00.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.892000000, lastModified=2020-07-27 17:19:00.891109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.891109000 to 2020-07-27 17:19:00.892109000 17:19:00.894 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.894000000, lastModified=2020-07-27 17:19:00.892109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.894 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.892109000 to 2020-07-27 17:19:00.893109000 17:19:00.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.895000000, lastModified=2020-07-27 17:19:00.894109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.895000000, lastModified=2020-07-27 17:19:00.894109000, delta=891000 ns, racy<=2502500 ns 17:19:00.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.895000000, lastModified=2020-07-27 17:19:00.894109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.894109000 to 2020-07-27 17:19:00.895109000 17:19:00.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.897000000, lastModified=2020-07-27 17:19:00.896109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.897000000, lastModified=2020-07-27 17:19:00.896109000, delta=891000 ns, racy<=2502500 ns 17:19:00.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.898000000, lastModified=2020-07-27 17:19:00.897109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.898000000, lastModified=2020-07-27 17:19:00.897109000, delta=891000 ns, racy<=2502500 ns 17:19:00.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.899000000, lastModified=2020-07-27 17:19:00.898109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.899000000, lastModified=2020-07-27 17:19:00.898109000, delta=891000 ns, racy<=2502500 ns 17:19:00.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.900 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.900000000, lastModified=2020-07-27 17:19:00.899109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.900 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.900000000, lastModified=2020-07-27 17:19:00.899109000, delta=891000 ns, racy<=2502500 ns 17:19:00.900 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.901000000, lastModified=2020-07-27 17:19:00.900109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.902 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.900109000 to 2020-07-27 17:19:00.901109000 17:19:00.902 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.902000000, lastModified=2020-07-27 17:19:00.901109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.902000000, lastModified=2020-07-27 17:19:00.901109000, delta=891000 ns, racy<=2502500 ns 17:19:00.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.903000000, lastModified=2020-07-27 17:19:00.902109000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.904 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.902109000 to 2020-07-27 17:19:00.903110000 17:19:00.904 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.904000000, lastModified=2020-07-27 17:19:00.903110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.905 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.903110000 to 2020-07-27 17:19:00.904110000 17:19:00.906 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.906000000, lastModified=2020-07-27 17:19:00.905110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.905110000 to 2020-07-27 17:19:00.906110000 17:19:00.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.907000000, lastModified=2020-07-27 17:19:00.906110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.907000000, lastModified=2020-07-27 17:19:00.906110000, delta=890000 ns, racy<=2502500 ns 17:19:00.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.908000000, lastModified=2020-07-27 17:19:00.907110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.907110000 to 2020-07-27 17:19:00.908110000 17:19:00.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.909000000, lastModified=2020-07-27 17:19:00.908110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.909000000, lastModified=2020-07-27 17:19:00.908110000, delta=890000 ns, racy<=2502500 ns 17:19:00.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.910000000, lastModified=2020-07-27 17:19:00.909110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.910000000, lastModified=2020-07-27 17:19:00.909110000, delta=890000 ns, racy<=2502500 ns 17:19:00.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.911000000, lastModified=2020-07-27 17:19:00.910110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.911000000, lastModified=2020-07-27 17:19:00.910110000, delta=890000 ns, racy<=2502500 ns 17:19:00.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.912000000, lastModified=2020-07-27 17:19:00.911110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.912000000, lastModified=2020-07-27 17:19:00.911110000, delta=890000 ns, racy<=2502500 ns 17:19:00.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.913000000, lastModified=2020-07-27 17:19:00.912110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.913000000, lastModified=2020-07-27 17:19:00.912110000, delta=890000 ns, racy<=2502500 ns 17:19:00.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.914000000, lastModified=2020-07-27 17:19:00.913110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.914000000, lastModified=2020-07-27 17:19:00.913110000, delta=890000 ns, racy<=2502500 ns 17:19:00.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.915000000, lastModified=2020-07-27 17:19:00.914110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.915000000, lastModified=2020-07-27 17:19:00.914110000, delta=890000 ns, racy<=2502500 ns 17:19:00.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.915000000, lastModified=2020-07-27 17:19:00.914110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.914110000 to 2020-07-27 17:19:00.915110000 17:19:00.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.916000000, lastModified=2020-07-27 17:19:00.915110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.916000000, lastModified=2020-07-27 17:19:00.915110000, delta=890000 ns, racy<=2502500 ns 17:19:00.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.917000000, lastModified=2020-07-27 17:19:00.916110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.917000000, lastModified=2020-07-27 17:19:00.916110000, delta=890000 ns, racy<=2502500 ns 17:19:00.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.918000000, lastModified=2020-07-27 17:19:00.916110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.916110000 to 2020-07-27 17:19:00.917110000 17:19:00.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.919000000, lastModified=2020-07-27 17:19:00.918110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.919000000, lastModified=2020-07-27 17:19:00.918110000, delta=890000 ns, racy<=2502500 ns 17:19:00.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.920000000, lastModified=2020-07-27 17:19:00.919110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.920000000, lastModified=2020-07-27 17:19:00.919110000, delta=890000 ns, racy<=2502500 ns 17:19:00.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.921000000, lastModified=2020-07-27 17:19:00.920110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.921000000, lastModified=2020-07-27 17:19:00.920110000, delta=890000 ns, racy<=2502500 ns 17:19:00.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.922000000, lastModified=2020-07-27 17:19:00.921110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.922000000, lastModified=2020-07-27 17:19:00.921110000, delta=890000 ns, racy<=2502500 ns 17:19:00.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.923000000, lastModified=2020-07-27 17:19:00.922110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.922110000 to 2020-07-27 17:19:00.923110000 17:19:00.924 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.924000000, lastModified=2020-07-27 17:19:00.923110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.923110000 to 2020-07-27 17:19:00.924110000 17:19:00.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.925000000, lastModified=2020-07-27 17:19:00.924110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.925 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.925000000, lastModified=2020-07-27 17:19:00.924110000, delta=890000 ns, racy<=2502500 ns 17:19:00.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.926000000, lastModified=2020-07-27 17:19:00.925110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.926000000, lastModified=2020-07-27 17:19:00.925110000, delta=890000 ns, racy<=2502500 ns 17:19:00.926 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.926000000, lastModified=2020-07-27 17:19:00.925110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.927 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.925110000 to 2020-07-27 17:19:00.926110000 17:19:00.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.928000000, lastModified=2020-07-27 17:19:00.927110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.928000000, lastModified=2020-07-27 17:19:00.927110000, delta=890000 ns, racy<=2502500 ns 17:19:00.928 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.929000000, lastModified=2020-07-27 17:19:00.927110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.929 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.927110000 to 2020-07-27 17:19:00.928110000 17:19:00.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.930000000, lastModified=2020-07-27 17:19:00.929110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.930000000, lastModified=2020-07-27 17:19:00.929110000, delta=890000 ns, racy<=2502500 ns 17:19:00.930 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.931000000, lastModified=2020-07-27 17:19:00.930110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.931000000, lastModified=2020-07-27 17:19:00.930110000, delta=890000 ns, racy<=2502500 ns 17:19:00.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.931 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.931000000, lastModified=2020-07-27 17:19:00.930110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.932 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.930110000 to 2020-07-27 17:19:00.931110000 17:19:00.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.933000000, lastModified=2020-07-27 17:19:00.932110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.933000000, lastModified=2020-07-27 17:19:00.932110000, delta=890000 ns, racy<=2502500 ns 17:19:00.933 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.934000000, lastModified=2020-07-27 17:19:00.933110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.934000000, lastModified=2020-07-27 17:19:00.933110000, delta=890000 ns, racy<=2502500 ns 17:19:00.934 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.935 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.935000000, lastModified=2020-07-27 17:19:00.934110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.934110000 to 2020-07-27 17:19:00.935110000 17:19:00.936 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.936000000, lastModified=2020-07-27 17:19:00.935110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.935110000 to 2020-07-27 17:19:00.936110000 17:19:00.937 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.937000000, lastModified=2020-07-27 17:19:00.936110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.938 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.936110000 to 2020-07-27 17:19:00.937110000 17:19:00.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.939000000, lastModified=2020-07-27 17:19:00.937110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.937110000 to 2020-07-27 17:19:00.938110000 17:19:00.939 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.939000000, lastModified=2020-07-27 17:19:00.938110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.940 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.938110000 to 2020-07-27 17:19:00.939110000 17:19:00.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.941000000, lastModified=2020-07-27 17:19:00.939110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.939110000 to 2020-07-27 17:19:00.940110000 17:19:00.941 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.941000000, lastModified=2020-07-27 17:19:00.940110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.942 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.940110000 to 2020-07-27 17:19:00.941110000 17:19:00.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.943000000, lastModified=2020-07-27 17:19:00.942110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.943000000, lastModified=2020-07-27 17:19:00.942110000, delta=890000 ns, racy<=2502500 ns 17:19:00.943 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.944000000, lastModified=2020-07-27 17:19:00.942110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.942110000 to 2020-07-27 17:19:00.943110000 17:19:00.944 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.944000000, lastModified=2020-07-27 17:19:00.943110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.943110000 to 2020-07-27 17:19:00.944110000 17:19:00.945 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.945000000, lastModified=2020-07-27 17:19:00.944110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.944110000 to 2020-07-27 17:19:00.945110000 17:19:00.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.946000000, lastModified=2020-07-27 17:19:00.945110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.946000000, lastModified=2020-07-27 17:19:00.945110000, delta=890000 ns, racy<=2502500 ns 17:19:00.946 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.947 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.947000000, lastModified=2020-07-27 17:19:00.946110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.948 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.946110000 to 2020-07-27 17:19:00.947110000 17:19:00.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.949000000, lastModified=2020-07-27 17:19:00.948110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.949000000, lastModified=2020-07-27 17:19:00.948110000, delta=890000 ns, racy<=2502500 ns 17:19:00.949 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.950000000, lastModified=2020-07-27 17:19:00.948110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.948110000 to 2020-07-27 17:19:00.949110000 17:19:00.950 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.950000000, lastModified=2020-07-27 17:19:00.949110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.950000000, lastModified=2020-07-27 17:19:00.949110000, delta=890000 ns, racy<=2502500 ns 17:19:00.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.951000000, lastModified=2020-07-27 17:19:00.950110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.951000000, lastModified=2020-07-27 17:19:00.950110000, delta=890000 ns, racy<=2502500 ns 17:19:00.951 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.952000000, lastModified=2020-07-27 17:19:00.951110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.952000000, lastModified=2020-07-27 17:19:00.951110000, delta=890000 ns, racy<=2502500 ns 17:19:00.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.952 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.952000000, lastModified=2020-07-27 17:19:00.951110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.951110000 to 2020-07-27 17:19:00.952110000 17:19:00.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.953000000, lastModified=2020-07-27 17:19:00.952110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.953000000, lastModified=2020-07-27 17:19:00.952110000, delta=890000 ns, racy<=2502500 ns 17:19:00.953 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.954000000, lastModified=2020-07-27 17:19:00.953110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.954000000, lastModified=2020-07-27 17:19:00.953110000, delta=890000 ns, racy<=2502500 ns 17:19:00.954 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.955 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.955000000, lastModified=2020-07-27 17:19:00.954110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.955 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.955000000, lastModified=2020-07-27 17:19:00.954110000, delta=890000 ns, racy<=2502500 ns 17:19:00.955 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.956 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.956000000, lastModified=2020-07-27 17:19:00.955110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.957 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.955110000 to 2020-07-27 17:19:00.956110000 17:19:00.957 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.957000000, lastModified=2020-07-27 17:19:00.956110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.956110000 to 2020-07-27 17:19:00.957110000 17:19:00.958 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.958000000, lastModified=2020-07-27 17:19:00.957110000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.957110000 to 2020-07-27 17:19:00.958111000 17:19:00.959 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.959000000, lastModified=2020-07-27 17:19:00.958111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.960 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.958111000 to 2020-07-27 17:19:00.959111000 17:19:00.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.960000000, lastModified=2020-07-27 17:19:00.959111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.959111000 to 2020-07-27 17:19:00.960111000 17:19:00.961 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.961000000, lastModified=2020-07-27 17:19:00.960111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.961000000, lastModified=2020-07-27 17:19:00.960111000, delta=889000 ns, racy<=2502500 ns 17:19:00.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.962 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.962000000, lastModified=2020-07-27 17:19:00.961111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.961111000 to 2020-07-27 17:19:00.962111000 17:19:00.963 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.963000000, lastModified=2020-07-27 17:19:00.962111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.962111000 to 2020-07-27 17:19:00.963111000 17:19:00.964 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.964000000, lastModified=2020-07-27 17:19:00.963111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.965 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.963111000 to 2020-07-27 17:19:00.964111000 17:19:00.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.966000000, lastModified=2020-07-27 17:19:00.965111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.966000000, lastModified=2020-07-27 17:19:00.965111000, delta=889000 ns, racy<=2502500 ns 17:19:00.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.966 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.966000000, lastModified=2020-07-27 17:19:00.965111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.965111000 to 2020-07-27 17:19:00.966111000 17:19:00.967 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.967000000, lastModified=2020-07-27 17:19:00.966111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.966111000 to 2020-07-27 17:19:00.967111000 17:19:00.968 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.968000000, lastModified=2020-07-27 17:19:00.967111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.969 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.967111000 to 2020-07-27 17:19:00.968111000 17:19:00.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.970000000, lastModified=2020-07-27 17:19:00.969111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.970000000, lastModified=2020-07-27 17:19:00.969111000, delta=889000 ns, racy<=2502500 ns 17:19:00.970 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.971000000, lastModified=2020-07-27 17:19:00.970111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.971000000, lastModified=2020-07-27 17:19:00.970111000, delta=889000 ns, racy<=2502500 ns 17:19:00.971 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.971000000, lastModified=2020-07-27 17:19:00.970111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.970111000 to 2020-07-27 17:19:00.971111000 17:19:00.972 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.972000000, lastModified=2020-07-27 17:19:00.971111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.973 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.971111000 to 2020-07-27 17:19:00.972111000 17:19:00.974 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.974000000, lastModified=2020-07-27 17:19:00.973111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.973111000 to 2020-07-27 17:19:00.974111000 17:19:00.975 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.975000000, lastModified=2020-07-27 17:19:00.974111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.975000000, lastModified=2020-07-27 17:19:00.974111000, delta=889000 ns, racy<=2502500 ns 17:19:00.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.976 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.976000000, lastModified=2020-07-27 17:19:00.975111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.975111000 to 2020-07-27 17:19:00.976111000 17:19:00.977 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.977000000, lastModified=2020-07-27 17:19:00.976111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.977000000, lastModified=2020-07-27 17:19:00.976111000, delta=889000 ns, racy<=2502500 ns 17:19:00.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.978000000, lastModified=2020-07-27 17:19:00.977111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.978000000, lastModified=2020-07-27 17:19:00.977111000, delta=889000 ns, racy<=2502500 ns 17:19:00.978 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.979 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.979000000, lastModified=2020-07-27 17:19:00.978111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.978111000 to 2020-07-27 17:19:00.979111000 17:19:00.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.980000000, lastModified=2020-07-27 17:19:00.979111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.980 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.980000000, lastModified=2020-07-27 17:19:00.979111000, delta=889000 ns, racy<=2502500 ns 17:19:00.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.981 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.981000000, lastModified=2020-07-27 17:19:00.980111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.980111000 to 2020-07-27 17:19:00.981111000 17:19:00.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.982000000, lastModified=2020-07-27 17:19:00.981111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.982 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.982000000, lastModified=2020-07-27 17:19:00.981111000, delta=889000 ns, racy<=2502500 ns 17:19:00.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.983000000, lastModified=2020-07-27 17:19:00.982111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.983000000, lastModified=2020-07-27 17:19:00.982111000, delta=889000 ns, racy<=2502500 ns 17:19:00.983 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.984000000, lastModified=2020-07-27 17:19:00.982111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.982111000 to 2020-07-27 17:19:00.983111000 17:19:00.984 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.984000000, lastModified=2020-07-27 17:19:00.983111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.985 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.983111000 to 2020-07-27 17:19:00.984111000 17:19:00.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.986000000, lastModified=2020-07-27 17:19:00.984111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.986 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.984111000 to 2020-07-27 17:19:00.985111000 17:19:00.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.987000000, lastModified=2020-07-27 17:19:00.986111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.987000000, lastModified=2020-07-27 17:19:00.986111000, delta=889000 ns, racy<=2502500 ns 17:19:00.987 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.988 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.988000000, lastModified=2020-07-27 17:19:00.987111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.987111000 to 2020-07-27 17:19:00.988111000 17:19:00.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.989000000, lastModified=2020-07-27 17:19:00.988111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.989000000, lastModified=2020-07-27 17:19:00.988111000, delta=889000 ns, racy<=2502500 ns 17:19:00.989 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.990000000, lastModified=2020-07-27 17:19:00.989111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.990000000, lastModified=2020-07-27 17:19:00.989111000, delta=889000 ns, racy<=2502500 ns 17:19:00.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.990 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.990000000, lastModified=2020-07-27 17:19:00.989111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.991 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.989111000 to 2020-07-27 17:19:00.990111000 17:19:00.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.992000000, lastModified=2020-07-27 17:19:00.991111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.992000000, lastModified=2020-07-27 17:19:00.991111000, delta=889000 ns, racy<=2502500 ns 17:19:00.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.992 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.992000000, lastModified=2020-07-27 17:19:00.991111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.992000000, lastModified=2020-07-27 17:19:00.991111000, delta=889000 ns, racy<=2502500 ns 17:19:00.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.993000000, lastModified=2020-07-27 17:19:00.992111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.993000000, lastModified=2020-07-27 17:19:00.992111000, delta=889000 ns, racy<=2502500 ns 17:19:00.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.993 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.993000000, lastModified=2020-07-27 17:19:00.992111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.992111000 to 2020-07-27 17:19:00.993111000 17:19:00.994 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.994000000, lastModified=2020-07-27 17:19:00.993111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.995 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.993111000 to 2020-07-27 17:19:00.994111000 17:19:00.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.996000000, lastModified=2020-07-27 17:19:00.995111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.996000000, lastModified=2020-07-27 17:19:00.995111000, delta=889000 ns, racy<=2502500 ns 17:19:00.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.996 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.996000000, lastModified=2020-07-27 17:19:00.995111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.995111000 to 2020-07-27 17:19:00.996111000 17:19:00.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.997000000, lastModified=2020-07-27 17:19:00.996111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.997000000, lastModified=2020-07-27 17:19:00.996111000, delta=889000 ns, racy<=2502500 ns 17:19:00.997 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.998 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.998000000, lastModified=2020-07-27 17:19:00.996111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.996111000 to 2020-07-27 17:19:00.997111000 17:19:00.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.999000000, lastModified=2020-07-27 17:19:00.998111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:00.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:00.999000000, lastModified=2020-07-27 17:19:00.998111000, delta=889000 ns, racy<=2502500 ns 17:19:00.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:00.999 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:00.999000000, lastModified=2020-07-27 17:19:00.998111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.000 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:00.998111000 to 2020-07-27 17:19:00.999111000 17:19:01.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.001000000, lastModified=2020-07-27 17:19:01.000111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.001000000, lastModified=2020-07-27 17:19:01.000111000, delta=889000 ns, racy<=2502500 ns 17:19:01.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.001 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.001000000, lastModified=2020-07-27 17:19:01.000111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.002 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.000111000 to 2020-07-27 17:19:01.001111000 17:19:01.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.003000000, lastModified=2020-07-27 17:19:01.002111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.003000000, lastModified=2020-07-27 17:19:01.002111000, delta=889000 ns, racy<=2502500 ns 17:19:01.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.003 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.003000000, lastModified=2020-07-27 17:19:01.002111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.003000000, lastModified=2020-07-27 17:19:01.002111000, delta=889000 ns, racy<=2502500 ns 17:19:01.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.004 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.004000000, lastModified=2020-07-27 17:19:01.003111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.003111000 to 2020-07-27 17:19:01.004111000 17:19:01.005 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.005000000, lastModified=2020-07-27 17:19:01.004111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.005000000, lastModified=2020-07-27 17:19:01.004111000, delta=889000 ns, racy<=2502500 ns 17:19:01.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.006 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.006000000, lastModified=2020-07-27 17:19:01.005111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.005111000 to 2020-07-27 17:19:01.006111000 17:19:01.007 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.007000000, lastModified=2020-07-27 17:19:01.006111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.007000000, lastModified=2020-07-27 17:19:01.006111000, delta=889000 ns, racy<=2502500 ns 17:19:01.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.008000000, lastModified=2020-07-27 17:19:01.007111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.008000000, lastModified=2020-07-27 17:19:01.007111000, delta=889000 ns, racy<=2502500 ns 17:19:01.008 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.009000000, lastModified=2020-07-27 17:19:01.007111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.007111000 to 2020-07-27 17:19:01.008111000 17:19:01.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.009000000, lastModified=2020-07-27 17:19:01.008111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.009 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.009000000, lastModified=2020-07-27 17:19:01.008111000, delta=889000 ns, racy<=2502500 ns 17:19:01.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.010000000, lastModified=2020-07-27 17:19:01.009111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.010000000, lastModified=2020-07-27 17:19:01.009111000, delta=889000 ns, racy<=2502500 ns 17:19:01.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.010 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.010000000, lastModified=2020-07-27 17:19:01.009111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.011 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.009111000 to 2020-07-27 17:19:01.010111000 17:19:01.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.012000000, lastModified=2020-07-27 17:19:01.011111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.012000000, lastModified=2020-07-27 17:19:01.011111000, delta=889000 ns, racy<=2502500 ns 17:19:01.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.012 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.012000000, lastModified=2020-07-27 17:19:01.011111000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.013 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.011111000 to 2020-07-27 17:19:01.012111000 17:19:01.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.014000000, lastModified=2020-07-27 17:19:01.013112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.014000000, lastModified=2020-07-27 17:19:01.013112000, delta=888000 ns, racy<=2502500 ns 17:19:01.014 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.015000000, lastModified=2020-07-27 17:19:01.013112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.013112000 to 2020-07-27 17:19:01.014112000 17:19:01.015 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.015000000, lastModified=2020-07-27 17:19:01.014112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.014112000 to 2020-07-27 17:19:01.015112000 17:19:01.016 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.016000000, lastModified=2020-07-27 17:19:01.015112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.015112000 to 2020-07-27 17:19:01.016112000 17:19:01.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.017000000, lastModified=2020-07-27 17:19:01.016112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.017000000, lastModified=2020-07-27 17:19:01.016112000, delta=888000 ns, racy<=2502500 ns 17:19:01.017 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.018000000, lastModified=2020-07-27 17:19:01.017112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.018000000, lastModified=2020-07-27 17:19:01.017112000, delta=888000 ns, racy<=2502500 ns 17:19:01.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.018 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.018000000, lastModified=2020-07-27 17:19:01.017112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.017112000 to 2020-07-27 17:19:01.018112000 17:19:01.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.020000000, lastModified=2020-07-27 17:19:01.019112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.020000000, lastModified=2020-07-27 17:19:01.019112000, delta=888000 ns, racy<=2502500 ns 17:19:01.020 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.021 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.021000000, lastModified=2020-07-27 17:19:01.020112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.020112000 to 2020-07-27 17:19:01.021112000 17:19:01.022 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.022000000, lastModified=2020-07-27 17:19:01.021112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.021112000 to 2020-07-27 17:19:01.022112000 17:19:01.023 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.023000000, lastModified=2020-07-27 17:19:01.022112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.024 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.022112000 to 2020-07-27 17:19:01.023112000 17:19:01.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.024000000, lastModified=2020-07-27 17:19:01.023112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.023112000 to 2020-07-27 17:19:01.024112000 17:19:01.025 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.025000000, lastModified=2020-07-27 17:19:01.024112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.026 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.024112000 to 2020-07-27 17:19:01.025112000 17:19:01.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.027000000, lastModified=2020-07-27 17:19:01.025112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.025112000 to 2020-07-27 17:19:01.026112000 17:19:01.027 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.027000000, lastModified=2020-07-27 17:19:01.026112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.026112000 to 2020-07-27 17:19:01.027112000 17:19:01.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.028000000, lastModified=2020-07-27 17:19:01.027112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.028000000, lastModified=2020-07-27 17:19:01.027112000, delta=888000 ns, racy<=2502500 ns 17:19:01.028 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.029000000, lastModified=2020-07-27 17:19:01.028112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.029000000, lastModified=2020-07-27 17:19:01.028112000, delta=888000 ns, racy<=2502500 ns 17:19:01.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.029 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.029000000, lastModified=2020-07-27 17:19:01.028112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.030 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.028112000 to 2020-07-27 17:19:01.029112000 17:19:01.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.031000000, lastModified=2020-07-27 17:19:01.030112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.031000000, lastModified=2020-07-27 17:19:01.030112000, delta=888000 ns, racy<=2502500 ns 17:19:01.031 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.032000000, lastModified=2020-07-27 17:19:01.030112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.030112000 to 2020-07-27 17:19:01.031112000 17:19:01.032 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.032000000, lastModified=2020-07-27 17:19:01.031112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.033 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.031112000 to 2020-07-27 17:19:01.032112000 17:19:01.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.034000000, lastModified=2020-07-27 17:19:01.033112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.034000000, lastModified=2020-07-27 17:19:01.033112000, delta=888000 ns, racy<=2502500 ns 17:19:01.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.034 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.034000000, lastModified=2020-07-27 17:19:01.033112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.033112000 to 2020-07-27 17:19:01.034112000 17:19:01.035 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.035000000, lastModified=2020-07-27 17:19:01.034112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.036 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.034112000 to 2020-07-27 17:19:01.035112000 17:19:01.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.037000000, lastModified=2020-07-27 17:19:01.036112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.037000000, lastModified=2020-07-27 17:19:01.036112000, delta=888000 ns, racy<=2502500 ns 17:19:01.037 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.038 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.038000000, lastModified=2020-07-27 17:19:01.037112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.038000000, lastModified=2020-07-27 17:19:01.037112000, delta=888000 ns, racy<=2502500 ns 17:19:01.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.039000000, lastModified=2020-07-27 17:19:01.038112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.039000000, lastModified=2020-07-27 17:19:01.038112000, delta=888000 ns, racy<=2502500 ns 17:19:01.039 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.040000000, lastModified=2020-07-27 17:19:01.038112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.040 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.038112000 to 2020-07-27 17:19:01.039112000 17:19:01.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.041000000, lastModified=2020-07-27 17:19:01.040112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.041 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.041000000, lastModified=2020-07-27 17:19:01.040112000, delta=888000 ns, racy<=2502500 ns 17:19:01.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.042 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.042000000, lastModified=2020-07-27 17:19:01.041112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.041112000 to 2020-07-27 17:19:01.042112000 17:19:01.043 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.043000000, lastModified=2020-07-27 17:19:01.042112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.042112000 to 2020-07-27 17:19:01.043112000 17:19:01.044 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.044000000, lastModified=2020-07-27 17:19:01.043112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.045 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.043112000 to 2020-07-27 17:19:01.044112000 17:19:01.046 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.046000000, lastModified=2020-07-27 17:19:01.045112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.046 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.046000000, lastModified=2020-07-27 17:19:01.045112000, delta=888000 ns, racy<=2502500 ns 17:19:01.046 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.047 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.047000000, lastModified=2020-07-27 17:19:01.045112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.047 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.045112000 to 2020-07-27 17:19:01.046112000 17:19:01.047 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.047000000, lastModified=2020-07-27 17:19:01.046112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.048 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.046112000 to 2020-07-27 17:19:01.047112000 17:19:01.049 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.049000000, lastModified=2020-07-27 17:19:01.047112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.049 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.047112000 to 2020-07-27 17:19:01.048112000 17:19:01.049 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.049000000, lastModified=2020-07-27 17:19:01.048112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.049000000, lastModified=2020-07-27 17:19:01.048112000, delta=888000 ns, racy<=2502500 ns 17:19:01.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.050 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.050000000, lastModified=2020-07-27 17:19:01.049112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.049112000 to 2020-07-27 17:19:01.050112000 17:19:01.051 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.051000000, lastModified=2020-07-27 17:19:01.050112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.050112000 to 2020-07-27 17:19:01.051112000 17:19:01.052 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.052000000, lastModified=2020-07-27 17:19:01.051112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.052000000, lastModified=2020-07-27 17:19:01.051112000, delta=888000 ns, racy<=2502500 ns 17:19:01.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.053000000, lastModified=2020-07-27 17:19:01.052112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.053000000, lastModified=2020-07-27 17:19:01.052112000, delta=888000 ns, racy<=2502500 ns 17:19:01.053 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.054 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.054000000, lastModified=2020-07-27 17:19:01.053112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.053112000 to 2020-07-27 17:19:01.054112000 17:19:01.055 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.055000000, lastModified=2020-07-27 17:19:01.054112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.055000000, lastModified=2020-07-27 17:19:01.054112000, delta=888000 ns, racy<=2502500 ns 17:19:01.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.056000000, lastModified=2020-07-27 17:19:01.055112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.056000000, lastModified=2020-07-27 17:19:01.055112000, delta=888000 ns, racy<=2502500 ns 17:19:01.056 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.057000000, lastModified=2020-07-27 17:19:01.055112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.057 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.055112000 to 2020-07-27 17:19:01.056112000 17:19:01.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.058000000, lastModified=2020-07-27 17:19:01.057112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.058000000, lastModified=2020-07-27 17:19:01.057112000, delta=888000 ns, racy<=2502500 ns 17:19:01.058 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.059000000, lastModified=2020-07-27 17:19:01.057112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.059 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.057112000 to 2020-07-27 17:19:01.058112000 17:19:01.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.060000000, lastModified=2020-07-27 17:19:01.059112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.060000000, lastModified=2020-07-27 17:19:01.059112000, delta=888000 ns, racy<=2502500 ns 17:19:01.060 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.061000000, lastModified=2020-07-27 17:19:01.060112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.061000000, lastModified=2020-07-27 17:19:01.060112000, delta=888000 ns, racy<=2502500 ns 17:19:01.061 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.062000000, lastModified=2020-07-27 17:19:01.060112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.062 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.060112000 to 2020-07-27 17:19:01.061112000 17:19:01.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.063000000, lastModified=2020-07-27 17:19:01.062112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.063000000, lastModified=2020-07-27 17:19:01.062112000, delta=888000 ns, racy<=2502500 ns 17:19:01.063 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.064000000, lastModified=2020-07-27 17:19:01.063112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.064000000, lastModified=2020-07-27 17:19:01.063112000, delta=888000 ns, racy<=2502500 ns 17:19:01.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.064 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.064000000, lastModified=2020-07-27 17:19:01.063112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.065 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.063112000 to 2020-07-27 17:19:01.064112000 17:19:01.066 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.066000000, lastModified=2020-07-27 17:19:01.065112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.065112000 to 2020-07-27 17:19:01.066112000 17:19:01.067 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.067000000, lastModified=2020-07-27 17:19:01.066112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.066112000 to 2020-07-27 17:19:01.067112000 17:19:01.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.068000000, lastModified=2020-07-27 17:19:01.067112000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.068000000, lastModified=2020-07-27 17:19:01.067112000, delta=888000 ns, racy<=2502500 ns 17:19:01.068 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.069000000, lastModified=2020-07-27 17:19:01.068113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.069000000, lastModified=2020-07-27 17:19:01.068113000, delta=887000 ns, racy<=2502500 ns 17:19:01.069 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.070000000, lastModified=2020-07-27 17:19:01.068113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.068113000 to 2020-07-27 17:19:01.069113000 17:19:01.070 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.070000000, lastModified=2020-07-27 17:19:01.069113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.069113000 to 2020-07-27 17:19:01.070113000 17:19:01.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.071000000, lastModified=2020-07-27 17:19:01.070113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.071000000, lastModified=2020-07-27 17:19:01.070113000, delta=887000 ns, racy<=2502500 ns 17:19:01.071 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.072000000, lastModified=2020-07-27 17:19:01.071113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.072000000, lastModified=2020-07-27 17:19:01.071113000, delta=887000 ns, racy<=2502500 ns 17:19:01.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.072 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.072000000, lastModified=2020-07-27 17:19:01.071113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.071113000 to 2020-07-27 17:19:01.072113000 17:19:01.073 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.073000000, lastModified=2020-07-27 17:19:01.072113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.074 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.072113000 to 2020-07-27 17:19:01.073113000 17:19:01.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.075000000, lastModified=2020-07-27 17:19:01.074113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.075000000, lastModified=2020-07-27 17:19:01.074113000, delta=887000 ns, racy<=2502500 ns 17:19:01.075 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.076000000, lastModified=2020-07-27 17:19:01.075113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.076000000, lastModified=2020-07-27 17:19:01.075113000, delta=887000 ns, racy<=2502500 ns 17:19:01.076 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.077 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.077000000, lastModified=2020-07-27 17:19:01.076113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.077 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.077000000, lastModified=2020-07-27 17:19:01.076113000, delta=887000 ns, racy<=2502500 ns 17:19:01.077 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.078 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.078000000, lastModified=2020-07-27 17:19:01.077113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.079 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.077113000 to 2020-07-27 17:19:01.078113000 17:19:01.079 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.079000000, lastModified=2020-07-27 17:19:01.078113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.079 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.079000000, lastModified=2020-07-27 17:19:01.078113000, delta=887000 ns, racy<=2502500 ns 17:19:01.079 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.080 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.080000000, lastModified=2020-07-27 17:19:01.079113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.080 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.080000000, lastModified=2020-07-27 17:19:01.079113000, delta=887000 ns, racy<=2502500 ns 17:19:01.080 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.080 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.080000000, lastModified=2020-07-27 17:19:01.079113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.081 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.079113000 to 2020-07-27 17:19:01.080113000 17:19:01.082 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.082000000, lastModified=2020-07-27 17:19:01.080113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.082 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.080113000 to 2020-07-27 17:19:01.081113000 17:19:01.082 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.082000000, lastModified=2020-07-27 17:19:01.081113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.081113000 to 2020-07-27 17:19:01.082113000 17:19:01.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.083000000, lastModified=2020-07-27 17:19:01.082113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.083000000, lastModified=2020-07-27 17:19:01.082113000, delta=887000 ns, racy<=2502500 ns 17:19:01.083 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.084 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.084000000, lastModified=2020-07-27 17:19:01.083113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.084 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.084000000, lastModified=2020-07-27 17:19:01.083113000, delta=887000 ns, racy<=2502500 ns 17:19:01.084 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.085 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.085000000, lastModified=2020-07-27 17:19:01.084113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.086 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.084113000 to 2020-07-27 17:19:01.085113000 17:19:01.087 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.087000000, lastModified=2020-07-27 17:19:01.086113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.087 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.087000000, lastModified=2020-07-27 17:19:01.086113000, delta=887000 ns, racy<=2502500 ns 17:19:01.087 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.088 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.088000000, lastModified=2020-07-27 17:19:01.087113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.089 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.087113000 to 2020-07-27 17:19:01.088113000 17:19:01.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.090000000, lastModified=2020-07-27 17:19:01.089113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.090000000, lastModified=2020-07-27 17:19:01.089113000, delta=887000 ns, racy<=2502500 ns 17:19:01.090 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.091000000, lastModified=2020-07-27 17:19:01.090113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.091000000, lastModified=2020-07-27 17:19:01.090113000, delta=887000 ns, racy<=2502500 ns 17:19:01.091 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.092 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.092000000, lastModified=2020-07-27 17:19:01.091113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.092 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.092000000, lastModified=2020-07-27 17:19:01.091113000, delta=887000 ns, racy<=2502500 ns 17:19:01.092 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.092 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.092000000, lastModified=2020-07-27 17:19:01.091113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.093 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.091113000 to 2020-07-27 17:19:01.092113000 17:19:01.093 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.093000000, lastModified=2020-07-27 17:19:01.092113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.093 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.093000000, lastModified=2020-07-27 17:19:01.092113000, delta=887000 ns, racy<=2502500 ns 17:19:01.093 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.094000000, lastModified=2020-07-27 17:19:01.092113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.092113000 to 2020-07-27 17:19:01.093113000 17:19:01.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.094000000, lastModified=2020-07-27 17:19:01.093113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.094000000, lastModified=2020-07-27 17:19:01.093113000, delta=887000 ns, racy<=2502500 ns 17:19:01.094 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.095 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.095000000, lastModified=2020-07-27 17:19:01.094113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.095 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.095000000, lastModified=2020-07-27 17:19:01.094113000, delta=887000 ns, racy<=2502500 ns 17:19:01.095 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.095 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.095000000, lastModified=2020-07-27 17:19:01.094113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.096 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.094113000 to 2020-07-27 17:19:01.095113000 17:19:01.097 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.097000000, lastModified=2020-07-27 17:19:01.096113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.098 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.097000000, lastModified=2020-07-27 17:19:01.096113000, delta=887000 ns, racy<=2502500 ns 17:19:01.098 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.098 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.098000000, lastModified=2020-07-27 17:19:01.097113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.099 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.097113000 to 2020-07-27 17:19:01.098113000 17:19:01.100 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.100000000, lastModified=2020-07-27 17:19:01.098113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.100 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.098113000 to 2020-07-27 17:19:01.099113000 17:19:01.100 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.100000000, lastModified=2020-07-27 17:19:01.099113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.101 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.099113000 to 2020-07-27 17:19:01.100113000 17:19:01.101 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.101000000, lastModified=2020-07-27 17:19:01.100113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.100113000 to 2020-07-27 17:19:01.106113000 17:19:01.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.107000000, lastModified=2020-07-27 17:19:01.106113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.107000000, lastModified=2020-07-27 17:19:01.106113000, delta=887000 ns, racy<=2502500 ns 17:19:01.107 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.108000000, lastModified=2020-07-27 17:19:01.107113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.108000000, lastModified=2020-07-27 17:19:01.107113000, delta=887000 ns, racy<=2502500 ns 17:19:01.108 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.109 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.109000000, lastModified=2020-07-27 17:19:01.108113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.108113000 to 2020-07-27 17:19:01.109113000 17:19:01.110 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.110000000, lastModified=2020-07-27 17:19:01.109113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.111 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.109113000 to 2020-07-27 17:19:01.110113000 17:19:01.111 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.111000000, lastModified=2020-07-27 17:19:01.110113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.111000000, lastModified=2020-07-27 17:19:01.110113000, delta=887000 ns, racy<=2502500 ns 17:19:01.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.112 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.112000000, lastModified=2020-07-27 17:19:01.111113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.111113000 to 2020-07-27 17:19:01.112113000 17:19:01.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.113000000, lastModified=2020-07-27 17:19:01.112113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.113000000, lastModified=2020-07-27 17:19:01.112113000, delta=887000 ns, racy<=2502500 ns 17:19:01.113 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.114000000, lastModified=2020-07-27 17:19:01.113113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.114000000, lastModified=2020-07-27 17:19:01.113113000, delta=887000 ns, racy<=2502500 ns 17:19:01.114 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.115000000, lastModified=2020-07-27 17:19:01.114113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.115000000, lastModified=2020-07-27 17:19:01.114113000, delta=887000 ns, racy<=2502500 ns 17:19:01.115 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.115000000, lastModified=2020-07-27 17:19:01.114113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.114113000 to 2020-07-27 17:19:01.115113000 17:19:01.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.116000000, lastModified=2020-07-27 17:19:01.115113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.116000000, lastModified=2020-07-27 17:19:01.115113000, delta=887000 ns, racy<=2502500 ns 17:19:01.116 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.117000000, lastModified=2020-07-27 17:19:01.116113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.117000000, lastModified=2020-07-27 17:19:01.116113000, delta=887000 ns, racy<=2502500 ns 17:19:01.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.117 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.117000000, lastModified=2020-07-27 17:19:01.116113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.116113000 to 2020-07-27 17:19:01.117113000 17:19:01.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.118000000, lastModified=2020-07-27 17:19:01.117113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.118000000, lastModified=2020-07-27 17:19:01.117113000, delta=887000 ns, racy<=2502500 ns 17:19:01.118 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.119000000, lastModified=2020-07-27 17:19:01.118113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.119000000, lastModified=2020-07-27 17:19:01.118113000, delta=887000 ns, racy<=2502500 ns 17:19:01.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.119 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.119000000, lastModified=2020-07-27 17:19:01.118113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.120 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.118113000 to 2020-07-27 17:19:01.119113000 17:19:01.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.121000000, lastModified=2020-07-27 17:19:01.120113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.121000000, lastModified=2020-07-27 17:19:01.120113000, delta=887000 ns, racy<=2502500 ns 17:19:01.121 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.122000000, lastModified=2020-07-27 17:19:01.121113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.122000000, lastModified=2020-07-27 17:19:01.121113000, delta=887000 ns, racy<=2502500 ns 17:19:01.122 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.123 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.123000000, lastModified=2020-07-27 17:19:01.122113000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.124 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.122113000 to 2020-07-27 17:19:01.123114000 17:19:01.125 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.125000000, lastModified=2020-07-27 17:19:01.124114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.125000000, lastModified=2020-07-27 17:19:01.124114000, delta=886000 ns, racy<=2502500 ns 17:19:01.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.126 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.126000000, lastModified=2020-07-27 17:19:01.125114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.125114000 to 2020-07-27 17:19:01.126114000 17:19:01.127 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.127000000, lastModified=2020-07-27 17:19:01.126114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.128 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.126114000 to 2020-07-27 17:19:01.127114000 17:19:01.128 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.128000000, lastModified=2020-07-27 17:19:01.127114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.127114000 to 2020-07-27 17:19:01.128114000 17:19:01.129 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.129000000, lastModified=2020-07-27 17:19:01.128114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.129000000, lastModified=2020-07-27 17:19:01.128114000, delta=886000 ns, racy<=2502500 ns 17:19:01.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.130 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.130000000, lastModified=2020-07-27 17:19:01.129114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.130000000, lastModified=2020-07-27 17:19:01.129114000, delta=886000 ns, racy<=2502500 ns 17:19:01.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.131 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.131000000, lastModified=2020-07-27 17:19:01.130114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.132 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.130114000 to 2020-07-27 17:19:01.131114000 17:19:01.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.133000000, lastModified=2020-07-27 17:19:01.132114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.133000000, lastModified=2020-07-27 17:19:01.132114000, delta=886000 ns, racy<=2502500 ns 17:19:01.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.133 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.133000000, lastModified=2020-07-27 17:19:01.132114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.132114000 to 2020-07-27 17:19:01.133114000 17:19:01.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.135000000, lastModified=2020-07-27 17:19:01.134114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.135000000, lastModified=2020-07-27 17:19:01.134114000, delta=886000 ns, racy<=2502500 ns 17:19:01.135 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.136000000, lastModified=2020-07-27 17:19:01.134114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.136 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.134114000 to 2020-07-27 17:19:01.135114000 17:19:01.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.137000000, lastModified=2020-07-27 17:19:01.136114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.137000000, lastModified=2020-07-27 17:19:01.136114000, delta=886000 ns, racy<=2502500 ns 17:19:01.137 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.138000000, lastModified=2020-07-27 17:19:01.136114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.138 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.136114000 to 2020-07-27 17:19:01.137114000 17:19:01.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.139000000, lastModified=2020-07-27 17:19:01.138114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.139000000, lastModified=2020-07-27 17:19:01.138114000, delta=886000 ns, racy<=2502500 ns 17:19:01.139 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.140000000, lastModified=2020-07-27 17:19:01.139114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.140000000, lastModified=2020-07-27 17:19:01.139114000, delta=886000 ns, racy<=2502500 ns 17:19:01.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.140 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.140000000, lastModified=2020-07-27 17:19:01.139114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.139114000 to 2020-07-27 17:19:01.140114000 17:19:01.141 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.141000000, lastModified=2020-07-27 17:19:01.140114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.141000000, lastModified=2020-07-27 17:19:01.140114000, delta=886000 ns, racy<=2502500 ns 17:19:01.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.142000000, lastModified=2020-07-27 17:19:01.141114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.142000000, lastModified=2020-07-27 17:19:01.141114000, delta=886000 ns, racy<=2502500 ns 17:19:01.142 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.143000000, lastModified=2020-07-27 17:19:01.141114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.141114000 to 2020-07-27 17:19:01.142114000 17:19:01.143 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.143000000, lastModified=2020-07-27 17:19:01.142114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.142114000 to 2020-07-27 17:19:01.143114000 17:19:01.144 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.144000000, lastModified=2020-07-27 17:19:01.143114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.145 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.143114000 to 2020-07-27 17:19:01.144114000 17:19:01.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.146000000, lastModified=2020-07-27 17:19:01.144114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.144114000 to 2020-07-27 17:19:01.145114000 17:19:01.146 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.146000000, lastModified=2020-07-27 17:19:01.145114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.145114000 to 2020-07-27 17:19:01.146114000 17:19:01.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.147000000, lastModified=2020-07-27 17:19:01.146114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.147000000, lastModified=2020-07-27 17:19:01.146114000, delta=886000 ns, racy<=2502500 ns 17:19:01.147 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.148000000, lastModified=2020-07-27 17:19:01.147114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.148000000, lastModified=2020-07-27 17:19:01.147114000, delta=886000 ns, racy<=2502500 ns 17:19:01.148 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.149000000, lastModified=2020-07-27 17:19:01.148114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.149000000, lastModified=2020-07-27 17:19:01.148114000, delta=886000 ns, racy<=2502500 ns 17:19:01.149 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.151 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.151000000, lastModified=2020-07-27 17:19:01.150114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.150114000 to 2020-07-27 17:19:01.151114000 17:19:01.152 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.152000000, lastModified=2020-07-27 17:19:01.151114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.151114000 to 2020-07-27 17:19:01.152114000 17:19:01.153 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.153000000, lastModified=2020-07-27 17:19:01.152114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.154 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.152114000 to 2020-07-27 17:19:01.153114000 17:19:01.155 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.154000000, lastModified=2020-07-27 17:19:01.153114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.153114000 to 2020-07-27 17:19:01.154114000 17:19:01.156 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.156000000, lastModified=2020-07-27 17:19:01.155114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.155114000 to 2020-07-27 17:19:01.156114000 17:19:01.157 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.157000000, lastModified=2020-07-27 17:19:01.156114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.156114000 to 2020-07-27 17:19:01.157114000 17:19:01.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.158000000, lastModified=2020-07-27 17:19:01.157114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.158000000, lastModified=2020-07-27 17:19:01.157114000, delta=886000 ns, racy<=2502500 ns 17:19:01.158 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.159 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.159000000, lastModified=2020-07-27 17:19:01.158114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.158114000 to 2020-07-27 17:19:01.159114000 17:19:01.160 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.160000000, lastModified=2020-07-27 17:19:01.159114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.160000000, lastModified=2020-07-27 17:19:01.159114000, delta=886000 ns, racy<=2502500 ns 17:19:01.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.161000000, lastModified=2020-07-27 17:19:01.160114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.161000000, lastModified=2020-07-27 17:19:01.160114000, delta=886000 ns, racy<=2502500 ns 17:19:01.161 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.162 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.162000000, lastModified=2020-07-27 17:19:01.161114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.162000000, lastModified=2020-07-27 17:19:01.161114000, delta=886000 ns, racy<=2502500 ns 17:19:01.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.163000000, lastModified=2020-07-27 17:19:01.162114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.163000000, lastModified=2020-07-27 17:19:01.162114000, delta=886000 ns, racy<=2502500 ns 17:19:01.163 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.164 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.164000000, lastModified=2020-07-27 17:19:01.163114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.164000000, lastModified=2020-07-27 17:19:01.163114000, delta=886000 ns, racy<=2502500 ns 17:19:01.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.165000000, lastModified=2020-07-27 17:19:01.164114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.165000000, lastModified=2020-07-27 17:19:01.164114000, delta=886000 ns, racy<=2502500 ns 17:19:01.165 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.166000000, lastModified=2020-07-27 17:19:01.165114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.166000000, lastModified=2020-07-27 17:19:01.165114000, delta=886000 ns, racy<=2502500 ns 17:19:01.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.166 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.166000000, lastModified=2020-07-27 17:19:01.165114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.167 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.165114000 to 2020-07-27 17:19:01.166114000 17:19:01.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.168000000, lastModified=2020-07-27 17:19:01.167114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.168000000, lastModified=2020-07-27 17:19:01.167114000, delta=886000 ns, racy<=2502500 ns 17:19:01.168 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.169000000, lastModified=2020-07-27 17:19:01.167114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.169 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.167114000 to 2020-07-27 17:19:01.168114000 17:19:01.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.170000000, lastModified=2020-07-27 17:19:01.169114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.170000000, lastModified=2020-07-27 17:19:01.169114000, delta=886000 ns, racy<=2502500 ns 17:19:01.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.170 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.170000000, lastModified=2020-07-27 17:19:01.169114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.171 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.169114000 to 2020-07-27 17:19:01.170114000 17:19:01.171 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.171000000, lastModified=2020-07-27 17:19:01.170114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.172 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.170114000 to 2020-07-27 17:19:01.171114000 17:19:01.173 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.172000000, lastModified=2020-07-27 17:19:01.171114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.173 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.171114000 to 2020-07-27 17:19:01.172114000 17:19:01.173 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.173000000, lastModified=2020-07-27 17:19:01.172114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.174 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.172114000 to 2020-07-27 17:19:01.173114000 17:19:01.174 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.174000000, lastModified=2020-07-27 17:19:01.173114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.175 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.173114000 to 2020-07-27 17:19:01.174114000 17:19:01.176 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.176000000, lastModified=2020-07-27 17:19:01.175114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.176 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.176000000, lastModified=2020-07-27 17:19:01.175114000, delta=886000 ns, racy<=2502500 ns 17:19:01.176 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.176 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.176000000, lastModified=2020-07-27 17:19:01.175114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.177 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.175114000 to 2020-07-27 17:19:01.176114000 17:19:01.178 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.178000000, lastModified=2020-07-27 17:19:01.177114000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.178 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.178000000, lastModified=2020-07-27 17:19:01.177114000, delta=886000 ns, racy<=2502500 ns 17:19:01.178 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.179 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.179000000, lastModified=2020-07-27 17:19:01.178115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.180 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.179000000, lastModified=2020-07-27 17:19:01.178115000, delta=885000 ns, racy<=2502500 ns 17:19:01.180 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.180 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.180000000, lastModified=2020-07-27 17:19:01.179115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.180 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.180000000, lastModified=2020-07-27 17:19:01.179115000, delta=885000 ns, racy<=2502500 ns 17:19:01.180 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.181 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.181000000, lastModified=2020-07-27 17:19:01.180115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.182 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.181000000, lastModified=2020-07-27 17:19:01.180115000, delta=885000 ns, racy<=2502500 ns 17:19:01.182 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.182 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.182000000, lastModified=2020-07-27 17:19:01.181115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.183 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.182000000, lastModified=2020-07-27 17:19:01.181115000, delta=885000 ns, racy<=2502500 ns 17:19:01.183 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.183 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.183000000, lastModified=2020-07-27 17:19:01.182115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.184 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.182115000 to 2020-07-27 17:19:01.183115000 17:19:01.184 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.184000000, lastModified=2020-07-27 17:19:01.183115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.185 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.183115000 to 2020-07-27 17:19:01.184115000 17:19:01.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.185000000, lastModified=2020-07-27 17:19:01.184115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.184115000 to 2020-07-27 17:19:01.185115000 17:19:01.186 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.186000000, lastModified=2020-07-27 17:19:01.185115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.185115000 to 2020-07-27 17:19:01.186115000 17:19:01.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.187000000, lastModified=2020-07-27 17:19:01.186115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.187000000, lastModified=2020-07-27 17:19:01.186115000, delta=885000 ns, racy<=2502500 ns 17:19:01.187 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.188000000, lastModified=2020-07-27 17:19:01.187115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.188000000, lastModified=2020-07-27 17:19:01.187115000, delta=885000 ns, racy<=2502500 ns 17:19:01.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.188 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.188000000, lastModified=2020-07-27 17:19:01.187115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.187115000 to 2020-07-27 17:19:01.188115000 17:19:01.189 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.189000000, lastModified=2020-07-27 17:19:01.188115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.189000000, lastModified=2020-07-27 17:19:01.188115000, delta=885000 ns, racy<=2502500 ns 17:19:01.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.190000000, lastModified=2020-07-27 17:19:01.189115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.190000000, lastModified=2020-07-27 17:19:01.189115000, delta=885000 ns, racy<=2502500 ns 17:19:01.190 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.191 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.191000000, lastModified=2020-07-27 17:19:01.190115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.190115000 to 2020-07-27 17:19:01.191115000 17:19:01.192 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.192000000, lastModified=2020-07-27 17:19:01.191115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.191115000 to 2020-07-27 17:19:01.192115000 17:19:01.193 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.193000000, lastModified=2020-07-27 17:19:01.192115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.193000000, lastModified=2020-07-27 17:19:01.192115000, delta=885000 ns, racy<=2502500 ns 17:19:01.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.194000000, lastModified=2020-07-27 17:19:01.193115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.194000000, lastModified=2020-07-27 17:19:01.193115000, delta=885000 ns, racy<=2502500 ns 17:19:01.194 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.195000000, lastModified=2020-07-27 17:19:01.193115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.195 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.193115000 to 2020-07-27 17:19:01.194115000 17:19:01.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.196000000, lastModified=2020-07-27 17:19:01.195115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.196000000, lastModified=2020-07-27 17:19:01.195115000, delta=885000 ns, racy<=2502500 ns 17:19:01.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.196 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.196000000, lastModified=2020-07-27 17:19:01.195115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.197 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.195115000 to 2020-07-27 17:19:01.196115000 17:19:01.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.198000000, lastModified=2020-07-27 17:19:01.197115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.198000000, lastModified=2020-07-27 17:19:01.197115000, delta=885000 ns, racy<=2502500 ns 17:19:01.198 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.198000000, lastModified=2020-07-27 17:19:01.197115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.199 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.197115000 to 2020-07-27 17:19:01.198115000 17:19:01.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.200000000, lastModified=2020-07-27 17:19:01.199115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.200000000, lastModified=2020-07-27 17:19:01.199115000, delta=885000 ns, racy<=2502500 ns 17:19:01.200 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.201000000, lastModified=2020-07-27 17:19:01.199115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.199115000 to 2020-07-27 17:19:01.200115000 17:19:01.201 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.201000000, lastModified=2020-07-27 17:19:01.200115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.201000000, lastModified=2020-07-27 17:19:01.200115000, delta=885000 ns, racy<=2502500 ns 17:19:01.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.202000000, lastModified=2020-07-27 17:19:01.201115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.202000000, lastModified=2020-07-27 17:19:01.201115000, delta=885000 ns, racy<=2502500 ns 17:19:01.202 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.203000000, lastModified=2020-07-27 17:19:01.202115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.203000000, lastModified=2020-07-27 17:19:01.202115000, delta=885000 ns, racy<=2502500 ns 17:19:01.203 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.204000000, lastModified=2020-07-27 17:19:01.202115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.204 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.202115000 to 2020-07-27 17:19:01.203115000 17:19:01.205 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.205000000, lastModified=2020-07-27 17:19:01.204115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.205 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.205000000, lastModified=2020-07-27 17:19:01.204115000, delta=885000 ns, racy<=2502500 ns 17:19:01.205 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.206000000, lastModified=2020-07-27 17:19:01.204115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.204115000 to 2020-07-27 17:19:01.205115000 17:19:01.206 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.206000000, lastModified=2020-07-27 17:19:01.205115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.205115000 to 2020-07-27 17:19:01.206115000 17:19:01.207 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.207000000, lastModified=2020-07-27 17:19:01.206115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.206115000 to 2020-07-27 17:19:01.207115000 17:19:01.208 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.208000000, lastModified=2020-07-27 17:19:01.207115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.207115000 to 2020-07-27 17:19:01.208115000 17:19:01.209 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.209000000, lastModified=2020-07-27 17:19:01.208115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.208115000 to 2020-07-27 17:19:01.209115000 17:19:01.210 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.210000000, lastModified=2020-07-27 17:19:01.209115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.209115000 to 2020-07-27 17:19:01.210115000 17:19:01.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.211000000, lastModified=2020-07-27 17:19:01.210115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.211000000, lastModified=2020-07-27 17:19:01.210115000, delta=885000 ns, racy<=2502500 ns 17:19:01.211 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.212 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.212000000, lastModified=2020-07-27 17:19:01.211115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.211115000 to 2020-07-27 17:19:01.212115000 17:19:01.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.213000000, lastModified=2020-07-27 17:19:01.212115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.213000000, lastModified=2020-07-27 17:19:01.212115000, delta=885000 ns, racy<=2502500 ns 17:19:01.213 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.214000000, lastModified=2020-07-27 17:19:01.213115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.214000000, lastModified=2020-07-27 17:19:01.213115000, delta=885000 ns, racy<=2502500 ns 17:19:01.214 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.215000000, lastModified=2020-07-27 17:19:01.214115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.215000000, lastModified=2020-07-27 17:19:01.214115000, delta=885000 ns, racy<=2502500 ns 17:19:01.215 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.216000000, lastModified=2020-07-27 17:19:01.215115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.216000000, lastModified=2020-07-27 17:19:01.215115000, delta=885000 ns, racy<=2502500 ns 17:19:01.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.216 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.216000000, lastModified=2020-07-27 17:19:01.215115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.216000000, lastModified=2020-07-27 17:19:01.215115000, delta=885000 ns, racy<=2502500 ns 17:19:01.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.217000000, lastModified=2020-07-27 17:19:01.216115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.217000000, lastModified=2020-07-27 17:19:01.216115000, delta=885000 ns, racy<=2502500 ns 17:19:01.217 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.218000000, lastModified=2020-07-27 17:19:01.217115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.218000000, lastModified=2020-07-27 17:19:01.217115000, delta=885000 ns, racy<=2502500 ns 17:19:01.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.218 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.218000000, lastModified=2020-07-27 17:19:01.217115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.217115000 to 2020-07-27 17:19:01.218115000 17:19:01.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.219000000, lastModified=2020-07-27 17:19:01.218115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.219000000, lastModified=2020-07-27 17:19:01.218115000, delta=885000 ns, racy<=2502500 ns 17:19:01.219 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.220000000, lastModified=2020-07-27 17:19:01.219115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.220000000, lastModified=2020-07-27 17:19:01.219115000, delta=885000 ns, racy<=2502500 ns 17:19:01.220 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.221000000, lastModified=2020-07-27 17:19:01.219115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.221 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.219115000 to 2020-07-27 17:19:01.220115000 17:19:01.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.222000000, lastModified=2020-07-27 17:19:01.221115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.222000000, lastModified=2020-07-27 17:19:01.221115000, delta=885000 ns, racy<=2502500 ns 17:19:01.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.222 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.222000000, lastModified=2020-07-27 17:19:01.221115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.223 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.221115000 to 2020-07-27 17:19:01.222115000 17:19:01.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.224000000, lastModified=2020-07-27 17:19:01.223115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.224000000, lastModified=2020-07-27 17:19:01.223115000, delta=885000 ns, racy<=2502500 ns 17:19:01.224 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.225 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.225000000, lastModified=2020-07-27 17:19:01.224115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.224115000 to 2020-07-27 17:19:01.225115000 17:19:01.226 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.226000000, lastModified=2020-07-27 17:19:01.225115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.226000000, lastModified=2020-07-27 17:19:01.225115000, delta=885000 ns, racy<=2502500 ns 17:19:01.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.227000000, lastModified=2020-07-27 17:19:01.226115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.227000000, lastModified=2020-07-27 17:19:01.226115000, delta=885000 ns, racy<=2502500 ns 17:19:01.227 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.228 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.228000000, lastModified=2020-07-27 17:19:01.227115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.227115000 to 2020-07-27 17:19:01.228115000 17:19:01.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.229000000, lastModified=2020-07-27 17:19:01.228115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.229000000, lastModified=2020-07-27 17:19:01.228115000, delta=885000 ns, racy<=2502500 ns 17:19:01.229 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.230 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.230000000, lastModified=2020-07-27 17:19:01.229115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.229115000 to 2020-07-27 17:19:01.230115000 17:19:01.231 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.231000000, lastModified=2020-07-27 17:19:01.230115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.230115000 to 2020-07-27 17:19:01.231115000 17:19:01.232 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.232000000, lastModified=2020-07-27 17:19:01.231115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.232000000, lastModified=2020-07-27 17:19:01.231115000, delta=885000 ns, racy<=2502500 ns 17:19:01.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.233000000, lastModified=2020-07-27 17:19:01.232115000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.233000000, lastModified=2020-07-27 17:19:01.232115000, delta=885000 ns, racy<=2502500 ns 17:19:01.233 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.234000000, lastModified=2020-07-27 17:19:01.233116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.234000000, lastModified=2020-07-27 17:19:01.233116000, delta=884000 ns, racy<=2502500 ns 17:19:01.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.234 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.234000000, lastModified=2020-07-27 17:19:01.233116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.233116000 to 2020-07-27 17:19:01.234116000 17:19:01.235 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.235000000, lastModified=2020-07-27 17:19:01.234116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.236 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.234116000 to 2020-07-27 17:19:01.235116000 17:19:01.237 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.237000000, lastModified=2020-07-27 17:19:01.236116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.237000000, lastModified=2020-07-27 17:19:01.236116000, delta=884000 ns, racy<=2502500 ns 17:19:01.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.238 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.238000000, lastModified=2020-07-27 17:19:01.237116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.238000000, lastModified=2020-07-27 17:19:01.237116000, delta=884000 ns, racy<=2502500 ns 17:19:01.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.239 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.239000000, lastModified=2020-07-27 17:19:01.238116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.238116000 to 2020-07-27 17:19:01.239116000 17:19:01.240 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.240000000, lastModified=2020-07-27 17:19:01.239116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.241 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.239116000 to 2020-07-27 17:19:01.240116000 17:19:01.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.242000000, lastModified=2020-07-27 17:19:01.240116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.240116000 to 2020-07-27 17:19:01.241116000 17:19:01.242 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.242000000, lastModified=2020-07-27 17:19:01.241116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.241116000 to 2020-07-27 17:19:01.242116000 17:19:01.243 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.243000000, lastModified=2020-07-27 17:19:01.242116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.243000000, lastModified=2020-07-27 17:19:01.242116000, delta=884000 ns, racy<=2502500 ns 17:19:01.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.244000000, lastModified=2020-07-27 17:19:01.243116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.244000000, lastModified=2020-07-27 17:19:01.243116000, delta=884000 ns, racy<=2502500 ns 17:19:01.244 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.245000000, lastModified=2020-07-27 17:19:01.244116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.245000000, lastModified=2020-07-27 17:19:01.244116000, delta=884000 ns, racy<=2502500 ns 17:19:01.245 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.246000000, lastModified=2020-07-27 17:19:01.244116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.244116000 to 2020-07-27 17:19:01.245116000 17:19:01.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.246000000, lastModified=2020-07-27 17:19:01.245116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.246 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.246000000, lastModified=2020-07-27 17:19:01.245116000, delta=884000 ns, racy<=2502500 ns 17:19:01.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.247000000, lastModified=2020-07-27 17:19:01.246116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.247000000, lastModified=2020-07-27 17:19:01.246116000, delta=884000 ns, racy<=2502500 ns 17:19:01.247 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.248 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.248000000, lastModified=2020-07-27 17:19:01.247116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.248000000, lastModified=2020-07-27 17:19:01.247116000, delta=884000 ns, racy<=2502500 ns 17:19:01.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.249 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.249000000, lastModified=2020-07-27 17:19:01.248116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.248116000 to 2020-07-27 17:19:01.249116000 17:19:01.250 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.250000000, lastModified=2020-07-27 17:19:01.249116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.251 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.249116000 to 2020-07-27 17:19:01.250116000 17:19:01.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.252000000, lastModified=2020-07-27 17:19:01.251116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.252000000, lastModified=2020-07-27 17:19:01.251116000, delta=884000 ns, racy<=2502500 ns 17:19:01.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.252 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.252000000, lastModified=2020-07-27 17:19:01.251116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.253 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.251116000 to 2020-07-27 17:19:01.252116000 17:19:01.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.254000000, lastModified=2020-07-27 17:19:01.253116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.254000000, lastModified=2020-07-27 17:19:01.253116000, delta=884000 ns, racy<=2502500 ns 17:19:01.254 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.255000000, lastModified=2020-07-27 17:19:01.254116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.255000000, lastModified=2020-07-27 17:19:01.254116000, delta=884000 ns, racy<=2502500 ns 17:19:01.255 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.256 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.256000000, lastModified=2020-07-27 17:19:01.255116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.256000000, lastModified=2020-07-27 17:19:01.255116000, delta=884000 ns, racy<=2502500 ns 17:19:01.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.257000000, lastModified=2020-07-27 17:19:01.256116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.257000000, lastModified=2020-07-27 17:19:01.256116000, delta=884000 ns, racy<=2502500 ns 17:19:01.257 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.258000000, lastModified=2020-07-27 17:19:01.257116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.258000000, lastModified=2020-07-27 17:19:01.257116000, delta=884000 ns, racy<=2502500 ns 17:19:01.258 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.259000000, lastModified=2020-07-27 17:19:01.258116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.259000000, lastModified=2020-07-27 17:19:01.258116000, delta=884000 ns, racy<=2502500 ns 17:19:01.259 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.260 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.260000000, lastModified=2020-07-27 17:19:01.259116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.260000000, lastModified=2020-07-27 17:19:01.259116000, delta=884000 ns, racy<=2502500 ns 17:19:01.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.261000000, lastModified=2020-07-27 17:19:01.260116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.261000000, lastModified=2020-07-27 17:19:01.260116000, delta=884000 ns, racy<=2502500 ns 17:19:01.261 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.262 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.262000000, lastModified=2020-07-27 17:19:01.261116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.261116000 to 2020-07-27 17:19:01.262116000 17:19:01.263 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.263000000, lastModified=2020-07-27 17:19:01.262116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.263000000, lastModified=2020-07-27 17:19:01.262116000, delta=884000 ns, racy<=2502500 ns 17:19:01.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.264000000, lastModified=2020-07-27 17:19:01.263116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.264000000, lastModified=2020-07-27 17:19:01.263116000, delta=884000 ns, racy<=2502500 ns 17:19:01.264 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.265000000, lastModified=2020-07-27 17:19:01.264116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.265000000, lastModified=2020-07-27 17:19:01.264116000, delta=884000 ns, racy<=2502500 ns 17:19:01.265 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.266000000, lastModified=2020-07-27 17:19:01.264116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.264116000 to 2020-07-27 17:19:01.265116000 17:19:01.266 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.266000000, lastModified=2020-07-27 17:19:01.265116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.265116000 to 2020-07-27 17:19:01.266116000 17:19:01.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.267000000, lastModified=2020-07-27 17:19:01.266116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.267000000, lastModified=2020-07-27 17:19:01.266116000, delta=884000 ns, racy<=2502500 ns 17:19:01.267 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.268000000, lastModified=2020-07-27 17:19:01.267116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.268000000, lastModified=2020-07-27 17:19:01.267116000, delta=884000 ns, racy<=2502500 ns 17:19:01.268 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.269 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.269000000, lastModified=2020-07-27 17:19:01.268116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.270 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.268116000 to 2020-07-27 17:19:01.269116000 17:19:01.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.271000000, lastModified=2020-07-27 17:19:01.270116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.271000000, lastModified=2020-07-27 17:19:01.270116000, delta=884000 ns, racy<=2502500 ns 17:19:01.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.271 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.271000000, lastModified=2020-07-27 17:19:01.270116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.270116000 to 2020-07-27 17:19:01.271116000 17:19:01.272 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.272000000, lastModified=2020-07-27 17:19:01.271116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.273 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.271116000 to 2020-07-27 17:19:01.272116000 17:19:01.274 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.274000000, lastModified=2020-07-27 17:19:01.273116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.273116000 to 2020-07-27 17:19:01.274116000 17:19:01.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.275000000, lastModified=2020-07-27 17:19:01.274116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.275000000, lastModified=2020-07-27 17:19:01.274116000, delta=884000 ns, racy<=2502500 ns 17:19:01.275 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.276000000, lastModified=2020-07-27 17:19:01.275116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.276000000, lastModified=2020-07-27 17:19:01.275116000, delta=884000 ns, racy<=2502500 ns 17:19:01.276 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.277 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.277000000, lastModified=2020-07-27 17:19:01.276116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.276116000 to 2020-07-27 17:19:01.277116000 17:19:01.278 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.278000000, lastModified=2020-07-27 17:19:01.277116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.279 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.277116000 to 2020-07-27 17:19:01.278116000 17:19:01.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.280000000, lastModified=2020-07-27 17:19:01.279116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.280000000, lastModified=2020-07-27 17:19:01.279116000, delta=884000 ns, racy<=2502500 ns 17:19:01.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.280 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.280000000, lastModified=2020-07-27 17:19:01.279116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.279116000 to 2020-07-27 17:19:01.280116000 17:19:01.281 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.281000000, lastModified=2020-07-27 17:19:01.280116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.280116000 to 2020-07-27 17:19:01.281116000 17:19:01.282 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.282000000, lastModified=2020-07-27 17:19:01.281116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.283 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.281116000 to 2020-07-27 17:19:01.282116000 17:19:01.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.284000000, lastModified=2020-07-27 17:19:01.282116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.282116000 to 2020-07-27 17:19:01.283116000 17:19:01.284 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.284000000, lastModified=2020-07-27 17:19:01.283116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.284000000, lastModified=2020-07-27 17:19:01.283116000, delta=884000 ns, racy<=2502500 ns 17:19:01.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.285 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.285000000, lastModified=2020-07-27 17:19:01.284116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.284116000 to 2020-07-27 17:19:01.285116000 17:19:01.286 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.286000000, lastModified=2020-07-27 17:19:01.285116000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.287 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.285116000 to 2020-07-27 17:19:01.286116000 17:19:01.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.288000000, lastModified=2020-07-27 17:19:01.287117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.288000000, lastModified=2020-07-27 17:19:01.287117000, delta=883000 ns, racy<=2502500 ns 17:19:01.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.288 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.288000000, lastModified=2020-07-27 17:19:01.287117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.287117000 to 2020-07-27 17:19:01.288117000 17:19:01.289 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.289000000, lastModified=2020-07-27 17:19:01.288117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.290 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.288117000 to 2020-07-27 17:19:01.289117000 17:19:01.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.290000000, lastModified=2020-07-27 17:19:01.289117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.291 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.289117000 to 2020-07-27 17:19:01.290117000 17:19:01.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.292000000, lastModified=2020-07-27 17:19:01.291117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.292000000, lastModified=2020-07-27 17:19:01.291117000, delta=883000 ns, racy<=2502500 ns 17:19:01.292 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.293 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.293000000, lastModified=2020-07-27 17:19:01.292117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.293000000, lastModified=2020-07-27 17:19:01.292117000, delta=883000 ns, racy<=2502500 ns 17:19:01.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.294000000, lastModified=2020-07-27 17:19:01.293117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.294000000, lastModified=2020-07-27 17:19:01.293117000, delta=883000 ns, racy<=2502500 ns 17:19:01.294 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.295000000, lastModified=2020-07-27 17:19:01.294117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.295000000, lastModified=2020-07-27 17:19:01.294117000, delta=883000 ns, racy<=2502500 ns 17:19:01.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.295 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.295000000, lastModified=2020-07-27 17:19:01.294117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.294117000 to 2020-07-27 17:19:01.295117000 17:19:01.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.296000000, lastModified=2020-07-27 17:19:01.295117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.296000000, lastModified=2020-07-27 17:19:01.295117000, delta=883000 ns, racy<=2502500 ns 17:19:01.296 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.297000000, lastModified=2020-07-27 17:19:01.296117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.297000000, lastModified=2020-07-27 17:19:01.296117000, delta=883000 ns, racy<=2502500 ns 17:19:01.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.297 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.297000000, lastModified=2020-07-27 17:19:01.296117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.298 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.296117000 to 2020-07-27 17:19:01.297117000 17:19:01.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.299000000, lastModified=2020-07-27 17:19:01.298117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.299000000, lastModified=2020-07-27 17:19:01.298117000, delta=883000 ns, racy<=2502500 ns 17:19:01.299 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.300000000, lastModified=2020-07-27 17:19:01.299117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.300000000, lastModified=2020-07-27 17:19:01.299117000, delta=883000 ns, racy<=2502500 ns 17:19:01.300 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.301000000, lastModified=2020-07-27 17:19:01.300117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.301000000, lastModified=2020-07-27 17:19:01.300117000, delta=883000 ns, racy<=2502500 ns 17:19:01.301 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.302000000, lastModified=2020-07-27 17:19:01.301117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.302000000, lastModified=2020-07-27 17:19:01.301117000, delta=883000 ns, racy<=2502500 ns 17:19:01.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.302 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.302000000, lastModified=2020-07-27 17:19:01.301117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.302000000, lastModified=2020-07-27 17:19:01.301117000, delta=883000 ns, racy<=2502500 ns 17:19:01.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.303000000, lastModified=2020-07-27 17:19:01.302117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.303000000, lastModified=2020-07-27 17:19:01.302117000, delta=883000 ns, racy<=2502500 ns 17:19:01.303 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.304 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.304000000, lastModified=2020-07-27 17:19:01.303117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.304000000, lastModified=2020-07-27 17:19:01.303117000, delta=883000 ns, racy<=2502500 ns 17:19:01.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.305000000, lastModified=2020-07-27 17:19:01.304117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.305000000, lastModified=2020-07-27 17:19:01.304117000, delta=883000 ns, racy<=2502500 ns 17:19:01.305 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.306000000, lastModified=2020-07-27 17:19:01.305117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.306000000, lastModified=2020-07-27 17:19:01.305117000, delta=883000 ns, racy<=2502500 ns 17:19:01.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.306 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.306000000, lastModified=2020-07-27 17:19:01.305117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.305117000 to 2020-07-27 17:19:01.306117000 17:19:01.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.307000000, lastModified=2020-07-27 17:19:01.306117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.307000000, lastModified=2020-07-27 17:19:01.306117000, delta=883000 ns, racy<=2502500 ns 17:19:01.307 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.308 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.308000000, lastModified=2020-07-27 17:19:01.307117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.308000000, lastModified=2020-07-27 17:19:01.307117000, delta=883000 ns, racy<=2502500 ns 17:19:01.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.309000000, lastModified=2020-07-27 17:19:01.308117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.309000000, lastModified=2020-07-27 17:19:01.308117000, delta=883000 ns, racy<=2502500 ns 17:19:01.309 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.310000000, lastModified=2020-07-27 17:19:01.308117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.308117000 to 2020-07-27 17:19:01.309117000 17:19:01.310 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.310000000, lastModified=2020-07-27 17:19:01.309117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.309117000 to 2020-07-27 17:19:01.310117000 17:19:01.311 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.311000000, lastModified=2020-07-27 17:19:01.310117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.310117000 to 2020-07-27 17:19:01.311117000 17:19:01.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.312000000, lastModified=2020-07-27 17:19:01.311117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.312000000, lastModified=2020-07-27 17:19:01.311117000, delta=883000 ns, racy<=2502500 ns 17:19:01.312 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.313 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.313000000, lastModified=2020-07-27 17:19:01.312117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.312117000 to 2020-07-27 17:19:01.313117000 17:19:01.314 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.314000000, lastModified=2020-07-27 17:19:01.313117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.315 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.313117000 to 2020-07-27 17:19:01.314117000 17:19:01.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.316000000, lastModified=2020-07-27 17:19:01.314117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.314117000 to 2020-07-27 17:19:01.315117000 17:19:01.316 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.316000000, lastModified=2020-07-27 17:19:01.315117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.317 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.315117000 to 2020-07-27 17:19:01.316117000 17:19:01.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.317000000, lastModified=2020-07-27 17:19:01.316117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.316117000 to 2020-07-27 17:19:01.317117000 17:19:01.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.318000000, lastModified=2020-07-27 17:19:01.317117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.318 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.318000000, lastModified=2020-07-27 17:19:01.317117000, delta=883000 ns, racy<=2502500 ns 17:19:01.319 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.319 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.319000000, lastModified=2020-07-27 17:19:01.318117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.318117000 to 2020-07-27 17:19:01.319117000 17:19:01.320 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.320000000, lastModified=2020-07-27 17:19:01.319117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.320000000, lastModified=2020-07-27 17:19:01.319117000, delta=883000 ns, racy<=2502500 ns 17:19:01.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.321 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.321000000, lastModified=2020-07-27 17:19:01.320117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.322 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.320117000 to 2020-07-27 17:19:01.321117000 17:19:01.322 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.322000000, lastModified=2020-07-27 17:19:01.321117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.321117000 to 2020-07-27 17:19:01.322117000 17:19:01.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.323000000, lastModified=2020-07-27 17:19:01.322117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.323 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.323000000, lastModified=2020-07-27 17:19:01.322117000, delta=883000 ns, racy<=2502500 ns 17:19:01.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.324000000, lastModified=2020-07-27 17:19:01.323117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.324000000, lastModified=2020-07-27 17:19:01.323117000, delta=883000 ns, racy<=2502500 ns 17:19:01.324 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.324000000, lastModified=2020-07-27 17:19:01.323117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.323117000 to 2020-07-27 17:19:01.324117000 17:19:01.325 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.325000000, lastModified=2020-07-27 17:19:01.324117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.326 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.324117000 to 2020-07-27 17:19:01.325117000 17:19:01.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.327000000, lastModified=2020-07-27 17:19:01.325117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.325117000 to 2020-07-27 17:19:01.326117000 17:19:01.327 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.327000000, lastModified=2020-07-27 17:19:01.326117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.328 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.326117000 to 2020-07-27 17:19:01.327117000 17:19:01.328 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.328000000, lastModified=2020-07-27 17:19:01.327117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.329 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.328000000, lastModified=2020-07-27 17:19:01.327117000, delta=883000 ns, racy<=2502500 ns 17:19:01.329 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.330 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.330000000, lastModified=2020-07-27 17:19:01.328117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.330 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.328117000 to 2020-07-27 17:19:01.329117000 17:19:01.331 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.331000000, lastModified=2020-07-27 17:19:01.330117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.331 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.331000000, lastModified=2020-07-27 17:19:01.330117000, delta=883000 ns, racy<=2502500 ns 17:19:01.331 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.332 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.332000000, lastModified=2020-07-27 17:19:01.331117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.331117000 to 2020-07-27 17:19:01.332117000 17:19:01.333 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.333000000, lastModified=2020-07-27 17:19:01.332117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.332117000 to 2020-07-27 17:19:01.333117000 17:19:01.334 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.334000000, lastModified=2020-07-27 17:19:01.333117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.335 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.333117000 to 2020-07-27 17:19:01.334117000 17:19:01.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.336000000, lastModified=2020-07-27 17:19:01.335117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.336000000, lastModified=2020-07-27 17:19:01.335117000, delta=883000 ns, racy<=2502500 ns 17:19:01.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.336 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.336000000, lastModified=2020-07-27 17:19:01.335117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.337 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.335117000 to 2020-07-27 17:19:01.336117000 17:19:01.338 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.338000000, lastModified=2020-07-27 17:19:01.337117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.337117000 to 2020-07-27 17:19:01.338117000 17:19:01.339 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.339000000, lastModified=2020-07-27 17:19:01.338117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.339000000, lastModified=2020-07-27 17:19:01.338117000, delta=883000 ns, racy<=2502500 ns 17:19:01.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.340 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.340000000, lastModified=2020-07-27 17:19:01.339117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.339117000 to 2020-07-27 17:19:01.340117000 17:19:01.341 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.341000000, lastModified=2020-07-27 17:19:01.340117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.342 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.340117000 to 2020-07-27 17:19:01.341117000 17:19:01.343 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.343000000, lastModified=2020-07-27 17:19:01.341117000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.343 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.341117000 to 2020-07-27 17:19:01.342118000 17:19:01.343 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.343000000, lastModified=2020-07-27 17:19:01.342118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.344 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.342118000 to 2020-07-27 17:19:01.343118000 17:19:01.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.345000000, lastModified=2020-07-27 17:19:01.344118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.345000000, lastModified=2020-07-27 17:19:01.344118000, delta=882000 ns, racy<=2502500 ns 17:19:01.345 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.346 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.346000000, lastModified=2020-07-27 17:19:01.345118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.345118000 to 2020-07-27 17:19:01.346118000 17:19:01.347 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.347000000, lastModified=2020-07-27 17:19:01.346118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.347000000, lastModified=2020-07-27 17:19:01.346118000, delta=882000 ns, racy<=2502500 ns 17:19:01.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.348 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.348000000, lastModified=2020-07-27 17:19:01.347118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.349 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.347118000 to 2020-07-27 17:19:01.348118000 17:19:01.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.350000000, lastModified=2020-07-27 17:19:01.348118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.350 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.348118000 to 2020-07-27 17:19:01.349118000 17:19:01.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.351000000, lastModified=2020-07-27 17:19:01.349118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.351 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.349118000 to 2020-07-27 17:19:01.350118000 17:19:01.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.352000000, lastModified=2020-07-27 17:19:01.351118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.352000000, lastModified=2020-07-27 17:19:01.351118000, delta=882000 ns, racy<=2502500 ns 17:19:01.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.352 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.352000000, lastModified=2020-07-27 17:19:01.351118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.351118000 to 2020-07-27 17:19:01.352118000 17:19:01.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.353000000, lastModified=2020-07-27 17:19:01.352118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.353000000, lastModified=2020-07-27 17:19:01.352118000, delta=882000 ns, racy<=2502500 ns 17:19:01.353 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.354 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.354000000, lastModified=2020-07-27 17:19:01.353118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.353118000 to 2020-07-27 17:19:01.354118000 17:19:01.355 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.355000000, lastModified=2020-07-27 17:19:01.354118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.354118000 to 2020-07-27 17:19:01.355118000 17:19:01.356 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.356000000, lastModified=2020-07-27 17:19:01.355118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.356000000, lastModified=2020-07-27 17:19:01.355118000, delta=882000 ns, racy<=2502500 ns 17:19:01.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.357000000, lastModified=2020-07-27 17:19:01.356118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.357000000, lastModified=2020-07-27 17:19:01.356118000, delta=882000 ns, racy<=2502500 ns 17:19:01.357 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.358 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.358000000, lastModified=2020-07-27 17:19:01.357118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.358 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.358000000, lastModified=2020-07-27 17:19:01.357118000, delta=882000 ns, racy<=2502500 ns 17:19:01.358 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.358 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.358000000, lastModified=2020-07-27 17:19:01.357118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.359 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.357118000 to 2020-07-27 17:19:01.358118000 17:19:01.360 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.360000000, lastModified=2020-07-27 17:19:01.359118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.360 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.360000000, lastModified=2020-07-27 17:19:01.359118000, delta=882000 ns, racy<=2502500 ns 17:19:01.360 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.361 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.361000000, lastModified=2020-07-27 17:19:01.359118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.361 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.359118000 to 2020-07-27 17:19:01.360118000 17:19:01.361 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.361000000, lastModified=2020-07-27 17:19:01.360118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.362 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.360118000 to 2020-07-27 17:19:01.361118000 17:19:01.363 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.363000000, lastModified=2020-07-27 17:19:01.362118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.363 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.363000000, lastModified=2020-07-27 17:19:01.362118000, delta=882000 ns, racy<=2502500 ns 17:19:01.363 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.364 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.364000000, lastModified=2020-07-27 17:19:01.363118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.365 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.364000000, lastModified=2020-07-27 17:19:01.363118000, delta=882000 ns, racy<=2502500 ns 17:19:01.365 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.365 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.365000000, lastModified=2020-07-27 17:19:01.364118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.365 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.365000000, lastModified=2020-07-27 17:19:01.364118000, delta=882000 ns, racy<=2502500 ns 17:19:01.366 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.366 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.366000000, lastModified=2020-07-27 17:19:01.365118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.367 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.365118000 to 2020-07-27 17:19:01.366118000 17:19:01.367 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.367000000, lastModified=2020-07-27 17:19:01.366118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.367 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.367000000, lastModified=2020-07-27 17:19:01.366118000, delta=882000 ns, racy<=2502500 ns 17:19:01.367 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.368 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.368000000, lastModified=2020-07-27 17:19:01.367118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.369 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.367118000 to 2020-07-27 17:19:01.368118000 17:19:01.369 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.369000000, lastModified=2020-07-27 17:19:01.368118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.370 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.369000000, lastModified=2020-07-27 17:19:01.368118000, delta=882000 ns, racy<=2502500 ns 17:19:01.370 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.370 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.370000000, lastModified=2020-07-27 17:19:01.369118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.371 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.369118000 to 2020-07-27 17:19:01.370118000 17:19:01.371 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.371000000, lastModified=2020-07-27 17:19:01.370118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.390 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.370118000 to 2020-07-27 17:19:01.389118000 17:19:01.390 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.390000000, lastModified=2020-07-27 17:19:01.389118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.391 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.389118000 to 2020-07-27 17:19:01.390118000 17:19:01.392 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.392000000, lastModified=2020-07-27 17:19:01.390118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.392 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.390118000 to 2020-07-27 17:19:01.391118000 17:19:01.392 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.392000000, lastModified=2020-07-27 17:19:01.391118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.393 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.391118000 to 2020-07-27 17:19:01.392118000 17:19:01.393 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.393000000, lastModified=2020-07-27 17:19:01.392118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.393 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.393000000, lastModified=2020-07-27 17:19:01.392118000, delta=882000 ns, racy<=2502500 ns 17:19:01.393 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.394 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.394000000, lastModified=2020-07-27 17:19:01.393118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.395 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.393118000 to 2020-07-27 17:19:01.394118000 17:19:01.395 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.395000000, lastModified=2020-07-27 17:19:01.394118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.395 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.395000000, lastModified=2020-07-27 17:19:01.394118000, delta=882000 ns, racy<=2502500 ns 17:19:01.395 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.396 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.396000000, lastModified=2020-07-27 17:19:01.395118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.397 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.395118000 to 2020-07-27 17:19:01.396118000 17:19:01.397 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.397000000, lastModified=2020-07-27 17:19:01.396118000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.398 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.397000000, lastModified=2020-07-27 17:19:01.396118000, delta=882000 ns, racy<=2502500 ns 17:19:01.398 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.398 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.398000000, lastModified=2020-07-27 17:19:01.397119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.398 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.398000000, lastModified=2020-07-27 17:19:01.397119000, delta=881000 ns, racy<=2502500 ns 17:19:01.398 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.399 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.399000000, lastModified=2020-07-27 17:19:01.397119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.399 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.397119000 to 2020-07-27 17:19:01.398119000 17:19:01.400 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.400000000, lastModified=2020-07-27 17:19:01.398119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.400 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.398119000 to 2020-07-27 17:19:01.399119000 17:19:01.401 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.401000000, lastModified=2020-07-27 17:19:01.400119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.401 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.401000000, lastModified=2020-07-27 17:19:01.400119000, delta=881000 ns, racy<=2502500 ns 17:19:01.401 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.401 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.401000000, lastModified=2020-07-27 17:19:01.400119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.400119000 to 2020-07-27 17:19:01.401119000 17:19:01.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.402000000, lastModified=2020-07-27 17:19:01.401119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.402000000, lastModified=2020-07-27 17:19:01.401119000, delta=881000 ns, racy<=2502500 ns 17:19:01.402 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.403000000, lastModified=2020-07-27 17:19:01.401119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.401119000 to 2020-07-27 17:19:01.402119000 17:19:01.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.403000000, lastModified=2020-07-27 17:19:01.402119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.403000000, lastModified=2020-07-27 17:19:01.402119000, delta=881000 ns, racy<=2502500 ns 17:19:01.403 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.405 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.405000000, lastModified=2020-07-27 17:19:01.403119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.405 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.403119000 to 2020-07-27 17:19:01.404119000 17:19:01.405 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.405000000, lastModified=2020-07-27 17:19:01.404119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.404119000 to 2020-07-27 17:19:01.405119000 17:19:01.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.406000000, lastModified=2020-07-27 17:19:01.405119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.406000000, lastModified=2020-07-27 17:19:01.405119000, delta=881000 ns, racy<=2502500 ns 17:19:01.406 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.407 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.407000000, lastModified=2020-07-27 17:19:01.406119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.406119000 to 2020-07-27 17:19:01.407119000 17:19:01.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.408000000, lastModified=2020-07-27 17:19:01.407119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.408000000, lastModified=2020-07-27 17:19:01.407119000, delta=881000 ns, racy<=2502500 ns 17:19:01.408 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.409000000, lastModified=2020-07-27 17:19:01.408119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.409000000, lastModified=2020-07-27 17:19:01.408119000, delta=881000 ns, racy<=2502500 ns 17:19:01.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.409 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.409000000, lastModified=2020-07-27 17:19:01.408119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.410 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.408119000 to 2020-07-27 17:19:01.409119000 17:19:01.411 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.411000000, lastModified=2020-07-27 17:19:01.410119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.411 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.411000000, lastModified=2020-07-27 17:19:01.410119000, delta=881000 ns, racy<=2502500 ns 17:19:01.411 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.411 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.411000000, lastModified=2020-07-27 17:19:01.410119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.410119000 to 2020-07-27 17:19:01.411119000 17:19:01.412 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.412000000, lastModified=2020-07-27 17:19:01.411119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.413 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.411119000 to 2020-07-27 17:19:01.412119000 17:19:01.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.414000000, lastModified=2020-07-27 17:19:01.412119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.412119000 to 2020-07-27 17:19:01.413119000 17:19:01.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.414000000, lastModified=2020-07-27 17:19:01.413119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.414000000, lastModified=2020-07-27 17:19:01.413119000, delta=881000 ns, racy<=2502500 ns 17:19:01.414 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.415 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.415000000, lastModified=2020-07-27 17:19:01.414119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.415 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.415000000, lastModified=2020-07-27 17:19:01.414119000, delta=881000 ns, racy<=2502500 ns 17:19:01.415 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.416 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.416000000, lastModified=2020-07-27 17:19:01.414119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.416 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.414119000 to 2020-07-27 17:19:01.415119000 17:19:01.417 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.417000000, lastModified=2020-07-27 17:19:01.416119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.418 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.416119000 to 2020-07-27 17:19:01.417119000 17:19:01.418 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.418000000, lastModified=2020-07-27 17:19:01.417119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.419 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.417119000 to 2020-07-27 17:19:01.418119000 17:19:01.419 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.419000000, lastModified=2020-07-27 17:19:01.418119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.420 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.419000000, lastModified=2020-07-27 17:19:01.418119000, delta=881000 ns, racy<=2502500 ns 17:19:01.420 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.420 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.420000000, lastModified=2020-07-27 17:19:01.419119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.420 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.420000000, lastModified=2020-07-27 17:19:01.419119000, delta=881000 ns, racy<=2502500 ns 17:19:01.420 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.421 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.421000000, lastModified=2020-07-27 17:19:01.420119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.422 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.421000000, lastModified=2020-07-27 17:19:01.420119000, delta=881000 ns, racy<=2502500 ns 17:19:01.422 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.422 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.422000000, lastModified=2020-07-27 17:19:01.421119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.422 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.422000000, lastModified=2020-07-27 17:19:01.421119000, delta=881000 ns, racy<=2502500 ns 17:19:01.422 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.423 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.423000000, lastModified=2020-07-27 17:19:01.422119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.424 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.423000000, lastModified=2020-07-27 17:19:01.422119000, delta=881000 ns, racy<=2502500 ns 17:19:01.424 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.424 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.424000000, lastModified=2020-07-27 17:19:01.423119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.425 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.424000000, lastModified=2020-07-27 17:19:01.423119000, delta=881000 ns, racy<=2502500 ns 17:19:01.425 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.426 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.426000000, lastModified=2020-07-27 17:19:01.424119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.426 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.424119000 to 2020-07-27 17:19:01.425119000 17:19:01.427 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.427000000, lastModified=2020-07-27 17:19:01.426119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.427 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.427000000, lastModified=2020-07-27 17:19:01.426119000, delta=881000 ns, racy<=2502500 ns 17:19:01.427 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.428 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.428000000, lastModified=2020-07-27 17:19:01.427119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.429 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.427119000 to 2020-07-27 17:19:01.428119000 17:19:01.429 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.429000000, lastModified=2020-07-27 17:19:01.428119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.429000000, lastModified=2020-07-27 17:19:01.428119000, delta=881000 ns, racy<=2502500 ns 17:19:01.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.430 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.430000000, lastModified=2020-07-27 17:19:01.429119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.431 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.429119000 to 2020-07-27 17:19:01.430119000 17:19:01.431 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.431000000, lastModified=2020-07-27 17:19:01.430119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.432 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.430119000 to 2020-07-27 17:19:01.431119000 17:19:01.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.433000000, lastModified=2020-07-27 17:19:01.432119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.433000000, lastModified=2020-07-27 17:19:01.432119000, delta=881000 ns, racy<=2502500 ns 17:19:01.433 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.434000000, lastModified=2020-07-27 17:19:01.433119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.434000000, lastModified=2020-07-27 17:19:01.433119000, delta=881000 ns, racy<=2502500 ns 17:19:01.434 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.435000000, lastModified=2020-07-27 17:19:01.434119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.435000000, lastModified=2020-07-27 17:19:01.434119000, delta=881000 ns, racy<=2502500 ns 17:19:01.435 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.436 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.436000000, lastModified=2020-07-27 17:19:01.435119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.435119000 to 2020-07-27 17:19:01.436119000 17:19:01.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.438000000, lastModified=2020-07-27 17:19:01.437119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.438000000, lastModified=2020-07-27 17:19:01.437119000, delta=881000 ns, racy<=2502500 ns 17:19:01.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.438000000, lastModified=2020-07-27 17:19:01.437119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.437119000 to 2020-07-27 17:19:01.438119000 17:19:01.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.439000000, lastModified=2020-07-27 17:19:01.438119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.439000000, lastModified=2020-07-27 17:19:01.438119000, delta=881000 ns, racy<=2502500 ns 17:19:01.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.441000000, lastModified=2020-07-27 17:19:01.439119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.439119000 to 2020-07-27 17:19:01.440119000 17:19:01.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.441000000, lastModified=2020-07-27 17:19:01.440119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.440119000 to 2020-07-27 17:19:01.441119000 17:19:01.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.443000000, lastModified=2020-07-27 17:19:01.442119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.443000000, lastModified=2020-07-27 17:19:01.442119000, delta=881000 ns, racy<=2502500 ns 17:19:01.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.444000000, lastModified=2020-07-27 17:19:01.443119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.444000000, lastModified=2020-07-27 17:19:01.443119000, delta=881000 ns, racy<=2502500 ns 17:19:01.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.445000000, lastModified=2020-07-27 17:19:01.444119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.445000000, lastModified=2020-07-27 17:19:01.444119000, delta=881000 ns, racy<=2502500 ns 17:19:01.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.446000000, lastModified=2020-07-27 17:19:01.444119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.444119000 to 2020-07-27 17:19:01.445119000 17:19:01.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.447000000, lastModified=2020-07-27 17:19:01.446119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.447000000, lastModified=2020-07-27 17:19:01.446119000, delta=881000 ns, racy<=2502500 ns 17:19:01.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.448000000, lastModified=2020-07-27 17:19:01.447119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.447119000 to 2020-07-27 17:19:01.448119000 17:19:01.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.449000000, lastModified=2020-07-27 17:19:01.448119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.448119000 to 2020-07-27 17:19:01.449119000 17:19:01.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.450000000, lastModified=2020-07-27 17:19:01.449119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.449119000 to 2020-07-27 17:19:01.450119000 17:19:01.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.451000000, lastModified=2020-07-27 17:19:01.450119000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.451000000, lastModified=2020-07-27 17:19:01.450119000, delta=881000 ns, racy<=2502500 ns 17:19:01.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.490000000, lastModified=2020-07-27 17:19:01.489120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.490000000, lastModified=2020-07-27 17:19:01.489120000, delta=880000 ns, racy<=2502500 ns 17:19:01.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.491000000, lastModified=2020-07-27 17:19:01.490120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.491000000, lastModified=2020-07-27 17:19:01.490120000, delta=880000 ns, racy<=2502500 ns 17:19:01.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.492000000, lastModified=2020-07-27 17:19:01.490120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.490120000 to 2020-07-27 17:19:01.491120000 17:19:01.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.493000000, lastModified=2020-07-27 17:19:01.492120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.493000000, lastModified=2020-07-27 17:19:01.492120000, delta=880000 ns, racy<=2502500 ns 17:19:01.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.494000000, lastModified=2020-07-27 17:19:01.493120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.494000000, lastModified=2020-07-27 17:19:01.493120000, delta=880000 ns, racy<=2502500 ns 17:19:01.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.495000000, lastModified=2020-07-27 17:19:01.493120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.493120000 to 2020-07-27 17:19:01.494120000 17:19:01.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.495000000, lastModified=2020-07-27 17:19:01.494120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.496 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.494120000 to 2020-07-27 17:19:01.495120000 17:19:01.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.497000000, lastModified=2020-07-27 17:19:01.495120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.495120000 to 2020-07-27 17:19:01.496120000 17:19:01.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.498000000, lastModified=2020-07-27 17:19:01.497120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.498000000, lastModified=2020-07-27 17:19:01.497120000, delta=880000 ns, racy<=2502500 ns 17:19:01.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.499000000, lastModified=2020-07-27 17:19:01.497120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.497120000 to 2020-07-27 17:19:01.498120000 17:19:01.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.499000000, lastModified=2020-07-27 17:19:01.498120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.500 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.498120000 to 2020-07-27 17:19:01.499120000 17:19:01.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.501000000, lastModified=2020-07-27 17:19:01.500120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.501000000, lastModified=2020-07-27 17:19:01.500120000, delta=880000 ns, racy<=2502500 ns 17:19:01.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.501000000, lastModified=2020-07-27 17:19:01.500120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.502 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.500120000 to 2020-07-27 17:19:01.501120000 17:19:01.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.503000000, lastModified=2020-07-27 17:19:01.501120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.501120000 to 2020-07-27 17:19:01.502120000 17:19:01.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.503000000, lastModified=2020-07-27 17:19:01.502120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.502120000 to 2020-07-27 17:19:01.503120000 17:19:01.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.504000000, lastModified=2020-07-27 17:19:01.503120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.505 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.504000000, lastModified=2020-07-27 17:19:01.503120000, delta=880000 ns, racy<=2502500 ns 17:19:01.505 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.505 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.505000000, lastModified=2020-07-27 17:19:01.504120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.504120000 to 2020-07-27 17:19:01.505120000 17:19:01.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.506000000, lastModified=2020-07-27 17:19:01.505120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.506000000, lastModified=2020-07-27 17:19:01.505120000, delta=880000 ns, racy<=2502500 ns 17:19:01.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.507000000, lastModified=2020-07-27 17:19:01.506120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.507000000, lastModified=2020-07-27 17:19:01.506120000, delta=880000 ns, racy<=2502500 ns 17:19:01.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.507000000, lastModified=2020-07-27 17:19:01.506120000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.507000000, lastModified=2020-07-27 17:19:01.506120000, delta=880000 ns, racy<=2502500 ns 17:19:01.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.508000000, lastModified=2020-07-27 17:19:01.507121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.508000000, lastModified=2020-07-27 17:19:01.507121000, delta=879000 ns, racy<=2502500 ns 17:19:01.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.509000000, lastModified=2020-07-27 17:19:01.507121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.507121000 to 2020-07-27 17:19:01.508121000 17:19:01.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.510000000, lastModified=2020-07-27 17:19:01.509121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.510000000, lastModified=2020-07-27 17:19:01.509121000, delta=879000 ns, racy<=2502500 ns 17:19:01.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.511000000, lastModified=2020-07-27 17:19:01.509121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.509121000 to 2020-07-27 17:19:01.510121000 17:19:01.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.512000000, lastModified=2020-07-27 17:19:01.511121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.512000000, lastModified=2020-07-27 17:19:01.511121000, delta=879000 ns, racy<=2502500 ns 17:19:01.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.513000000, lastModified=2020-07-27 17:19:01.512121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.513000000, lastModified=2020-07-27 17:19:01.512121000, delta=879000 ns, racy<=2502500 ns 17:19:01.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.513000000, lastModified=2020-07-27 17:19:01.512121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.512121000 to 2020-07-27 17:19:01.513121000 17:19:01.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.514000000, lastModified=2020-07-27 17:19:01.513121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.514000000, lastModified=2020-07-27 17:19:01.513121000, delta=879000 ns, racy<=2502500 ns 17:19:01.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.515000000, lastModified=2020-07-27 17:19:01.513121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.513121000 to 2020-07-27 17:19:01.514121000 17:19:01.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.515000000, lastModified=2020-07-27 17:19:01.514121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.515000000, lastModified=2020-07-27 17:19:01.514121000, delta=879000 ns, racy<=2502500 ns 17:19:01.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.516000000, lastModified=2020-07-27 17:19:01.515121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.516000000, lastModified=2020-07-27 17:19:01.515121000, delta=879000 ns, racy<=2502500 ns 17:19:01.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.516000000, lastModified=2020-07-27 17:19:01.515121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.515121000 to 2020-07-27 17:19:01.516121000 17:19:01.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.518000000, lastModified=2020-07-27 17:19:01.516121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.516121000 to 2020-07-27 17:19:01.517121000 17:19:01.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.518000000, lastModified=2020-07-27 17:19:01.517121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.518000000, lastModified=2020-07-27 17:19:01.517121000, delta=879000 ns, racy<=2502500 ns 17:19:01.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.519000000, lastModified=2020-07-27 17:19:01.518121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.518121000 to 2020-07-27 17:19:01.519121000 17:19:01.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.520000000, lastModified=2020-07-27 17:19:01.519121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.519121000 to 2020-07-27 17:19:01.520121000 17:19:01.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.521000000, lastModified=2020-07-27 17:19:01.520121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.521000000, lastModified=2020-07-27 17:19:01.520121000, delta=879000 ns, racy<=2502500 ns 17:19:01.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.522000000, lastModified=2020-07-27 17:19:01.521121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.522000000, lastModified=2020-07-27 17:19:01.521121000, delta=879000 ns, racy<=2502500 ns 17:19:01.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.523000000, lastModified=2020-07-27 17:19:01.522121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.524 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.523000000, lastModified=2020-07-27 17:19:01.522121000, delta=879000 ns, racy<=2502500 ns 17:19:01.524 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.524 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.524000000, lastModified=2020-07-27 17:19:01.523121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.524000000, lastModified=2020-07-27 17:19:01.523121000, delta=879000 ns, racy<=2502500 ns 17:19:01.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.525000000, lastModified=2020-07-27 17:19:01.524121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.524121000 to 2020-07-27 17:19:01.525121000 17:19:01.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.526000000, lastModified=2020-07-27 17:19:01.525121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.526000000, lastModified=2020-07-27 17:19:01.525121000, delta=879000 ns, racy<=2502500 ns 17:19:01.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.527000000, lastModified=2020-07-27 17:19:01.526121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.527000000, lastModified=2020-07-27 17:19:01.526121000, delta=879000 ns, racy<=2502500 ns 17:19:01.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.528000000, lastModified=2020-07-27 17:19:01.526121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.526121000 to 2020-07-27 17:19:01.527121000 17:19:01.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.528000000, lastModified=2020-07-27 17:19:01.527121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.528000000, lastModified=2020-07-27 17:19:01.527121000, delta=879000 ns, racy<=2502500 ns 17:19:01.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.529000000, lastModified=2020-07-27 17:19:01.528121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.529000000, lastModified=2020-07-27 17:19:01.528121000, delta=879000 ns, racy<=2502500 ns 17:19:01.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.529000000, lastModified=2020-07-27 17:19:01.528121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.528121000 to 2020-07-27 17:19:01.529121000 17:19:01.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.530000000, lastModified=2020-07-27 17:19:01.529121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.530000000, lastModified=2020-07-27 17:19:01.529121000, delta=879000 ns, racy<=2502500 ns 17:19:01.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.531000000, lastModified=2020-07-27 17:19:01.530121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.530121000 to 2020-07-27 17:19:01.531121000 17:19:01.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.532000000, lastModified=2020-07-27 17:19:01.531121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.533 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.531121000 to 2020-07-27 17:19:01.532121000 17:19:01.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.534000000, lastModified=2020-07-27 17:19:01.533121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.534000000, lastModified=2020-07-27 17:19:01.533121000, delta=879000 ns, racy<=2502500 ns 17:19:01.534 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.535000000, lastModified=2020-07-27 17:19:01.533121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.535 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.533121000 to 2020-07-27 17:19:01.534121000 17:19:01.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.536000000, lastModified=2020-07-27 17:19:01.535121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.536000000, lastModified=2020-07-27 17:19:01.535121000, delta=879000 ns, racy<=2502500 ns 17:19:01.536 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.537000000, lastModified=2020-07-27 17:19:01.536121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.537000000, lastModified=2020-07-27 17:19:01.536121000, delta=879000 ns, racy<=2502500 ns 17:19:01.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.537 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.537000000, lastModified=2020-07-27 17:19:01.536121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.536121000 to 2020-07-27 17:19:01.537121000 17:19:01.538 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.538000000, lastModified=2020-07-27 17:19:01.537121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.539 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.537121000 to 2020-07-27 17:19:01.538121000 17:19:01.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.540000000, lastModified=2020-07-27 17:19:01.538121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.538121000 to 2020-07-27 17:19:01.539121000 17:19:01.540 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.540000000, lastModified=2020-07-27 17:19:01.539121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.541 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.539121000 to 2020-07-27 17:19:01.540121000 17:19:01.541 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.541000000, lastModified=2020-07-27 17:19:01.540121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.541000000, lastModified=2020-07-27 17:19:01.540121000, delta=879000 ns, racy<=2502500 ns 17:19:01.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.542000000, lastModified=2020-07-27 17:19:01.541121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.542000000, lastModified=2020-07-27 17:19:01.541121000, delta=879000 ns, racy<=2502500 ns 17:19:01.542 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.542000000, lastModified=2020-07-27 17:19:01.541121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.543 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.541121000 to 2020-07-27 17:19:01.542121000 17:19:01.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.544000000, lastModified=2020-07-27 17:19:01.543121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.544000000, lastModified=2020-07-27 17:19:01.543121000, delta=879000 ns, racy<=2502500 ns 17:19:01.544 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.545000000, lastModified=2020-07-27 17:19:01.544121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.545000000, lastModified=2020-07-27 17:19:01.544121000, delta=879000 ns, racy<=2502500 ns 17:19:01.545 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.545000000, lastModified=2020-07-27 17:19:01.544121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.544121000 to 2020-07-27 17:19:01.545121000 17:19:01.546 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.546000000, lastModified=2020-07-27 17:19:01.545121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.545121000 to 2020-07-27 17:19:01.546121000 17:19:01.547 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.547000000, lastModified=2020-07-27 17:19:01.546121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.547000000, lastModified=2020-07-27 17:19:01.546121000, delta=879000 ns, racy<=2502500 ns 17:19:01.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.548 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.548000000, lastModified=2020-07-27 17:19:01.547121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.547121000 to 2020-07-27 17:19:01.548121000 17:19:01.549 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.549000000, lastModified=2020-07-27 17:19:01.548121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.549000000, lastModified=2020-07-27 17:19:01.548121000, delta=879000 ns, racy<=2502500 ns 17:19:01.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.550 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.550000000, lastModified=2020-07-27 17:19:01.549121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.549121000 to 2020-07-27 17:19:01.550121000 17:19:01.551 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.551000000, lastModified=2020-07-27 17:19:01.550121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.550121000 to 2020-07-27 17:19:01.551121000 17:19:01.552 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.552000000, lastModified=2020-07-27 17:19:01.551121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.552000000, lastModified=2020-07-27 17:19:01.551121000, delta=879000 ns, racy<=2502500 ns 17:19:01.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.553000000, lastModified=2020-07-27 17:19:01.552121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.553000000, lastModified=2020-07-27 17:19:01.552121000, delta=879000 ns, racy<=2502500 ns 17:19:01.553 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.554000000, lastModified=2020-07-27 17:19:01.553121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.554000000, lastModified=2020-07-27 17:19:01.553121000, delta=879000 ns, racy<=2502500 ns 17:19:01.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.554 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.554000000, lastModified=2020-07-27 17:19:01.553121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.553121000 to 2020-07-27 17:19:01.554121000 17:19:01.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.555000000, lastModified=2020-07-27 17:19:01.554121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.555000000, lastModified=2020-07-27 17:19:01.554121000, delta=879000 ns, racy<=2502500 ns 17:19:01.555 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.556000000, lastModified=2020-07-27 17:19:01.555121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.556000000, lastModified=2020-07-27 17:19:01.555121000, delta=879000 ns, racy<=2502500 ns 17:19:01.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.556 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.556000000, lastModified=2020-07-27 17:19:01.555121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.555121000 to 2020-07-27 17:19:01.556121000 17:19:01.557 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.557000000, lastModified=2020-07-27 17:19:01.556121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.557000000, lastModified=2020-07-27 17:19:01.556121000, delta=879000 ns, racy<=2502500 ns 17:19:01.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.558 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.558000000, lastModified=2020-07-27 17:19:01.557121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.557121000 to 2020-07-27 17:19:01.558121000 17:19:01.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.559000000, lastModified=2020-07-27 17:19:01.558121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.559000000, lastModified=2020-07-27 17:19:01.558121000, delta=879000 ns, racy<=2502500 ns 17:19:01.559 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.560000000, lastModified=2020-07-27 17:19:01.559121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.560000000, lastModified=2020-07-27 17:19:01.559121000, delta=879000 ns, racy<=2502500 ns 17:19:01.560 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.561 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.561000000, lastModified=2020-07-27 17:19:01.560121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.562 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.561000000, lastModified=2020-07-27 17:19:01.560121000, delta=879000 ns, racy<=2502500 ns 17:19:01.562 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.562 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.562000000, lastModified=2020-07-27 17:19:01.561121000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.562 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.562000000, lastModified=2020-07-27 17:19:01.561121000, delta=879000 ns, racy<=2502500 ns 17:19:01.562 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.563 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.563000000, lastModified=2020-07-27 17:19:01.562122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.562122000 to 2020-07-27 17:19:01.563122000 17:19:01.564 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.564000000, lastModified=2020-07-27 17:19:01.563122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.564000000, lastModified=2020-07-27 17:19:01.563122000, delta=878000 ns, racy<=2502500 ns 17:19:01.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.565000000, lastModified=2020-07-27 17:19:01.564122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.565000000, lastModified=2020-07-27 17:19:01.564122000, delta=878000 ns, racy<=2502500 ns 17:19:01.565 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.566 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.566000000, lastModified=2020-07-27 17:19:01.565122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.567 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.565122000 to 2020-07-27 17:19:01.566122000 17:19:01.567 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.567000000, lastModified=2020-07-27 17:19:01.566122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.566122000 to 2020-07-27 17:19:01.567122000 17:19:01.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.568000000, lastModified=2020-07-27 17:19:01.567122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.568000000, lastModified=2020-07-27 17:19:01.567122000, delta=878000 ns, racy<=2502500 ns 17:19:01.568 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.569 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.569000000, lastModified=2020-07-27 17:19:01.568122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.568122000 to 2020-07-27 17:19:01.569122000 17:19:01.570 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.570000000, lastModified=2020-07-27 17:19:01.569122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.570000000, lastModified=2020-07-27 17:19:01.569122000, delta=878000 ns, racy<=2502500 ns 17:19:01.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.571000000, lastModified=2020-07-27 17:19:01.570122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.571000000, lastModified=2020-07-27 17:19:01.570122000, delta=878000 ns, racy<=2502500 ns 17:19:01.571 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.572 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.572000000, lastModified=2020-07-27 17:19:01.571122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.571122000 to 2020-07-27 17:19:01.589122000 17:19:01.590 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.590000000, lastModified=2020-07-27 17:19:01.589122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.590000000, lastModified=2020-07-27 17:19:01.589122000, delta=878000 ns, racy<=2502500 ns 17:19:01.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.591 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.591000000, lastModified=2020-07-27 17:19:01.590122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.590122000 to 2020-07-27 17:19:01.591122000 17:19:01.592 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.592000000, lastModified=2020-07-27 17:19:01.591122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.592000000, lastModified=2020-07-27 17:19:01.591122000, delta=878000 ns, racy<=2502500 ns 17:19:01.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.593000000, lastModified=2020-07-27 17:19:01.592122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.593000000, lastModified=2020-07-27 17:19:01.592122000, delta=878000 ns, racy<=2502500 ns 17:19:01.593 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.594 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.594000000, lastModified=2020-07-27 17:19:01.593122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.593122000 to 2020-07-27 17:19:01.594122000 17:19:01.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.595000000, lastModified=2020-07-27 17:19:01.594122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.595000000, lastModified=2020-07-27 17:19:01.594122000, delta=878000 ns, racy<=2502500 ns 17:19:01.595 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.596000000, lastModified=2020-07-27 17:19:01.594122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.594122000 to 2020-07-27 17:19:01.595122000 17:19:01.596 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.596000000, lastModified=2020-07-27 17:19:01.595122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.597 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.595122000 to 2020-07-27 17:19:01.596122000 17:19:01.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.598000000, lastModified=2020-07-27 17:19:01.597122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.598000000, lastModified=2020-07-27 17:19:01.597122000, delta=878000 ns, racy<=2502500 ns 17:19:01.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.598 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.598000000, lastModified=2020-07-27 17:19:01.597122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.599 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.597122000 to 2020-07-27 17:19:01.598122000 17:19:01.599 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.599000000, lastModified=2020-07-27 17:19:01.598122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.598122000 to 2020-07-27 17:19:01.599122000 17:19:01.600 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.600000000, lastModified=2020-07-27 17:19:01.599122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.599122000 to 2020-07-27 17:19:01.600122000 17:19:01.601 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.601000000, lastModified=2020-07-27 17:19:01.600122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.601000000, lastModified=2020-07-27 17:19:01.600122000, delta=878000 ns, racy<=2502500 ns 17:19:01.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.602000000, lastModified=2020-07-27 17:19:01.601122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.602000000, lastModified=2020-07-27 17:19:01.601122000, delta=878000 ns, racy<=2502500 ns 17:19:01.602 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.603 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.603000000, lastModified=2020-07-27 17:19:01.602122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.603000000, lastModified=2020-07-27 17:19:01.602122000, delta=878000 ns, racy<=2502500 ns 17:19:01.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.604000000, lastModified=2020-07-27 17:19:01.603122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.604000000, lastModified=2020-07-27 17:19:01.603122000, delta=878000 ns, racy<=2502500 ns 17:19:01.604 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.605000000, lastModified=2020-07-27 17:19:01.603122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.605 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.603122000 to 2020-07-27 17:19:01.604122000 17:19:01.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.606000000, lastModified=2020-07-27 17:19:01.605122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.606000000, lastModified=2020-07-27 17:19:01.605122000, delta=878000 ns, racy<=2502500 ns 17:19:01.606 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.607000000, lastModified=2020-07-27 17:19:01.606122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.607000000, lastModified=2020-07-27 17:19:01.606122000, delta=878000 ns, racy<=2502500 ns 17:19:01.607 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.608000000, lastModified=2020-07-27 17:19:01.607122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.608000000, lastModified=2020-07-27 17:19:01.607122000, delta=878000 ns, racy<=2502500 ns 17:19:01.608 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.609000000, lastModified=2020-07-27 17:19:01.607122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.607122000 to 2020-07-27 17:19:01.608122000 17:19:01.609 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.609000000, lastModified=2020-07-27 17:19:01.608122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.608122000 to 2020-07-27 17:19:01.609122000 17:19:01.610 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.610000000, lastModified=2020-07-27 17:19:01.609122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.610000000, lastModified=2020-07-27 17:19:01.609122000, delta=878000 ns, racy<=2502500 ns 17:19:01.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.611000000, lastModified=2020-07-27 17:19:01.610122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.611000000, lastModified=2020-07-27 17:19:01.610122000, delta=878000 ns, racy<=2502500 ns 17:19:01.611 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.612000000, lastModified=2020-07-27 17:19:01.611122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.612000000, lastModified=2020-07-27 17:19:01.611122000, delta=878000 ns, racy<=2502500 ns 17:19:01.612 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.612000000, lastModified=2020-07-27 17:19:01.611122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.611122000 to 2020-07-27 17:19:01.612122000 17:19:01.613 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.613000000, lastModified=2020-07-27 17:19:01.612122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.612122000 to 2020-07-27 17:19:01.613122000 17:19:01.614 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.614000000, lastModified=2020-07-27 17:19:01.613122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.615 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.613122000 to 2020-07-27 17:19:01.614122000 17:19:01.616 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.616000000, lastModified=2020-07-27 17:19:01.615122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.616 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.616000000, lastModified=2020-07-27 17:19:01.615122000, delta=878000 ns, racy<=2502500 ns 17:19:01.616 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.616 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.616000000, lastModified=2020-07-27 17:19:01.615122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.615122000 to 2020-07-27 17:19:01.616122000 17:19:01.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.617000000, lastModified=2020-07-27 17:19:01.616122000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.617000000, lastModified=2020-07-27 17:19:01.616122000, delta=878000 ns, racy<=2502500 ns 17:19:01.617 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.618000000, lastModified=2020-07-27 17:19:01.617123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.618000000, lastModified=2020-07-27 17:19:01.617123000, delta=877000 ns, racy<=2502500 ns 17:19:01.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.618 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.618000000, lastModified=2020-07-27 17:19:01.617123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.617123000 to 2020-07-27 17:19:01.618123000 17:19:01.619 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.619000000, lastModified=2020-07-27 17:19:01.618123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.619000000, lastModified=2020-07-27 17:19:01.618123000, delta=877000 ns, racy<=2502500 ns 17:19:01.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.620000000, lastModified=2020-07-27 17:19:01.619123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.620000000, lastModified=2020-07-27 17:19:01.619123000, delta=877000 ns, racy<=2502500 ns 17:19:01.620 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.621000000, lastModified=2020-07-27 17:19:01.619123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.619123000 to 2020-07-27 17:19:01.620123000 17:19:01.621 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.621000000, lastModified=2020-07-27 17:19:01.620123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.620123000 to 2020-07-27 17:19:01.621123000 17:19:01.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.622000000, lastModified=2020-07-27 17:19:01.621123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.622000000, lastModified=2020-07-27 17:19:01.621123000, delta=877000 ns, racy<=2502500 ns 17:19:01.622 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.623000000, lastModified=2020-07-27 17:19:01.622123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.623000000, lastModified=2020-07-27 17:19:01.622123000, delta=877000 ns, racy<=2502500 ns 17:19:01.623 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.624 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.624000000, lastModified=2020-07-27 17:19:01.622123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.624 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.622123000 to 2020-07-27 17:19:01.623123000 17:19:01.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.625000000, lastModified=2020-07-27 17:19:01.624123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.625000000, lastModified=2020-07-27 17:19:01.624123000, delta=877000 ns, racy<=2502500 ns 17:19:01.625 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.626000000, lastModified=2020-07-27 17:19:01.625123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.626000000, lastModified=2020-07-27 17:19:01.625123000, delta=877000 ns, racy<=2502500 ns 17:19:01.626 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.627000000, lastModified=2020-07-27 17:19:01.626123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.627000000, lastModified=2020-07-27 17:19:01.626123000, delta=877000 ns, racy<=2502500 ns 17:19:01.627 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.628000000, lastModified=2020-07-27 17:19:01.627123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.628000000, lastModified=2020-07-27 17:19:01.627123000, delta=877000 ns, racy<=2502500 ns 17:19:01.628 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.629 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.629000000, lastModified=2020-07-27 17:19:01.628123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.629000000, lastModified=2020-07-27 17:19:01.628123000, delta=877000 ns, racy<=2502500 ns 17:19:01.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.630000000, lastModified=2020-07-27 17:19:01.629123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.630000000, lastModified=2020-07-27 17:19:01.629123000, delta=877000 ns, racy<=2502500 ns 17:19:01.630 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.631000000, lastModified=2020-07-27 17:19:01.630123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.631000000, lastModified=2020-07-27 17:19:01.630123000, delta=877000 ns, racy<=2502500 ns 17:19:01.631 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.632 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.632000000, lastModified=2020-07-27 17:19:01.630123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.632 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.630123000 to 2020-07-27 17:19:01.631123000 17:19:01.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.633000000, lastModified=2020-07-27 17:19:01.632123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.633000000, lastModified=2020-07-27 17:19:01.632123000, delta=877000 ns, racy<=2502500 ns 17:19:01.633 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.634000000, lastModified=2020-07-27 17:19:01.633123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.634000000, lastModified=2020-07-27 17:19:01.633123000, delta=877000 ns, racy<=2502500 ns 17:19:01.634 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.635 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.635000000, lastModified=2020-07-27 17:19:01.634123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.635000000, lastModified=2020-07-27 17:19:01.634123000, delta=877000 ns, racy<=2502500 ns 17:19:01.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.636000000, lastModified=2020-07-27 17:19:01.635123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.636000000, lastModified=2020-07-27 17:19:01.635123000, delta=877000 ns, racy<=2502500 ns 17:19:01.636 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.637 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.637000000, lastModified=2020-07-27 17:19:01.636123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.637000000, lastModified=2020-07-27 17:19:01.636123000, delta=877000 ns, racy<=2502500 ns 17:19:01.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.638000000, lastModified=2020-07-27 17:19:01.637123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.638000000, lastModified=2020-07-27 17:19:01.637123000, delta=877000 ns, racy<=2502500 ns 17:19:01.638 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.639 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.639000000, lastModified=2020-07-27 17:19:01.637123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.639 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.637123000 to 2020-07-27 17:19:01.638123000 17:19:01.639 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.639000000, lastModified=2020-07-27 17:19:01.638123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.638123000 to 2020-07-27 17:19:01.639123000 17:19:01.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.640000000, lastModified=2020-07-27 17:19:01.639123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.640000000, lastModified=2020-07-27 17:19:01.639123000, delta=877000 ns, racy<=2502500 ns 17:19:01.640 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.641000000, lastModified=2020-07-27 17:19:01.640123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.641000000, lastModified=2020-07-27 17:19:01.640123000, delta=877000 ns, racy<=2502500 ns 17:19:01.641 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.642000000, lastModified=2020-07-27 17:19:01.641123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.642000000, lastModified=2020-07-27 17:19:01.641123000, delta=877000 ns, racy<=2502500 ns 17:19:01.642 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.643000000, lastModified=2020-07-27 17:19:01.642123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.643000000, lastModified=2020-07-27 17:19:01.642123000, delta=877000 ns, racy<=2502500 ns 17:19:01.643 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.643000000, lastModified=2020-07-27 17:19:01.642123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.642123000 to 2020-07-27 17:19:01.643123000 17:19:01.644 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.644000000, lastModified=2020-07-27 17:19:01.643123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.644000000, lastModified=2020-07-27 17:19:01.643123000, delta=877000 ns, racy<=2502500 ns 17:19:01.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.645000000, lastModified=2020-07-27 17:19:01.644123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.645000000, lastModified=2020-07-27 17:19:01.644123000, delta=877000 ns, racy<=2502500 ns 17:19:01.645 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.646000000, lastModified=2020-07-27 17:19:01.645123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.646000000, lastModified=2020-07-27 17:19:01.645123000, delta=877000 ns, racy<=2502500 ns 17:19:01.646 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.647 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.647000000, lastModified=2020-07-27 17:19:01.646123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.646123000 to 2020-07-27 17:19:01.647123000 17:19:01.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.648000000, lastModified=2020-07-27 17:19:01.647123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.648000000, lastModified=2020-07-27 17:19:01.647123000, delta=877000 ns, racy<=2502500 ns 17:19:01.648 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.649 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.649000000, lastModified=2020-07-27 17:19:01.648123000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.650 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.648123000 to 2020-07-27 17:19:01.649123000 17:19:01.690 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.690000000, lastModified=2020-07-27 17:19:01.689124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.690000000, lastModified=2020-07-27 17:19:01.689124000, delta=876000 ns, racy<=2502500 ns 17:19:01.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.691 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.691000000, lastModified=2020-07-27 17:19:01.690124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.692 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.690124000 to 2020-07-27 17:19:01.691124000 17:19:01.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.693000000, lastModified=2020-07-27 17:19:01.692124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.693000000, lastModified=2020-07-27 17:19:01.692124000, delta=876000 ns, racy<=2502500 ns 17:19:01.693 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.694000000, lastModified=2020-07-27 17:19:01.693124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.694000000, lastModified=2020-07-27 17:19:01.693124000, delta=876000 ns, racy<=2502500 ns 17:19:01.694 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.695000000, lastModified=2020-07-27 17:19:01.693124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.693124000 to 2020-07-27 17:19:01.694124000 17:19:01.695 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.695000000, lastModified=2020-07-27 17:19:01.694124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.696 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.694124000 to 2020-07-27 17:19:01.695124000 17:19:01.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.697000000, lastModified=2020-07-27 17:19:01.695124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.695124000 to 2020-07-27 17:19:01.696124000 17:19:01.697 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.697000000, lastModified=2020-07-27 17:19:01.696124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.696124000 to 2020-07-27 17:19:01.697124000 17:19:01.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.698000000, lastModified=2020-07-27 17:19:01.697124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.698 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.698000000, lastModified=2020-07-27 17:19:01.697124000, delta=876000 ns, racy<=2502500 ns 17:19:01.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.699000000, lastModified=2020-07-27 17:19:01.698124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.699000000, lastModified=2020-07-27 17:19:01.698124000, delta=876000 ns, racy<=2502500 ns 17:19:01.699 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.700000000, lastModified=2020-07-27 17:19:01.698124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.698124000 to 2020-07-27 17:19:01.699124000 17:19:01.700 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.700000000, lastModified=2020-07-27 17:19:01.699124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.699124000 to 2020-07-27 17:19:01.700124000 17:19:01.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.701000000, lastModified=2020-07-27 17:19:01.700124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.701000000, lastModified=2020-07-27 17:19:01.700124000, delta=876000 ns, racy<=2502500 ns 17:19:01.701 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.702000000, lastModified=2020-07-27 17:19:01.701124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.702000000, lastModified=2020-07-27 17:19:01.701124000, delta=876000 ns, racy<=2502500 ns 17:19:01.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.702 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.702000000, lastModified=2020-07-27 17:19:01.701124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.702000000, lastModified=2020-07-27 17:19:01.701124000, delta=876000 ns, racy<=2502500 ns 17:19:01.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.703 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.703000000, lastModified=2020-07-27 17:19:01.702124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.702124000 to 2020-07-27 17:19:01.703124000 17:19:01.704 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.704000000, lastModified=2020-07-27 17:19:01.703124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.705 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.703124000 to 2020-07-27 17:19:01.704124000 17:19:01.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.705000000, lastModified=2020-07-27 17:19:01.704124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.704124000 to 2020-07-27 17:19:01.705124000 17:19:01.706 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.706000000, lastModified=2020-07-27 17:19:01.705124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.706000000, lastModified=2020-07-27 17:19:01.705124000, delta=876000 ns, racy<=2502500 ns 17:19:01.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.707000000, lastModified=2020-07-27 17:19:01.706124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.707000000, lastModified=2020-07-27 17:19:01.706124000, delta=876000 ns, racy<=2502500 ns 17:19:01.707 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.708000000, lastModified=2020-07-27 17:19:01.707124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.708000000, lastModified=2020-07-27 17:19:01.707124000, delta=876000 ns, racy<=2502500 ns 17:19:01.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.708 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.708000000, lastModified=2020-07-27 17:19:01.707124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.709 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.707124000 to 2020-07-27 17:19:01.708124000 17:19:01.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.710000000, lastModified=2020-07-27 17:19:01.709124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.710000000, lastModified=2020-07-27 17:19:01.709124000, delta=876000 ns, racy<=2502500 ns 17:19:01.710 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.711 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.711000000, lastModified=2020-07-27 17:19:01.710124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.711000000, lastModified=2020-07-27 17:19:01.710124000, delta=876000 ns, racy<=2502500 ns 17:19:01.712 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.713000000, lastModified=2020-07-27 17:19:01.711124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.711124000 to 2020-07-27 17:19:01.712124000 17:19:01.713 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.713000000, lastModified=2020-07-27 17:19:01.712124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.713000000, lastModified=2020-07-27 17:19:01.712124000, delta=876000 ns, racy<=2502500 ns 17:19:01.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.714000000, lastModified=2020-07-27 17:19:01.713124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.714000000, lastModified=2020-07-27 17:19:01.713124000, delta=876000 ns, racy<=2502500 ns 17:19:01.714 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.715000000, lastModified=2020-07-27 17:19:01.713124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.713124000 to 2020-07-27 17:19:01.714124000 17:19:01.715 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.715000000, lastModified=2020-07-27 17:19:01.714124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.716 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.714124000 to 2020-07-27 17:19:01.715124000 17:19:01.717 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.717000000, lastModified=2020-07-27 17:19:01.716124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.717000000, lastModified=2020-07-27 17:19:01.716124000, delta=876000 ns, racy<=2502500 ns 17:19:01.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.718000000, lastModified=2020-07-27 17:19:01.717124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.718000000, lastModified=2020-07-27 17:19:01.717124000, delta=876000 ns, racy<=2502500 ns 17:19:01.718 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.719000000, lastModified=2020-07-27 17:19:01.718124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.719000000, lastModified=2020-07-27 17:19:01.718124000, delta=876000 ns, racy<=2502500 ns 17:19:01.719 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.720000000, lastModified=2020-07-27 17:19:01.719124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.720000000, lastModified=2020-07-27 17:19:01.719124000, delta=876000 ns, racy<=2502500 ns 17:19:01.720 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.721000000, lastModified=2020-07-27 17:19:01.720124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.721000000, lastModified=2020-07-27 17:19:01.720124000, delta=876000 ns, racy<=2502500 ns 17:19:01.721 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.722000000, lastModified=2020-07-27 17:19:01.720124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.720124000 to 2020-07-27 17:19:01.721124000 17:19:01.722 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.722000000, lastModified=2020-07-27 17:19:01.721124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.723 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.721124000 to 2020-07-27 17:19:01.722124000 17:19:01.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.724000000, lastModified=2020-07-27 17:19:01.723124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.724000000, lastModified=2020-07-27 17:19:01.723124000, delta=876000 ns, racy<=2502500 ns 17:19:01.724 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.725000000, lastModified=2020-07-27 17:19:01.724124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.725000000, lastModified=2020-07-27 17:19:01.724124000, delta=876000 ns, racy<=2502500 ns 17:19:01.725 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.726000000, lastModified=2020-07-27 17:19:01.725124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.726000000, lastModified=2020-07-27 17:19:01.725124000, delta=876000 ns, racy<=2502500 ns 17:19:01.726 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.727000000, lastModified=2020-07-27 17:19:01.725124000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.725124000 to 2020-07-27 17:19:01.726125000 17:19:01.727 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.727000000, lastModified=2020-07-27 17:19:01.726125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.726125000 to 2020-07-27 17:19:01.727125000 17:19:01.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.728000000, lastModified=2020-07-27 17:19:01.727125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.728000000, lastModified=2020-07-27 17:19:01.727125000, delta=875000 ns, racy<=2502500 ns 17:19:01.728 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.729000000, lastModified=2020-07-27 17:19:01.728125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.729000000, lastModified=2020-07-27 17:19:01.728125000, delta=875000 ns, racy<=2502500 ns 17:19:01.729 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.730 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.730000000, lastModified=2020-07-27 17:19:01.729125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.729125000 to 2020-07-27 17:19:01.730125000 17:19:01.731 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.731000000, lastModified=2020-07-27 17:19:01.730125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.730125000 to 2020-07-27 17:19:01.731125000 17:19:01.732 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.732000000, lastModified=2020-07-27 17:19:01.731125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.733 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.731125000 to 2020-07-27 17:19:01.732125000 17:19:01.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.734000000, lastModified=2020-07-27 17:19:01.733125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.734000000, lastModified=2020-07-27 17:19:01.733125000, delta=875000 ns, racy<=2502500 ns 17:19:01.734 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.735 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.735000000, lastModified=2020-07-27 17:19:01.733125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.735 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.733125000 to 2020-07-27 17:19:01.734125000 17:19:01.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.736000000, lastModified=2020-07-27 17:19:01.734125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.736 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.734125000 to 2020-07-27 17:19:01.735125000 17:19:01.737 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.737000000, lastModified=2020-07-27 17:19:01.736125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.737 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.737000000, lastModified=2020-07-27 17:19:01.736125000, delta=875000 ns, racy<=2502500 ns 17:19:01.737 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.738 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.738000000, lastModified=2020-07-27 17:19:01.737125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.739 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.737125000 to 2020-07-27 17:19:01.738125000 17:19:01.739 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.739000000, lastModified=2020-07-27 17:19:01.738125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.739 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.739000000, lastModified=2020-07-27 17:19:01.738125000, delta=875000 ns, racy<=2502500 ns 17:19:01.739 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.740 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.740000000, lastModified=2020-07-27 17:19:01.739125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.741 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.740000000, lastModified=2020-07-27 17:19:01.739125000, delta=875000 ns, racy<=2502500 ns 17:19:01.741 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.741 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.741000000, lastModified=2020-07-27 17:19:01.740125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.742 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.740125000 to 2020-07-27 17:19:01.741125000 17:19:01.742 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.742000000, lastModified=2020-07-27 17:19:01.741125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.743 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.741125000 to 2020-07-27 17:19:01.742125000 17:19:01.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.744000000, lastModified=2020-07-27 17:19:01.742125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.744 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.742125000 to 2020-07-27 17:19:01.743125000 17:19:01.745 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.745000000, lastModified=2020-07-27 17:19:01.743125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.745 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.743125000 to 2020-07-27 17:19:01.744125000 17:19:01.746 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.746000000, lastModified=2020-07-27 17:19:01.745125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.746000000, lastModified=2020-07-27 17:19:01.745125000, delta=875000 ns, racy<=2502500 ns 17:19:01.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.747 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.747000000, lastModified=2020-07-27 17:19:01.746125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.746125000 to 2020-07-27 17:19:01.747125000 17:19:01.748 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.748000000, lastModified=2020-07-27 17:19:01.747125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.749 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.748000000, lastModified=2020-07-27 17:19:01.747125000, delta=875000 ns, racy<=2502500 ns 17:19:01.749 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.749 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.749000000, lastModified=2020-07-27 17:19:01.748125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.750 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.748125000 to 2020-07-27 17:19:01.749125000 17:19:01.750 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.750000000, lastModified=2020-07-27 17:19:01.749125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.751 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.749125000 to 2020-07-27 17:19:01.750125000 17:19:01.752 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.752000000, lastModified=2020-07-27 17:19:01.750125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.752 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.750125000 to 2020-07-27 17:19:01.751125000 17:19:01.752 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.752000000, lastModified=2020-07-27 17:19:01.751125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.753 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.751125000 to 2020-07-27 17:19:01.752125000 17:19:01.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.754000000, lastModified=2020-07-27 17:19:01.753125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.754000000, lastModified=2020-07-27 17:19:01.753125000, delta=875000 ns, racy<=2502500 ns 17:19:01.754 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.755 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.755000000, lastModified=2020-07-27 17:19:01.753125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.753125000 to 2020-07-27 17:19:01.754125000 17:19:01.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.756000000, lastModified=2020-07-27 17:19:01.755125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.756000000, lastModified=2020-07-27 17:19:01.755125000, delta=875000 ns, racy<=2502500 ns 17:19:01.756 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.757000000, lastModified=2020-07-27 17:19:01.756125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.757000000, lastModified=2020-07-27 17:19:01.756125000, delta=875000 ns, racy<=2502500 ns 17:19:01.757 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.758000000, lastModified=2020-07-27 17:19:01.756125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.756125000 to 2020-07-27 17:19:01.757125000 17:19:01.758 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.758000000, lastModified=2020-07-27 17:19:01.757125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.757125000 to 2020-07-27 17:19:01.758125000 17:19:01.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.759000000, lastModified=2020-07-27 17:19:01.758125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.759000000, lastModified=2020-07-27 17:19:01.758125000, delta=875000 ns, racy<=2502500 ns 17:19:01.759 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.760000000, lastModified=2020-07-27 17:19:01.759125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.760000000, lastModified=2020-07-27 17:19:01.759125000, delta=875000 ns, racy<=2502500 ns 17:19:01.760 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.761000000, lastModified=2020-07-27 17:19:01.759125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.759125000 to 2020-07-27 17:19:01.760125000 17:19:01.761 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.761000000, lastModified=2020-07-27 17:19:01.760125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.760125000 to 2020-07-27 17:19:01.761125000 17:19:01.762 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.762000000, lastModified=2020-07-27 17:19:01.761125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.763 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.761125000 to 2020-07-27 17:19:01.762125000 17:19:01.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.764000000, lastModified=2020-07-27 17:19:01.763125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.764000000, lastModified=2020-07-27 17:19:01.763125000, delta=875000 ns, racy<=2502500 ns 17:19:01.764 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.765000000, lastModified=2020-07-27 17:19:01.764125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.765000000, lastModified=2020-07-27 17:19:01.764125000, delta=875000 ns, racy<=2502500 ns 17:19:01.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.765 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.765000000, lastModified=2020-07-27 17:19:01.764125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.764125000 to 2020-07-27 17:19:01.765125000 17:19:01.766 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.766000000, lastModified=2020-07-27 17:19:01.765125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.766000000, lastModified=2020-07-27 17:19:01.765125000, delta=875000 ns, racy<=2502500 ns 17:19:01.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.767000000, lastModified=2020-07-27 17:19:01.766125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.767000000, lastModified=2020-07-27 17:19:01.766125000, delta=875000 ns, racy<=2502500 ns 17:19:01.767 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.768 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.768000000, lastModified=2020-07-27 17:19:01.766125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.768 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.766125000 to 2020-07-27 17:19:01.767125000 17:19:01.768 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.768000000, lastModified=2020-07-27 17:19:01.767125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.769 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.767125000 to 2020-07-27 17:19:01.768125000 17:19:01.770 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.770000000, lastModified=2020-07-27 17:19:01.769125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.770 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.770000000, lastModified=2020-07-27 17:19:01.769125000, delta=875000 ns, racy<=2502500 ns 17:19:01.770 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.771 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.771000000, lastModified=2020-07-27 17:19:01.769125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.771 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.769125000 to 2020-07-27 17:19:01.770125000 17:19:01.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.772000000, lastModified=2020-07-27 17:19:01.771125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.772000000, lastModified=2020-07-27 17:19:01.771125000, delta=875000 ns, racy<=2502500 ns 17:19:01.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.772 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.772000000, lastModified=2020-07-27 17:19:01.771125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.773 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.771125000 to 2020-07-27 17:19:01.772125000 17:19:01.774 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.774000000, lastModified=2020-07-27 17:19:01.773125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.774 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.774000000, lastModified=2020-07-27 17:19:01.773125000, delta=875000 ns, racy<=2502500 ns 17:19:01.774 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.775 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.775000000, lastModified=2020-07-27 17:19:01.774125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.776 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.774125000 to 2020-07-27 17:19:01.775125000 17:19:01.776 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.776000000, lastModified=2020-07-27 17:19:01.775125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.777 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.776000000, lastModified=2020-07-27 17:19:01.775125000, delta=875000 ns, racy<=2502500 ns 17:19:01.777 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.777 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.777000000, lastModified=2020-07-27 17:19:01.776125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.778 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.776125000 to 2020-07-27 17:19:01.777125000 17:19:01.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.779000000, lastModified=2020-07-27 17:19:01.777125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.779 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.777125000 to 2020-07-27 17:19:01.778125000 17:19:01.780 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.780000000, lastModified=2020-07-27 17:19:01.778125000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.781 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.778125000 to 2020-07-27 17:19:01.779125000 17:19:01.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.782000000, lastModified=2020-07-27 17:19:01.781126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.782000000, lastModified=2020-07-27 17:19:01.781126000, delta=874000 ns, racy<=2502500 ns 17:19:01.782 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.783000000, lastModified=2020-07-27 17:19:01.781126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.783 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.781126000 to 2020-07-27 17:19:01.782126000 17:19:01.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.784000000, lastModified=2020-07-27 17:19:01.782126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.784 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.782126000 to 2020-07-27 17:19:01.783126000 17:19:01.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.785000000, lastModified=2020-07-27 17:19:01.784126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.785000000, lastModified=2020-07-27 17:19:01.784126000, delta=874000 ns, racy<=2502500 ns 17:19:01.785 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.786 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.786000000, lastModified=2020-07-27 17:19:01.785126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.785126000 to 2020-07-27 17:19:01.786126000 17:19:01.787 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.787000000, lastModified=2020-07-27 17:19:01.786126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.786126000 to 2020-07-27 17:19:01.787126000 17:19:01.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.788000000, lastModified=2020-07-27 17:19:01.787126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.788000000, lastModified=2020-07-27 17:19:01.787126000, delta=874000 ns, racy<=2502500 ns 17:19:01.788 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.789 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.789000000, lastModified=2020-07-27 17:19:01.788126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.788126000 to 2020-07-27 17:19:01.789126000 17:19:01.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.790000000, lastModified=2020-07-27 17:19:01.789126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.790000000, lastModified=2020-07-27 17:19:01.789126000, delta=874000 ns, racy<=2502500 ns 17:19:01.790 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.791000000, lastModified=2020-07-27 17:19:01.790126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.791000000, lastModified=2020-07-27 17:19:01.790126000, delta=874000 ns, racy<=2502500 ns 17:19:01.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.791 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.791000000, lastModified=2020-07-27 17:19:01.790126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.790126000 to 2020-07-27 17:19:01.791126000 17:19:01.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.792000000, lastModified=2020-07-27 17:19:01.791126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.792000000, lastModified=2020-07-27 17:19:01.791126000, delta=874000 ns, racy<=2502500 ns 17:19:01.792 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.793000000, lastModified=2020-07-27 17:19:01.792126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.793000000, lastModified=2020-07-27 17:19:01.792126000, delta=874000 ns, racy<=2502500 ns 17:19:01.793 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.794 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.794000000, lastModified=2020-07-27 17:19:01.793126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.794000000, lastModified=2020-07-27 17:19:01.793126000, delta=874000 ns, racy<=2502500 ns 17:19:01.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.795000000, lastModified=2020-07-27 17:19:01.794126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.795000000, lastModified=2020-07-27 17:19:01.794126000, delta=874000 ns, racy<=2502500 ns 17:19:01.795 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.796000000, lastModified=2020-07-27 17:19:01.794126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.794126000 to 2020-07-27 17:19:01.795126000 17:19:01.796 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.796000000, lastModified=2020-07-27 17:19:01.795126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.796000000, lastModified=2020-07-27 17:19:01.795126000, delta=874000 ns, racy<=2502500 ns 17:19:01.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.797 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.797000000, lastModified=2020-07-27 17:19:01.796126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.796126000 to 2020-07-27 17:19:01.797126000 17:19:01.798 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.798000000, lastModified=2020-07-27 17:19:01.797126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.798000000, lastModified=2020-07-27 17:19:01.797126000, delta=874000 ns, racy<=2502500 ns 17:19:01.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.799000000, lastModified=2020-07-27 17:19:01.798126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.799000000, lastModified=2020-07-27 17:19:01.798126000, delta=874000 ns, racy<=2502500 ns 17:19:01.799 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.800 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.800000000, lastModified=2020-07-27 17:19:01.799126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.799126000 to 2020-07-27 17:19:01.800126000 17:19:01.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.801000000, lastModified=2020-07-27 17:19:01.800126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.801000000, lastModified=2020-07-27 17:19:01.800126000, delta=874000 ns, racy<=2502500 ns 17:19:01.801 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.802000000, lastModified=2020-07-27 17:19:01.801126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.802000000, lastModified=2020-07-27 17:19:01.801126000, delta=874000 ns, racy<=2502500 ns 17:19:01.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.802 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.802000000, lastModified=2020-07-27 17:19:01.801126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.803 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.801126000 to 2020-07-27 17:19:01.802126000 17:19:01.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.804000000, lastModified=2020-07-27 17:19:01.803126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.804000000, lastModified=2020-07-27 17:19:01.803126000, delta=874000 ns, racy<=2502500 ns 17:19:01.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.804 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.804000000, lastModified=2020-07-27 17:19:01.803126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.805 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.803126000 to 2020-07-27 17:19:01.804126000 17:19:01.806 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.806000000, lastModified=2020-07-27 17:19:01.805126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.805126000 to 2020-07-27 17:19:01.806126000 17:19:01.807 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.807000000, lastModified=2020-07-27 17:19:01.806126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.807000000, lastModified=2020-07-27 17:19:01.806126000, delta=874000 ns, racy<=2502500 ns 17:19:01.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.808 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.808000000, lastModified=2020-07-27 17:19:01.807126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.807126000 to 2020-07-27 17:19:01.808126000 17:19:01.809 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.809000000, lastModified=2020-07-27 17:19:01.808126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.809000000, lastModified=2020-07-27 17:19:01.808126000, delta=874000 ns, racy<=2502500 ns 17:19:01.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.810000000, lastModified=2020-07-27 17:19:01.809126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.810000000, lastModified=2020-07-27 17:19:01.809126000, delta=874000 ns, racy<=2502500 ns 17:19:01.810 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.811 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.811000000, lastModified=2020-07-27 17:19:01.810126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.811000000, lastModified=2020-07-27 17:19:01.810126000, delta=874000 ns, racy<=2502500 ns 17:19:01.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.812 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.812000000, lastModified=2020-07-27 17:19:01.811126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.811126000 to 2020-07-27 17:19:01.812126000 17:19:01.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.813000000, lastModified=2020-07-27 17:19:01.812126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.813 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.813000000, lastModified=2020-07-27 17:19:01.812126000, delta=874000 ns, racy<=2502500 ns 17:19:01.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.814000000, lastModified=2020-07-27 17:19:01.813126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.814000000, lastModified=2020-07-27 17:19:01.813126000, delta=874000 ns, racy<=2502500 ns 17:19:01.814 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.815 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.815000000, lastModified=2020-07-27 17:19:01.814126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.815000000, lastModified=2020-07-27 17:19:01.814126000, delta=874000 ns, racy<=2502500 ns 17:19:01.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.816000000, lastModified=2020-07-27 17:19:01.815126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.816000000, lastModified=2020-07-27 17:19:01.815126000, delta=874000 ns, racy<=2502500 ns 17:19:01.816 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.817000000, lastModified=2020-07-27 17:19:01.815126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.815126000 to 2020-07-27 17:19:01.816126000 17:19:01.817 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.817000000, lastModified=2020-07-27 17:19:01.816126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.818 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.816126000 to 2020-07-27 17:19:01.817126000 17:19:01.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.819000000, lastModified=2020-07-27 17:19:01.817126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.817126000 to 2020-07-27 17:19:01.818126000 17:19:01.819 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.819000000, lastModified=2020-07-27 17:19:01.818126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.820 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.818126000 to 2020-07-27 17:19:01.819126000 17:19:01.821 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.821000000, lastModified=2020-07-27 17:19:01.819126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.821 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.819126000 to 2020-07-27 17:19:01.820126000 17:19:01.821 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.821000000, lastModified=2020-07-27 17:19:01.820126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.822 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.820126000 to 2020-07-27 17:19:01.821126000 17:19:01.823 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.823000000, lastModified=2020-07-27 17:19:01.822126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.822126000 to 2020-07-27 17:19:01.823126000 17:19:01.824 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.824000000, lastModified=2020-07-27 17:19:01.823126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.824000000, lastModified=2020-07-27 17:19:01.823126000, delta=874000 ns, racy<=2502500 ns 17:19:01.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.825 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.825000000, lastModified=2020-07-27 17:19:01.824126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.824126000 to 2020-07-27 17:19:01.825126000 17:19:01.826 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.826000000, lastModified=2020-07-27 17:19:01.825126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.825126000 to 2020-07-27 17:19:01.826126000 17:19:01.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.827000000, lastModified=2020-07-27 17:19:01.826126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.827000000, lastModified=2020-07-27 17:19:01.826126000, delta=874000 ns, racy<=2502500 ns 17:19:01.827 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.828 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.828000000, lastModified=2020-07-27 17:19:01.827126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.827126000 to 2020-07-27 17:19:01.828126000 17:19:01.829 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.829000000, lastModified=2020-07-27 17:19:01.828126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.829000000, lastModified=2020-07-27 17:19:01.828126000, delta=874000 ns, racy<=2502500 ns 17:19:01.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.830 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.830000000, lastModified=2020-07-27 17:19:01.829126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.830000000, lastModified=2020-07-27 17:19:01.829126000, delta=874000 ns, racy<=2502500 ns 17:19:01.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.831 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.831000000, lastModified=2020-07-27 17:19:01.830126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.830126000 to 2020-07-27 17:19:01.831126000 17:19:01.832 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.832000000, lastModified=2020-07-27 17:19:01.831126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.833 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.831126000 to 2020-07-27 17:19:01.832126000 17:19:01.834 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.834000000, lastModified=2020-07-27 17:19:01.832126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.834 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.832126000 to 2020-07-27 17:19:01.833126000 17:19:01.834 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.834000000, lastModified=2020-07-27 17:19:01.833126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.835 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.833126000 to 2020-07-27 17:19:01.834126000 17:19:01.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.836000000, lastModified=2020-07-27 17:19:01.835126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.836000000, lastModified=2020-07-27 17:19:01.835126000, delta=874000 ns, racy<=2502500 ns 17:19:01.836 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.837 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.837000000, lastModified=2020-07-27 17:19:01.835126000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.838 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.835126000 to 2020-07-27 17:19:01.836127000 17:19:01.838 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.838000000, lastModified=2020-07-27 17:19:01.837127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.838 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.838000000, lastModified=2020-07-27 17:19:01.837127000, delta=873000 ns, racy<=2502500 ns 17:19:01.838 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.839 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.839000000, lastModified=2020-07-27 17:19:01.838127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.840 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.838127000 to 2020-07-27 17:19:01.839127000 17:19:01.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.841000000, lastModified=2020-07-27 17:19:01.839127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.841 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.839127000 to 2020-07-27 17:19:01.840127000 17:19:01.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.842000000, lastModified=2020-07-27 17:19:01.840127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.842 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.840127000 to 2020-07-27 17:19:01.841127000 17:19:01.843 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.843000000, lastModified=2020-07-27 17:19:01.842127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.843000000, lastModified=2020-07-27 17:19:01.842127000, delta=873000 ns, racy<=2502500 ns 17:19:01.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.844 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.844000000, lastModified=2020-07-27 17:19:01.843127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.845 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.843127000 to 2020-07-27 17:19:01.844127000 17:19:01.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.846000000, lastModified=2020-07-27 17:19:01.844127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.844127000 to 2020-07-27 17:19:01.845127000 17:19:01.846 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.846000000, lastModified=2020-07-27 17:19:01.845127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.845127000 to 2020-07-27 17:19:01.846127000 17:19:01.847 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.847000000, lastModified=2020-07-27 17:19:01.846127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.847000000, lastModified=2020-07-27 17:19:01.846127000, delta=873000 ns, racy<=2502500 ns 17:19:01.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.848000000, lastModified=2020-07-27 17:19:01.847127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.848000000, lastModified=2020-07-27 17:19:01.847127000, delta=873000 ns, racy<=2502500 ns 17:19:01.848 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.849000000, lastModified=2020-07-27 17:19:01.848127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.849000000, lastModified=2020-07-27 17:19:01.848127000, delta=873000 ns, racy<=2502500 ns 17:19:01.849 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.850 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.850000000, lastModified=2020-07-27 17:19:01.849127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.850000000, lastModified=2020-07-27 17:19:01.849127000, delta=873000 ns, racy<=2502500 ns 17:19:01.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.851000000, lastModified=2020-07-27 17:19:01.850127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.851000000, lastModified=2020-07-27 17:19:01.850127000, delta=873000 ns, racy<=2502500 ns 17:19:01.851 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.852 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.852000000, lastModified=2020-07-27 17:19:01.851127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.852000000, lastModified=2020-07-27 17:19:01.851127000, delta=873000 ns, racy<=2502500 ns 17:19:01.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.853000000, lastModified=2020-07-27 17:19:01.852127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.853000000, lastModified=2020-07-27 17:19:01.852127000, delta=873000 ns, racy<=2502500 ns 17:19:01.853 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.854 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.854000000, lastModified=2020-07-27 17:19:01.853127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.853127000 to 2020-07-27 17:19:01.854127000 17:19:01.855 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.855000000, lastModified=2020-07-27 17:19:01.854127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.855000000, lastModified=2020-07-27 17:19:01.854127000, delta=873000 ns, racy<=2502500 ns 17:19:01.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.856 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.856000000, lastModified=2020-07-27 17:19:01.855127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.856000000, lastModified=2020-07-27 17:19:01.855127000, delta=873000 ns, racy<=2502500 ns 17:19:01.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.857 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.857000000, lastModified=2020-07-27 17:19:01.856127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.856127000 to 2020-07-27 17:19:01.857127000 17:19:01.858 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.858000000, lastModified=2020-07-27 17:19:01.857127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.859 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.857127000 to 2020-07-27 17:19:01.858127000 17:19:01.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.860000000, lastModified=2020-07-27 17:19:01.858127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.858127000 to 2020-07-27 17:19:01.859127000 17:19:01.860 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.860000000, lastModified=2020-07-27 17:19:01.859127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.859127000 to 2020-07-27 17:19:01.860127000 17:19:01.861 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.861000000, lastModified=2020-07-27 17:19:01.860127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.862 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.860127000 to 2020-07-27 17:19:01.861127000 17:19:01.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.863000000, lastModified=2020-07-27 17:19:01.861127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.863 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.861127000 to 2020-07-27 17:19:01.862127000 17:19:01.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.864000000, lastModified=2020-07-27 17:19:01.863127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.864000000, lastModified=2020-07-27 17:19:01.863127000, delta=873000 ns, racy<=2502500 ns 17:19:01.864 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.865 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.865000000, lastModified=2020-07-27 17:19:01.864127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.864127000 to 2020-07-27 17:19:01.865127000 17:19:01.866 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.866000000, lastModified=2020-07-27 17:19:01.865127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.866000000, lastModified=2020-07-27 17:19:01.865127000, delta=873000 ns, racy<=2502500 ns 17:19:01.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.867 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.867000000, lastModified=2020-07-27 17:19:01.866127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.866127000 to 2020-07-27 17:19:01.867127000 17:19:01.868 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.868000000, lastModified=2020-07-27 17:19:01.867127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.869 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.867127000 to 2020-07-27 17:19:01.868127000 17:19:01.869 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.869000000, lastModified=2020-07-27 17:19:01.868127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.869000000, lastModified=2020-07-27 17:19:01.868127000, delta=873000 ns, racy<=2502500 ns 17:19:01.870 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.871000000, lastModified=2020-07-27 17:19:01.869127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.869127000 to 2020-07-27 17:19:01.870127000 17:19:01.871 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.871000000, lastModified=2020-07-27 17:19:01.870127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.872 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.870127000 to 2020-07-27 17:19:01.871127000 17:19:01.872 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.872000000, lastModified=2020-07-27 17:19:01.871127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.872000000, lastModified=2020-07-27 17:19:01.871127000, delta=873000 ns, racy<=2502500 ns 17:19:01.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.873000000, lastModified=2020-07-27 17:19:01.872127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.873000000, lastModified=2020-07-27 17:19:01.872127000, delta=873000 ns, racy<=2502500 ns 17:19:01.873 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.874000000, lastModified=2020-07-27 17:19:01.872127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.872127000 to 2020-07-27 17:19:01.873127000 17:19:01.874 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.874000000, lastModified=2020-07-27 17:19:01.873127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.875 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.873127000 to 2020-07-27 17:19:01.874127000 17:19:01.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.876000000, lastModified=2020-07-27 17:19:01.875127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.876000000, lastModified=2020-07-27 17:19:01.875127000, delta=873000 ns, racy<=2502500 ns 17:19:01.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.876 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.876000000, lastModified=2020-07-27 17:19:01.875127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.877 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.875127000 to 2020-07-27 17:19:01.876127000 17:19:01.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.878000000, lastModified=2020-07-27 17:19:01.877127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.878000000, lastModified=2020-07-27 17:19:01.877127000, delta=873000 ns, racy<=2502500 ns 17:19:01.878 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.879 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.879000000, lastModified=2020-07-27 17:19:01.878127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.878127000 to 2020-07-27 17:19:01.879127000 17:19:01.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.880000000, lastModified=2020-07-27 17:19:01.879127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.880000000, lastModified=2020-07-27 17:19:01.879127000, delta=873000 ns, racy<=2502500 ns 17:19:01.880 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.881 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.881000000, lastModified=2020-07-27 17:19:01.880127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.880127000 to 2020-07-27 17:19:01.881127000 17:19:01.882 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.882000000, lastModified=2020-07-27 17:19:01.881127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.883 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.881127000 to 2020-07-27 17:19:01.882127000 17:19:01.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.884000000, lastModified=2020-07-27 17:19:01.882127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.882127000 to 2020-07-27 17:19:01.883127000 17:19:01.884 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.884000000, lastModified=2020-07-27 17:19:01.883127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.885 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.883127000 to 2020-07-27 17:19:01.884127000 17:19:01.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.886000000, lastModified=2020-07-27 17:19:01.885127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.886000000, lastModified=2020-07-27 17:19:01.885127000, delta=873000 ns, racy<=2502500 ns 17:19:01.886 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.887 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.887000000, lastModified=2020-07-27 17:19:01.886127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.887000000, lastModified=2020-07-27 17:19:01.886127000, delta=873000 ns, racy<=2502500 ns 17:19:01.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.888000000, lastModified=2020-07-27 17:19:01.887127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.888000000, lastModified=2020-07-27 17:19:01.887127000, delta=873000 ns, racy<=2502500 ns 17:19:01.888 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.889 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.889000000, lastModified=2020-07-27 17:19:01.888127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.888127000 to 2020-07-27 17:19:01.889127000 17:19:01.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.890000000, lastModified=2020-07-27 17:19:01.889127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.890000000, lastModified=2020-07-27 17:19:01.889127000, delta=873000 ns, racy<=2502500 ns 17:19:01.890 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.891 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.891000000, lastModified=2020-07-27 17:19:01.890127000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.891000000, lastModified=2020-07-27 17:19:01.890127000, delta=873000 ns, racy<=2502500 ns 17:19:01.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.892 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.892000000, lastModified=2020-07-27 17:19:01.891128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.892000000, lastModified=2020-07-27 17:19:01.891128000, delta=872000 ns, racy<=2502500 ns 17:19:01.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.893 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.893000000, lastModified=2020-07-27 17:19:01.892128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.894 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.892128000 to 2020-07-27 17:19:01.893128000 17:19:01.894 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.894000000, lastModified=2020-07-27 17:19:01.893128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.894000000, lastModified=2020-07-27 17:19:01.893128000, delta=872000 ns, racy<=2502500 ns 17:19:01.895 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.896000000, lastModified=2020-07-27 17:19:01.895128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.896000000, lastModified=2020-07-27 17:19:01.895128000, delta=872000 ns, racy<=2502500 ns 17:19:01.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.896 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.896000000, lastModified=2020-07-27 17:19:01.895128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.895128000 to 2020-07-27 17:19:01.896128000 17:19:01.897 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.897000000, lastModified=2020-07-27 17:19:01.896128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.897000000, lastModified=2020-07-27 17:19:01.896128000, delta=872000 ns, racy<=2502500 ns 17:19:01.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.898 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.898000000, lastModified=2020-07-27 17:19:01.897128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.897128000 to 2020-07-27 17:19:01.898128000 17:19:01.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.899000000, lastModified=2020-07-27 17:19:01.898128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.899000000, lastModified=2020-07-27 17:19:01.898128000, delta=872000 ns, racy<=2502500 ns 17:19:01.899 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.900 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.900000000, lastModified=2020-07-27 17:19:01.899128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.900 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.900000000, lastModified=2020-07-27 17:19:01.899128000, delta=872000 ns, racy<=2502500 ns 17:19:01.900 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.901000000, lastModified=2020-07-27 17:19:01.900128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.901000000, lastModified=2020-07-27 17:19:01.900128000, delta=872000 ns, racy<=2502500 ns 17:19:01.901 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.902 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.902000000, lastModified=2020-07-27 17:19:01.901128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.902 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.902000000, lastModified=2020-07-27 17:19:01.901128000, delta=872000 ns, racy<=2502500 ns 17:19:01.902 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.902 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.902000000, lastModified=2020-07-27 17:19:01.901128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.902000000, lastModified=2020-07-27 17:19:01.901128000, delta=872000 ns, racy<=2502500 ns 17:19:01.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.903000000, lastModified=2020-07-27 17:19:01.902128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.903000000, lastModified=2020-07-27 17:19:01.902128000, delta=872000 ns, racy<=2502500 ns 17:19:01.903 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.904 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.904000000, lastModified=2020-07-27 17:19:01.903128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.905 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.903128000 to 2020-07-27 17:19:01.904128000 17:19:01.905 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.905000000, lastModified=2020-07-27 17:19:01.904128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.906 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.904128000 to 2020-07-27 17:19:01.905128000 17:19:01.906 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.906000000, lastModified=2020-07-27 17:19:01.905128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.905128000 to 2020-07-27 17:19:01.906128000 17:19:01.907 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.907000000, lastModified=2020-07-27 17:19:01.906128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.906128000 to 2020-07-27 17:19:01.907128000 17:19:01.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.908000000, lastModified=2020-07-27 17:19:01.907128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.908000000, lastModified=2020-07-27 17:19:01.907128000, delta=872000 ns, racy<=2502500 ns 17:19:01.908 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.909000000, lastModified=2020-07-27 17:19:01.907128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.909 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.907128000 to 2020-07-27 17:19:01.908128000 17:19:01.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.910000000, lastModified=2020-07-27 17:19:01.909128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.910000000, lastModified=2020-07-27 17:19:01.909128000, delta=872000 ns, racy<=2502500 ns 17:19:01.910 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.911000000, lastModified=2020-07-27 17:19:01.909128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.909128000 to 2020-07-27 17:19:01.910128000 17:19:01.911 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.911000000, lastModified=2020-07-27 17:19:01.910128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.912 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.910128000 to 2020-07-27 17:19:01.911128000 17:19:01.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.913000000, lastModified=2020-07-27 17:19:01.912128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.913000000, lastModified=2020-07-27 17:19:01.912128000, delta=872000 ns, racy<=2502500 ns 17:19:01.913 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.913000000, lastModified=2020-07-27 17:19:01.912128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.912128000 to 2020-07-27 17:19:01.913128000 17:19:01.914 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.914000000, lastModified=2020-07-27 17:19:01.913128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.914000000, lastModified=2020-07-27 17:19:01.913128000, delta=872000 ns, racy<=2502500 ns 17:19:01.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.915000000, lastModified=2020-07-27 17:19:01.914128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.915000000, lastModified=2020-07-27 17:19:01.914128000, delta=872000 ns, racy<=2502500 ns 17:19:01.915 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.916 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.916000000, lastModified=2020-07-27 17:19:01.915128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.915128000 to 2020-07-27 17:19:01.916128000 17:19:01.917 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.917000000, lastModified=2020-07-27 17:19:01.916128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.917000000, lastModified=2020-07-27 17:19:01.916128000, delta=872000 ns, racy<=2502500 ns 17:19:01.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.918 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.918000000, lastModified=2020-07-27 17:19:01.917128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.918000000, lastModified=2020-07-27 17:19:01.917128000, delta=872000 ns, racy<=2502500 ns 17:19:01.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.919000000, lastModified=2020-07-27 17:19:01.918128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.919000000, lastModified=2020-07-27 17:19:01.918128000, delta=872000 ns, racy<=2502500 ns 17:19:01.919 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.920000000, lastModified=2020-07-27 17:19:01.919128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.920000000, lastModified=2020-07-27 17:19:01.919128000, delta=872000 ns, racy<=2502500 ns 17:19:01.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.920 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.920000000, lastModified=2020-07-27 17:19:01.919128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.919128000 to 2020-07-27 17:19:01.920128000 17:19:01.921 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.921000000, lastModified=2020-07-27 17:19:01.920128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.921000000, lastModified=2020-07-27 17:19:01.920128000, delta=872000 ns, racy<=2502500 ns 17:19:01.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.922000000, lastModified=2020-07-27 17:19:01.921128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:01.922000000, lastModified=2020-07-27 17:19:01.921128000, delta=872000 ns, racy<=2502500 ns 17:19:01.922 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:01.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.923000000, lastModified=2020-07-27 17:19:01.921128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:01.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.921128000 to 2020-07-27 17:19:01.922128000 17:19:01.923 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:01.923000000, lastModified=2020-07-27 17:19:01.922128000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:01.922128000 to 2020-07-27 17:19:01.923128000 17:19:02.437 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.437000000, lastModified=2020-07-27 17:19:02.436137000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.436137000 to 2020-07-27 17:19:02.437137000 17:19:02.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.438000000, lastModified=2020-07-27 17:19:02.437137000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.438000000, lastModified=2020-07-27 17:19:02.437137000, delta=863000 ns, racy<=2502500 ns 17:19:02.438 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.438000000, lastModified=2020-07-27 17:19:02.437137000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.437137000 to 2020-07-27 17:19:02.438137000 17:19:02.439 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.439000000, lastModified=2020-07-27 17:19:02.438137000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.438137000 to 2020-07-27 17:19:02.439137000 17:19:02.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.440000000, lastModified=2020-07-27 17:19:02.439137000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.440000000, lastModified=2020-07-27 17:19:02.439137000, delta=863000 ns, racy<=2502500 ns 17:19:02.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.440000000, lastModified=2020-07-27 17:19:02.439137000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.440000000, lastModified=2020-07-27 17:19:02.439137000, delta=863000 ns, racy<=2502500 ns 17:19:02.440 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.441000000, lastModified=2020-07-27 17:19:02.440138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.441000000, lastModified=2020-07-27 17:19:02.440138000, delta=862000 ns, racy<=2502500 ns 17:19:02.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.441000000, lastModified=2020-07-27 17:19:02.440138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.441000000, lastModified=2020-07-27 17:19:02.440138000, delta=862000 ns, racy<=2502500 ns 17:19:02.441 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.442000000, lastModified=2020-07-27 17:19:02.441138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.442000000, lastModified=2020-07-27 17:19:02.441138000, delta=862000 ns, racy<=2502500 ns 17:19:02.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.442 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.442000000, lastModified=2020-07-27 17:19:02.441138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.441138000 to 2020-07-27 17:19:02.442138000 17:19:02.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.443000000, lastModified=2020-07-27 17:19:02.442138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.443000000, lastModified=2020-07-27 17:19:02.442138000, delta=862000 ns, racy<=2502500 ns 17:19:02.443 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.444000000, lastModified=2020-07-27 17:19:02.442138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.442138000 to 2020-07-27 17:19:02.443138000 17:19:02.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.444000000, lastModified=2020-07-27 17:19:02.443138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.444000000, lastModified=2020-07-27 17:19:02.443138000, delta=862000 ns, racy<=2502500 ns 17:19:02.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.444 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.444000000, lastModified=2020-07-27 17:19:02.443138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.443138000 to 2020-07-27 17:19:02.444138000 17:19:02.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.445000000, lastModified=2020-07-27 17:19:02.444138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.445000000, lastModified=2020-07-27 17:19:02.444138000, delta=862000 ns, racy<=2502500 ns 17:19:02.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.445 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.445000000, lastModified=2020-07-27 17:19:02.444138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.444138000 to 2020-07-27 17:19:02.445138000 17:19:02.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.446000000, lastModified=2020-07-27 17:19:02.445138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.446000000, lastModified=2020-07-27 17:19:02.445138000, delta=862000 ns, racy<=2502500 ns 17:19:02.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.446 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.446000000, lastModified=2020-07-27 17:19:02.445138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.445138000 to 2020-07-27 17:19:02.446138000 17:19:02.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.447000000, lastModified=2020-07-27 17:19:02.446138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.447000000, lastModified=2020-07-27 17:19:02.446138000, delta=862000 ns, racy<=2502500 ns 17:19:02.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.447 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.447000000, lastModified=2020-07-27 17:19:02.446138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.446138000 to 2020-07-27 17:19:02.447138000 17:19:02.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.448000000, lastModified=2020-07-27 17:19:02.447138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.448000000, lastModified=2020-07-27 17:19:02.447138000, delta=862000 ns, racy<=2502500 ns 17:19:02.448 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.449000000, lastModified=2020-07-27 17:19:02.448138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.449000000, lastModified=2020-07-27 17:19:02.448138000, delta=862000 ns, racy<=2502500 ns 17:19:02.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.449 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.449000000, lastModified=2020-07-27 17:19:02.448138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.449000000, lastModified=2020-07-27 17:19:02.448138000, delta=862000 ns, racy<=2502500 ns 17:19:02.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.450000000, lastModified=2020-07-27 17:19:02.449138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.450000000, lastModified=2020-07-27 17:19:02.449138000, delta=862000 ns, racy<=2502500 ns 17:19:02.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.450000000, lastModified=2020-07-27 17:19:02.449138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.450000000, lastModified=2020-07-27 17:19:02.449138000, delta=862000 ns, racy<=2502500 ns 17:19:02.450 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.451000000, lastModified=2020-07-27 17:19:02.450138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.451000000, lastModified=2020-07-27 17:19:02.450138000, delta=862000 ns, racy<=2502500 ns 17:19:02.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.451 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.451000000, lastModified=2020-07-27 17:19:02.450138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.450138000 to 2020-07-27 17:19:02.451138000 17:19:02.452 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.452000000, lastModified=2020-07-27 17:19:02.451138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.452000000, lastModified=2020-07-27 17:19:02.451138000, delta=862000 ns, racy<=2502500 ns 17:19:02.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.453000000, lastModified=2020-07-27 17:19:02.452138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.453000000, lastModified=2020-07-27 17:19:02.452138000, delta=862000 ns, racy<=2502500 ns 17:19:02.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.453000000, lastModified=2020-07-27 17:19:02.452138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.453000000, lastModified=2020-07-27 17:19:02.452138000, delta=862000 ns, racy<=2502500 ns 17:19:02.453 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.454000000, lastModified=2020-07-27 17:19:02.453138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.454000000, lastModified=2020-07-27 17:19:02.453138000, delta=862000 ns, racy<=2502500 ns 17:19:02.454 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.455000000, lastModified=2020-07-27 17:19:02.454138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.455000000, lastModified=2020-07-27 17:19:02.454138000, delta=862000 ns, racy<=2502500 ns 17:19:02.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.455000000, lastModified=2020-07-27 17:19:02.454138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.455000000, lastModified=2020-07-27 17:19:02.454138000, delta=862000 ns, racy<=2502500 ns 17:19:02.455 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.456000000, lastModified=2020-07-27 17:19:02.455138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.456000000, lastModified=2020-07-27 17:19:02.455138000, delta=862000 ns, racy<=2502500 ns 17:19:02.456 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.457000000, lastModified=2020-07-27 17:19:02.456138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.457000000, lastModified=2020-07-27 17:19:02.456138000, delta=862000 ns, racy<=2502500 ns 17:19:02.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.457 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.457000000, lastModified=2020-07-27 17:19:02.456138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.456138000 to 2020-07-27 17:19:02.457138000 17:19:02.458 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.458000000, lastModified=2020-07-27 17:19:02.457138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.459 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.457138000 to 2020-07-27 17:19:02.458138000 17:19:02.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.460000000, lastModified=2020-07-27 17:19:02.459138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.460000000, lastModified=2020-07-27 17:19:02.459138000, delta=862000 ns, racy<=2502500 ns 17:19:02.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.460000000, lastModified=2020-07-27 17:19:02.459138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.460000000, lastModified=2020-07-27 17:19:02.459138000, delta=862000 ns, racy<=2502500 ns 17:19:02.460 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.461000000, lastModified=2020-07-27 17:19:02.460138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.461000000, lastModified=2020-07-27 17:19:02.460138000, delta=862000 ns, racy<=2502500 ns 17:19:02.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.461 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.461000000, lastModified=2020-07-27 17:19:02.460138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.460138000 to 2020-07-27 17:19:02.461138000 17:19:02.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.462000000, lastModified=2020-07-27 17:19:02.461138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.462000000, lastModified=2020-07-27 17:19:02.461138000, delta=862000 ns, racy<=2502500 ns 17:19:02.462 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.463000000, lastModified=2020-07-27 17:19:02.462138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.463000000, lastModified=2020-07-27 17:19:02.462138000, delta=862000 ns, racy<=2502500 ns 17:19:02.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.463000000, lastModified=2020-07-27 17:19:02.462138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.463000000, lastModified=2020-07-27 17:19:02.462138000, delta=862000 ns, racy<=2502500 ns 17:19:02.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.463 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.463000000, lastModified=2020-07-27 17:19:02.462138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.462138000 to 2020-07-27 17:19:02.463138000 17:19:02.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.464000000, lastModified=2020-07-27 17:19:02.463138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.464000000, lastModified=2020-07-27 17:19:02.463138000, delta=862000 ns, racy<=2502500 ns 17:19:02.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.464000000, lastModified=2020-07-27 17:19:02.463138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.464000000, lastModified=2020-07-27 17:19:02.463138000, delta=862000 ns, racy<=2502500 ns 17:19:02.464 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.465000000, lastModified=2020-07-27 17:19:02.464138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.465000000, lastModified=2020-07-27 17:19:02.464138000, delta=862000 ns, racy<=2502500 ns 17:19:02.465 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.466 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.466000000, lastModified=2020-07-27 17:19:02.465138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.466 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.466000000, lastModified=2020-07-27 17:19:02.465138000, delta=862000 ns, racy<=2502500 ns 17:19:02.466 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.466 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.466000000, lastModified=2020-07-27 17:19:02.465138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.467 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.465138000 to 2020-07-27 17:19:02.466138000 17:19:02.467 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.467000000, lastModified=2020-07-27 17:19:02.466138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.466138000 to 2020-07-27 17:19:02.467138000 17:19:02.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.468000000, lastModified=2020-07-27 17:19:02.467138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.468000000, lastModified=2020-07-27 17:19:02.467138000, delta=862000 ns, racy<=2502500 ns 17:19:02.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.468 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.468000000, lastModified=2020-07-27 17:19:02.467138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.467138000 to 2020-07-27 17:19:02.468138000 17:19:02.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.469000000, lastModified=2020-07-27 17:19:02.468138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.469000000, lastModified=2020-07-27 17:19:02.468138000, delta=862000 ns, racy<=2502500 ns 17:19:02.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.469 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.469000000, lastModified=2020-07-27 17:19:02.468138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.470 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.468138000 to 2020-07-27 17:19:02.469138000 17:19:02.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.471000000, lastModified=2020-07-27 17:19:02.470138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.471000000, lastModified=2020-07-27 17:19:02.470138000, delta=862000 ns, racy<=2502500 ns 17:19:02.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.471000000, lastModified=2020-07-27 17:19:02.470138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.471000000, lastModified=2020-07-27 17:19:02.470138000, delta=862000 ns, racy<=2502500 ns 17:19:02.471 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.472000000, lastModified=2020-07-27 17:19:02.470138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.470138000 to 2020-07-27 17:19:02.471138000 17:19:02.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.472000000, lastModified=2020-07-27 17:19:02.471138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.472000000, lastModified=2020-07-27 17:19:02.471138000, delta=862000 ns, racy<=2502500 ns 17:19:02.472 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.473000000, lastModified=2020-07-27 17:19:02.472138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.473000000, lastModified=2020-07-27 17:19:02.472138000, delta=862000 ns, racy<=2502500 ns 17:19:02.473 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.474 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.474000000, lastModified=2020-07-27 17:19:02.473138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.474 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.474000000, lastModified=2020-07-27 17:19:02.473138000, delta=862000 ns, racy<=2502500 ns 17:19:02.474 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.474 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.474000000, lastModified=2020-07-27 17:19:02.473138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.473138000 to 2020-07-27 17:19:02.474138000 17:19:02.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.475000000, lastModified=2020-07-27 17:19:02.474138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.475000000, lastModified=2020-07-27 17:19:02.474138000, delta=862000 ns, racy<=2502500 ns 17:19:02.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.475 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.475000000, lastModified=2020-07-27 17:19:02.474138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.476 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.474138000 to 2020-07-27 17:19:02.475138000 17:19:02.477 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.477000000, lastModified=2020-07-27 17:19:02.476138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.477 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.477000000, lastModified=2020-07-27 17:19:02.476138000, delta=862000 ns, racy<=2502500 ns 17:19:02.477 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.477 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.477000000, lastModified=2020-07-27 17:19:02.476138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.477 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.477000000, lastModified=2020-07-27 17:19:02.476138000, delta=862000 ns, racy<=2502500 ns 17:19:02.477 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.478 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.478000000, lastModified=2020-07-27 17:19:02.477138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.478 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.478000000, lastModified=2020-07-27 17:19:02.477138000, delta=862000 ns, racy<=2502500 ns 17:19:02.478 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.479000000, lastModified=2020-07-27 17:19:02.478138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.479000000, lastModified=2020-07-27 17:19:02.478138000, delta=862000 ns, racy<=2502500 ns 17:19:02.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.479000000, lastModified=2020-07-27 17:19:02.478138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.479000000, lastModified=2020-07-27 17:19:02.478138000, delta=862000 ns, racy<=2502500 ns 17:19:02.479 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.480 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.480000000, lastModified=2020-07-27 17:19:02.479138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.480 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.480000000, lastModified=2020-07-27 17:19:02.479138000, delta=862000 ns, racy<=2502500 ns 17:19:02.480 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.481 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.480000000, lastModified=2020-07-27 17:19:02.479138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.481 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.479138000 to 2020-07-27 17:19:02.480138000 17:19:02.481 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.481000000, lastModified=2020-07-27 17:19:02.480138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.482 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.480138000 to 2020-07-27 17:19:02.481138000 17:19:02.482 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.482000000, lastModified=2020-07-27 17:19:02.481138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.482 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.482000000, lastModified=2020-07-27 17:19:02.481138000, delta=862000 ns, racy<=2502500 ns 17:19:02.482 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.483 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.483000000, lastModified=2020-07-27 17:19:02.482138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.483000000, lastModified=2020-07-27 17:19:02.482138000, delta=862000 ns, racy<=2502500 ns 17:19:02.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.484000000, lastModified=2020-07-27 17:19:02.483138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.484000000, lastModified=2020-07-27 17:19:02.483138000, delta=862000 ns, racy<=2502500 ns 17:19:02.484 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.485 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.485000000, lastModified=2020-07-27 17:19:02.484138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.485 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.485000000, lastModified=2020-07-27 17:19:02.484138000, delta=862000 ns, racy<=2502500 ns 17:19:02.485 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.485 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.485000000, lastModified=2020-07-27 17:19:02.484138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.484138000 to 2020-07-27 17:19:02.485138000 17:19:02.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.486000000, lastModified=2020-07-27 17:19:02.485138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.486000000, lastModified=2020-07-27 17:19:02.485138000, delta=862000 ns, racy<=2502500 ns 17:19:02.486 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.487 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.487000000, lastModified=2020-07-27 17:19:02.486138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.487 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.487000000, lastModified=2020-07-27 17:19:02.486138000, delta=862000 ns, racy<=2502500 ns 17:19:02.487 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.487 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.487000000, lastModified=2020-07-27 17:19:02.486138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.488 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.486138000 to 2020-07-27 17:19:02.487138000 17:19:02.488 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.488000000, lastModified=2020-07-27 17:19:02.487138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.488 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.488000000, lastModified=2020-07-27 17:19:02.487138000, delta=862000 ns, racy<=2502500 ns 17:19:02.488 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.489 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.489000000, lastModified=2020-07-27 17:19:02.488138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.489 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.489000000, lastModified=2020-07-27 17:19:02.488138000, delta=862000 ns, racy<=2502500 ns 17:19:02.489 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.490000000, lastModified=2020-07-27 17:19:02.489138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.490000000, lastModified=2020-07-27 17:19:02.489138000, delta=862000 ns, racy<=2502500 ns 17:19:02.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.490000000, lastModified=2020-07-27 17:19:02.489138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.490000000, lastModified=2020-07-27 17:19:02.489138000, delta=862000 ns, racy<=2502500 ns 17:19:02.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.490 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.490000000, lastModified=2020-07-27 17:19:02.489138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.490000000, lastModified=2020-07-27 17:19:02.489138000, delta=862000 ns, racy<=2502500 ns 17:19:02.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.491000000, lastModified=2020-07-27 17:19:02.490138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.491000000, lastModified=2020-07-27 17:19:02.490138000, delta=862000 ns, racy<=2502500 ns 17:19:02.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.491000000, lastModified=2020-07-27 17:19:02.490138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.491000000, lastModified=2020-07-27 17:19:02.490138000, delta=862000 ns, racy<=2502500 ns 17:19:02.491 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.491000000, lastModified=2020-07-27 17:19:02.490138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.490138000 to 2020-07-27 17:19:02.491138000 17:19:02.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.492000000, lastModified=2020-07-27 17:19:02.491138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.492000000, lastModified=2020-07-27 17:19:02.491138000, delta=862000 ns, racy<=2502500 ns 17:19:02.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.492000000, lastModified=2020-07-27 17:19:02.491138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.492000000, lastModified=2020-07-27 17:19:02.491138000, delta=862000 ns, racy<=2502500 ns 17:19:02.492 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.493000000, lastModified=2020-07-27 17:19:02.492138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.493000000, lastModified=2020-07-27 17:19:02.492138000, delta=862000 ns, racy<=2502500 ns 17:19:02.493 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.494000000, lastModified=2020-07-27 17:19:02.493138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.494000000, lastModified=2020-07-27 17:19:02.493138000, delta=862000 ns, racy<=2502500 ns 17:19:02.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.494000000, lastModified=2020-07-27 17:19:02.493138000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.494000000, lastModified=2020-07-27 17:19:02.493138000, delta=862000 ns, racy<=2502500 ns 17:19:02.494 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.495000000, lastModified=2020-07-27 17:19:02.494139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.495000000, lastModified=2020-07-27 17:19:02.494139000, delta=861000 ns, racy<=2502500 ns 17:19:02.495 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.496 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.496000000, lastModified=2020-07-27 17:19:02.495139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.496 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.496000000, lastModified=2020-07-27 17:19:02.495139000, delta=861000 ns, racy<=2502500 ns 17:19:02.496 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.496 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.496000000, lastModified=2020-07-27 17:19:02.495139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.495139000 to 2020-07-27 17:19:02.496139000 17:19:02.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.497000000, lastModified=2020-07-27 17:19:02.496139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.497000000, lastModified=2020-07-27 17:19:02.496139000, delta=861000 ns, racy<=2502500 ns 17:19:02.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.497000000, lastModified=2020-07-27 17:19:02.496139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.497000000, lastModified=2020-07-27 17:19:02.496139000, delta=861000 ns, racy<=2502500 ns 17:19:02.497 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.498000000, lastModified=2020-07-27 17:19:02.497139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.498000000, lastModified=2020-07-27 17:19:02.497139000, delta=861000 ns, racy<=2502500 ns 17:19:02.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.498 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.498000000, lastModified=2020-07-27 17:19:02.497139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.497139000 to 2020-07-27 17:19:02.498139000 17:19:02.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.499000000, lastModified=2020-07-27 17:19:02.498139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.499000000, lastModified=2020-07-27 17:19:02.498139000, delta=861000 ns, racy<=2502500 ns 17:19:02.499 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.500 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.500000000, lastModified=2020-07-27 17:19:02.499139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.500 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.500000000, lastModified=2020-07-27 17:19:02.499139000, delta=861000 ns, racy<=2502500 ns 17:19:02.500 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.501000000, lastModified=2020-07-27 17:19:02.500139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.501000000, lastModified=2020-07-27 17:19:02.500139000, delta=861000 ns, racy<=2502500 ns 17:19:02.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.501000000, lastModified=2020-07-27 17:19:02.500139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.501000000, lastModified=2020-07-27 17:19:02.500139000, delta=861000 ns, racy<=2502500 ns 17:19:02.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.501 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.501000000, lastModified=2020-07-27 17:19:02.500139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.502 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.500139000 to 2020-07-27 17:19:02.501139000 17:19:02.502 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.502000000, lastModified=2020-07-27 17:19:02.501139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.501139000 to 2020-07-27 17:19:02.502139000 17:19:02.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.503000000, lastModified=2020-07-27 17:19:02.502139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.503000000, lastModified=2020-07-27 17:19:02.502139000, delta=861000 ns, racy<=2502500 ns 17:19:02.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.503 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.503000000, lastModified=2020-07-27 17:19:02.502139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.502139000 to 2020-07-27 17:19:02.503139000 17:19:02.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.504000000, lastModified=2020-07-27 17:19:02.503139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.504000000, lastModified=2020-07-27 17:19:02.503139000, delta=861000 ns, racy<=2502500 ns 17:19:02.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.504 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.504000000, lastModified=2020-07-27 17:19:02.503139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.505 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.503139000 to 2020-07-27 17:19:02.504139000 17:19:02.505 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.505000000, lastModified=2020-07-27 17:19:02.504139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.504139000 to 2020-07-27 17:19:02.505139000 17:19:02.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.506000000, lastModified=2020-07-27 17:19:02.505139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.506000000, lastModified=2020-07-27 17:19:02.505139000, delta=861000 ns, racy<=2502500 ns 17:19:02.506 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.507000000, lastModified=2020-07-27 17:19:02.506139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.507000000, lastModified=2020-07-27 17:19:02.506139000, delta=861000 ns, racy<=2502500 ns 17:19:02.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.507 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.507000000, lastModified=2020-07-27 17:19:02.506139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.506139000 to 2020-07-27 17:19:02.507139000 17:19:02.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.508000000, lastModified=2020-07-27 17:19:02.507139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.508000000, lastModified=2020-07-27 17:19:02.507139000, delta=861000 ns, racy<=2502500 ns 17:19:02.508 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.509000000, lastModified=2020-07-27 17:19:02.508139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.509000000, lastModified=2020-07-27 17:19:02.508139000, delta=861000 ns, racy<=2502500 ns 17:19:02.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.509 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.509000000, lastModified=2020-07-27 17:19:02.508139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.508139000 to 2020-07-27 17:19:02.509139000 17:19:02.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.510000000, lastModified=2020-07-27 17:19:02.509139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.510000000, lastModified=2020-07-27 17:19:02.509139000, delta=861000 ns, racy<=2502500 ns 17:19:02.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.510000000, lastModified=2020-07-27 17:19:02.509139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.510000000, lastModified=2020-07-27 17:19:02.509139000, delta=861000 ns, racy<=2502500 ns 17:19:02.510 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.511000000, lastModified=2020-07-27 17:19:02.510139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.511000000, lastModified=2020-07-27 17:19:02.510139000, delta=861000 ns, racy<=2502500 ns 17:19:02.511 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.512000000, lastModified=2020-07-27 17:19:02.511139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.512000000, lastModified=2020-07-27 17:19:02.511139000, delta=861000 ns, racy<=2502500 ns 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.512000000, lastModified=2020-07-27 17:19:02.511139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.512000000, lastModified=2020-07-27 17:19:02.511139000, delta=861000 ns, racy<=2502500 ns 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.512000000, lastModified=2020-07-27 17:19:02.511139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.512000000, lastModified=2020-07-27 17:19:02.511139000, delta=861000 ns, racy<=2502500 ns 17:19:02.512 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.513000000, lastModified=2020-07-27 17:19:02.512139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.513000000, lastModified=2020-07-27 17:19:02.512139000, delta=861000 ns, racy<=2502500 ns 17:19:02.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.513000000, lastModified=2020-07-27 17:19:02.512139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.513000000, lastModified=2020-07-27 17:19:02.512139000, delta=861000 ns, racy<=2502500 ns 17:19:02.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.513 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.513000000, lastModified=2020-07-27 17:19:02.512139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.512139000 to 2020-07-27 17:19:02.513139000 17:19:02.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.514000000, lastModified=2020-07-27 17:19:02.513139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.514000000, lastModified=2020-07-27 17:19:02.513139000, delta=861000 ns, racy<=2502500 ns 17:19:02.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.514000000, lastModified=2020-07-27 17:19:02.513139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.514000000, lastModified=2020-07-27 17:19:02.513139000, delta=861000 ns, racy<=2502500 ns 17:19:02.514 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.515000000, lastModified=2020-07-27 17:19:02.514139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.515000000, lastModified=2020-07-27 17:19:02.514139000, delta=861000 ns, racy<=2502500 ns 17:19:02.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.515000000, lastModified=2020-07-27 17:19:02.514139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.515000000, lastModified=2020-07-27 17:19:02.514139000, delta=861000 ns, racy<=2502500 ns 17:19:02.515 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.516000000, lastModified=2020-07-27 17:19:02.515139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.516000000, lastModified=2020-07-27 17:19:02.515139000, delta=861000 ns, racy<=2502500 ns 17:19:02.516 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.517000000, lastModified=2020-07-27 17:19:02.516139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.517000000, lastModified=2020-07-27 17:19:02.516139000, delta=861000 ns, racy<=2502500 ns 17:19:02.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.517 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.517000000, lastModified=2020-07-27 17:19:02.516139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.516139000 to 2020-07-27 17:19:02.517139000 17:19:02.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.518000000, lastModified=2020-07-27 17:19:02.517139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.518000000, lastModified=2020-07-27 17:19:02.517139000, delta=861000 ns, racy<=2502500 ns 17:19:02.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.518 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.518000000, lastModified=2020-07-27 17:19:02.517139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.517139000 to 2020-07-27 17:19:02.518139000 17:19:02.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.519000000, lastModified=2020-07-27 17:19:02.518139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.519000000, lastModified=2020-07-27 17:19:02.518139000, delta=861000 ns, racy<=2502500 ns 17:19:02.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.519 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.519000000, lastModified=2020-07-27 17:19:02.518139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.518139000 to 2020-07-27 17:19:02.519139000 17:19:02.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.520000000, lastModified=2020-07-27 17:19:02.519139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.520000000, lastModified=2020-07-27 17:19:02.519139000, delta=861000 ns, racy<=2502500 ns 17:19:02.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.520000000, lastModified=2020-07-27 17:19:02.519139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.520 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.520000000, lastModified=2020-07-27 17:19:02.519139000, delta=861000 ns, racy<=2502500 ns 17:19:02.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.521000000, lastModified=2020-07-27 17:19:02.520139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.521000000, lastModified=2020-07-27 17:19:02.520139000, delta=861000 ns, racy<=2502500 ns 17:19:02.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.521 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.521000000, lastModified=2020-07-27 17:19:02.520139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.520139000 to 2020-07-27 17:19:02.521139000 17:19:02.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.522000000, lastModified=2020-07-27 17:19:02.521139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.522000000, lastModified=2020-07-27 17:19:02.521139000, delta=861000 ns, racy<=2502500 ns 17:19:02.522 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.523000000, lastModified=2020-07-27 17:19:02.522139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.523000000, lastModified=2020-07-27 17:19:02.522139000, delta=861000 ns, racy<=2502500 ns 17:19:02.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.523000000, lastModified=2020-07-27 17:19:02.522139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.523000000, lastModified=2020-07-27 17:19:02.522139000, delta=861000 ns, racy<=2502500 ns 17:19:02.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.523 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.523000000, lastModified=2020-07-27 17:19:02.522139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.524 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.522139000 to 2020-07-27 17:19:02.523139000 17:19:02.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.524000000, lastModified=2020-07-27 17:19:02.523139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.523139000 to 2020-07-27 17:19:02.524139000 17:19:02.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.525000000, lastModified=2020-07-27 17:19:02.524139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.525000000, lastModified=2020-07-27 17:19:02.524139000, delta=861000 ns, racy<=2502500 ns 17:19:02.525 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.526000000, lastModified=2020-07-27 17:19:02.525139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.526000000, lastModified=2020-07-27 17:19:02.525139000, delta=861000 ns, racy<=2502500 ns 17:19:02.526 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.527000000, lastModified=2020-07-27 17:19:02.526139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.527000000, lastModified=2020-07-27 17:19:02.526139000, delta=861000 ns, racy<=2502500 ns 17:19:02.527 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.528000000, lastModified=2020-07-27 17:19:02.527139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.528000000, lastModified=2020-07-27 17:19:02.527139000, delta=861000 ns, racy<=2502500 ns 17:19:02.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.528000000, lastModified=2020-07-27 17:19:02.527139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.528000000, lastModified=2020-07-27 17:19:02.527139000, delta=861000 ns, racy<=2502500 ns 17:19:02.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.528 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.528000000, lastModified=2020-07-27 17:19:02.527139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, lastModified changed from 2020-07-27 17:19:02.527139000 to 2020-07-27 17:19:02.528139000 17:19:02.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.529000000, lastModified=2020-07-27 17:19:02.528139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.529000000, lastModified=2020-07-27 17:19:02.528139000, delta=861000 ns, racy<=2502500 ns 17:19:02.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.529 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.529000000, lastModified=2020-07-27 17:19:02.528139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.529000000, lastModified=2020-07-27 17:19:02.528139000, delta=861000 ns, racy<=2502500 ns 17:19:02.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.530000000, lastModified=2020-07-27 17:19:02.529139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.530000000, lastModified=2020-07-27 17:19:02.529139000, delta=861000 ns, racy<=2502500 ns 17:19:02.530 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, create new FileSnapshot: lastRead=2020-07-27 17:19:02.531000000, lastModified=2020-07-27 17:19:02.530139000, size=1, fileKey=(dev=802,ino=1154348039) 17:19:02.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, isRacyClean=true, read=2020-07-27 17:19:02.531000000, lastModified=2020-07-27 17:19:02.530139000, delta=861000 ns, racy<=2502500 ns 17:19:02.531 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/.probe-dcf17801-254b-4927-b5d5-7f1a05c7f7db, is racily clean 17:19:02.532 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - Thread[FileStoreAttributeReader-2,5,main]: no failures when measuring minimal racy interval 17:19:02.532 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=1,001 µs, minimalRacyInterval=0 µs] 17:19:02.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, isRacyClean=false, read=2020-07-27 17:18:56.426000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336426000000 ns, racy<=2500000000 ns 17:19:02.532 [FileStoreAttributeReader-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, is unmodified 17:19:02.636 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config] failed, retries 1/5 17:19:02.737 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config] failed, retries 2/5 17:19:02.838 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config] failed, retries 3/5 17:19:02.938 [FileStoreAttributeReader-2] DEBUG org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config] failed, retries 4/5 17:19:02.939 [FileStoreAttributeReader-2] WARN org.eclipse.jgit.util.FS - locking FileBasedConfig[/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config] failed after 5 retries 17:19:02.939 [FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, create new FileSnapshot: lastRead=2020-07-27 17:18:59.520000000, lastModified=2020-07-27 17:18:59.519084000, size=126, fileKey=(dev=802,ino=1154348038) 17:19:02.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, isRacyClean=true, read=2020-07-27 17:18:59.520000000, lastModified=2020-07-27 17:18:59.519084000, delta=916000 ns, racy<=2502500 ns 17:19:02.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, is racily clean 17:19:02.940 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config] 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.940000000, lastModified=2020-07-27 17:18:59.519084000, size=126, fileKey=(dev=802,ino=1154348038) 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, isRacyClean=false, read=2020-07-27 17:19:02.940000000, lastModified=2020-07-27 17:18:59.519084000, delta=3420916000 ns, racy<=2502500 ns 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:19:02.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:19:02.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.943 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:19:02.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.944 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.945 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.946 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is unmodified 17:19:02.947 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:02.947000000, lastModified=2020-07-27 17:19:02.946147000, size=23, fileKey=(dev=3d,ino=1154348043) 17:19:02.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:02.950000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.951000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.952000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.952000000, lastModified=2020-07-27 17:19:02.949147000, delta=2853000 ns, racy<=2500000000 ns 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.952000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.952 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.952000000, lastModified=2020-07-27 17:19:02.949147000, delta=2853000 ns, racy<=2500000000 ns 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.952000000, lastModified=2020-07-27 17:19:02.949147000, delta=2853000 ns, racy<=2500000000 ns 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.962000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.962 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.962000000, lastModified=2020-07-27 17:19:02.949147000, delta=12853000 ns, racy<=2500000000 ns 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.962000000, lastModified=2020-07-27 17:19:02.949147000, delta=12853000 ns, racy<=2500000000 ns 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.967000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.967 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.967000000, lastModified=2020-07-27 17:19:02.949147000, delta=17853000 ns, racy<=2500000000 ns 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.967000000, lastModified=2020-07-27 17:19:02.949147000, delta=17853000 ns, racy<=2500000000 ns 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.968000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.968 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.968000000, lastModified=2020-07-27 17:19:02.949147000, delta=18853000 ns, racy<=2500000000 ns 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.968000000, lastModified=2020-07-27 17:19:02.949147000, delta=18853000 ns, racy<=2500000000 ns 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.970000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.970 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.970000000, lastModified=2020-07-27 17:19:02.949147000, delta=20853000 ns, racy<=2500000000 ns 17:19:02.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.970000000, lastModified=2020-07-27 17:19:02.949147000, delta=20853000 ns, racy<=2500000000 ns 17:19:02.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.973 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.973000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.974 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.973000000, lastModified=2020-07-27 17:19:02.949147000, delta=23853000 ns, racy<=2500000000 ns 17:19:02.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:19:02.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, size=6, fileKey=(dev=3d,ino=1684923826) 17:19:02.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:02.976 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:02.977 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:02.977 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:02.977000000, lastModified=2020-07-27 17:19:02.963147000, size=0, fileKey=(dev=3d,ino=1154348045) 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.973000000, lastModified=2020-07-27 17:19:02.949147000, delta=23853000 ns, racy<=2500000000 ns 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.978000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.978000000, lastModified=2020-07-27 17:19:02.949147000, delta=28853000 ns, racy<=2500000000 ns 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:02.978000000, lastModified=2020-07-27 17:19:02.977147000, size=104, fileKey=(dev=3d,ino=1154348045) 17:19:02.978 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:02.978000000, lastModified=2020-07-27 17:19:02.977147000, size=104, fileKey=(dev=3d,ino=1154348045) 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.978000000, lastModified=2020-07-27 17:19:02.949147000, delta=28853000 ns, racy<=2500000000 ns 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.986000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.986 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.986000000, lastModified=2020-07-27 17:19:02.949147000, delta=36853000 ns, racy<=2500000000 ns 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.986000000, lastModified=2020-07-27 17:19:02.949147000, delta=36853000 ns, racy<=2500000000 ns 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.987000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.987 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.987000000, lastModified=2020-07-27 17:19:02.949147000, delta=37853000 ns, racy<=2500000000 ns 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.987000000, lastModified=2020-07-27 17:19:02.949147000, delta=37853000 ns, racy<=2500000000 ns 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:02.988000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:02.988 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.988000000, lastModified=2020-07-27 17:19:02.949147000, delta=38853000 ns, racy<=2500000000 ns 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:02.988000000, lastModified=2020-07-27 17:19:02.949147000, delta=38853000 ns, racy<=2500000000 ns 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.949147000, delta=148853000 ns, racy<=2500000000 ns 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, create new FileSnapshot: lastRead=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.946147000, size=23, fileKey=(dev=3d,ino=1154348043) 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.949147000, delta=148853000 ns, racy<=2500000000 ns 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.098 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.949147000, delta=148853000 ns, racy<=2500000000 ns 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.946147000, delta=151853000 ns, racy<=2502500 ns 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, is unmodified 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.949147000, delta=148853000 ns, racy<=2500000000 ns 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.099000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.099000000, lastModified=2020-07-27 17:19:02.949147000, delta=149853000 ns, racy<=2500000000 ns 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.099000000, lastModified=2020-07-27 17:19:02.977147000, size=104, fileKey=(dev=3d,ino=1154348045) 17:19:03.099 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.099000000, lastModified=2020-07-27 17:19:02.977147000, size=104, fileKey=(dev=3d,ino=1154348045) 17:19:03.100 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.100 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.100 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.100 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.103 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.103 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.103 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.103 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.099000000, lastModified=2020-07-27 17:19:02.949147000, delta=149853000 ns, racy<=2500000000 ns 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.105000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.105000000, lastModified=2020-07-27 17:19:02.949147000, delta=155853000 ns, racy<=2500000000 ns 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.946147000, delta=151853000 ns, racy<=2502500 ns 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, is unmodified 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.105000000, lastModified=2020-07-27 17:19:02.949147000, delta=155853000 ns, racy<=2500000000 ns 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.105000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.105 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.105000000, lastModified=2020-07-27 17:19:02.949147000, delta=155853000 ns, racy<=2500000000 ns 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.946147000, delta=151853000 ns, racy<=2502500 ns 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, is unmodified 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.105000000, lastModified=2020-07-27 17:19:02.949147000, delta=155853000 ns, racy<=2500000000 ns 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.106000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.106 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.106000000, lastModified=2020-07-27 17:19:02.949147000, delta=156853000 ns, racy<=2500000000 ns 17:19:03.106 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit6497107609255116034/.git/refs/refs 17:19:03.106 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit6497107609255116034/.git/refs/tags/refs 17:19:03.106 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit6497107609255116034/.git/refs/heads/refs 17:19:03.107 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit6497107609255116034/.git/refs/remotes/refs 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.106000000, lastModified=2020-07-27 17:19:02.949147000, delta=156853000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, delta=157853000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, delta=157853000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, delta=157853000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, delta=157853000 ns, racy<=2500000000 ns 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.107 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, delta=157853000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.107000000, lastModified=2020-07-27 17:19:02.949147000, delta=157853000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, delta=158853000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, delta=158853000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, delta=158853000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, delta=158853000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, delta=158853000 ns, racy<=2500000000 ns 17:19:03.108 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:03.106150000, size=41, fileKey=(dev=3d,ino=73545873) 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:02.949147000, delta=158853000 ns, racy<=2500000000 ns 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.109000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.109000000, lastModified=2020-07-27 17:19:02.949147000, delta=159853000 ns, racy<=2500000000 ns 17:19:03.109 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.109000000, lastModified=2020-07-27 17:19:02.949147000, delta=159853000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, delta=160853000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, delta=160853000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, delta=160853000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, delta=160853000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, delta=160853000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, delta=160853000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, delta=160853000 ns, racy<=2500000000 ns 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.977147000, size=104, fileKey=(dev=3d,ino=1154348045) 17:19:03.110 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.977147000, size=104, fileKey=(dev=3d,ino=1154348045) 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.110000000, lastModified=2020-07-27 17:19:02.949147000, delta=160853000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, delta=161853000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, delta=161853000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, delta=161853000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, delta=161853000 ns, racy<=2500000000 ns 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.111 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, delta=161853000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:03.109150000, size=0, fileKey=(dev=3d,ino=1154348048) 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.111000000, lastModified=2020-07-27 17:19:02.949147000, delta=161853000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:02.949147000, delta=162853000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:03.111150000, size=104, fileKey=(dev=3d,ino=1154348048) 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:03.111150000, size=104, fileKey=(dev=3d,ino=1154348048) 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:02.949147000, delta=162853000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:02.949147000, delta=162853000 ns, racy<=2500000000 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.946147000, delta=151853000 ns, racy<=2502500 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, is unmodified 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master.lock, isRacyClean=true, read=2020-07-27 17:19:03.108000000, lastModified=2020-07-27 17:19:03.106150000, delta=1850000 ns, racy<=2502500 ns 17:19:03.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master.lock, is racily clean 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:03.106150000, size=41, fileKey=(dev=3d,ino=73545873) 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:03.106150000, delta=5850000 ns, racy<=2502500 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.112000000, lastModified=2020-07-27 17:19:02.949147000, delta=162853000 ns, racy<=2500000000 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.113000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.113000000, lastModified=2020-07-27 17:19:02.949147000, delta=163853000 ns, racy<=2500000000 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.946147000, delta=151853000 ns, racy<=2502500 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, is unmodified 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master.lock, cannot be racily clean 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.113000000, lastModified=2020-07-27 17:19:02.949147000, delta=163853000 ns, racy<=2500000000 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.113000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.113000000, lastModified=2020-07-27 17:19:02.949147000, delta=163853000 ns, racy<=2500000000 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.113000000, lastModified=2020-07-27 17:19:03.111150000, size=104, fileKey=(dev=3d,ino=1154348048) 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.113000000, lastModified=2020-07-27 17:19:03.111150000, size=104, fileKey=(dev=3d,ino=1154348048) 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:02.976000000, lastModified=2020-07-27 17:19:02.940147000, delta=35853000 ns, racy<=2502500 ns 17:19:03.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.113000000, lastModified=2020-07-27 17:19:02.949147000, delta=163853000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, delta=165853000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:03.098000000, lastModified=2020-07-27 17:19:02.946147000, delta=151853000 ns, racy<=2502500 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, is unmodified 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master.lock, cannot be racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, delta=165853000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, delta=165853000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master.lock, cannot be racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, delta=165853000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, delta=165853000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.115000000, lastModified=2020-07-27 17:19:02.949147000, delta=165853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:03.114150000, size=41, fileKey=(dev=3d,ino=73545875) 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.116000000, lastModified=2020-07-27 17:19:02.949147000, delta=166853000 ns, racy<=2500000000 ns 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.117000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.117 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.117000000, lastModified=2020-07-27 17:19:02.949147000, delta=167853000 ns, racy<=2500000000 ns 17:19:03.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.120000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.120 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.949147000, delta=171853000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.949147000, delta=171853000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:03.111150000, size=104, fileKey=(dev=3d,ino=1154348048) 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.949147000, delta=171853000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.949147000, delta=171853000 ns, racy<=2500000000 ns 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/HEAD, create new FileSnapshot: lastRead=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.946147000, size=23, fileKey=(dev=3d,ino=1154348043) 17:19:03.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:03.114150000, size=41, fileKey=(dev=3d,ino=73545875) 17:19:03.121 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit6497107609255116034:org.eclipse.hawk.git.JGitRepository:false 17:19:03.123 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:03.123 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:02.949147000, delta=171853000 ns, racy<=2500000000 ns 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.191000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.191000000, lastModified=2020-07-27 17:19:02.949147000, delta=241853000 ns, racy<=2500000000 ns 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master, isRacyClean=false, read=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:03.114150000, delta=6850000 ns, racy<=2502500 ns 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master, is unmodified 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.191 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.191000000, lastModified=2020-07-27 17:19:02.949147000, delta=241853000 ns, racy<=2500000000 ns 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.192000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.192000000, lastModified=2020-07-27 17:19:02.949147000, delta=242853000 ns, racy<=2500000000 ns 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master, isRacyClean=false, read=2020-07-27 17:19:03.121000000, lastModified=2020-07-27 17:19:03.114150000, delta=6850000 ns, racy<=2502500 ns 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/refs/heads/master, is unmodified 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.192000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.192000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.192 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.192000000, lastModified=2020-07-27 17:19:02.949147000, delta=242853000 ns, racy<=2500000000 ns 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.193000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.193000000, lastModified=2020-07-27 17:19:02.949147000, delta=243853000 ns, racy<=2500000000 ns 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:03.193000000, lastModified=2020-07-27 17:19:03.111150000, size=104, fileKey=(dev=3d,ino=1154348048) 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-27 17:19:03.193000000, lastModified=2020-07-27 17:19:02.940147000, size=6, fileKey=(dev=3d,ino=1684923826) 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:03.193000000, lastModified=2020-07-27 17:19:02.940147000, delta=252853000 ns, racy<=2502500 ns 17:19:03.193 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.194 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:03.193000000, lastModified=2020-07-27 17:19:02.940147000, delta=252853000 ns, racy<=2502500 ns 17:19:03.194 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.192000000, lastModified=2020-07-27 17:19:02.949147000, delta=242853000 ns, racy<=2500000000 ns 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.197000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.197 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.197000000, lastModified=2020-07-27 17:19:02.949147000, delta=247853000 ns, racy<=2500000000 ns 17:19:03.199 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:19:03.199 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-27 17:19:03.199000000, lastModified=2020-07-27 17:19:02.940147000, size=6, fileKey=(dev=3d,ino=1684923826) 17:19:03.199 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:03.199000000, lastModified=2020-07-27 17:19:02.940147000, delta=258853000 ns, racy<=2502500 ns 17:19:03.199 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.199 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:03.199000000, lastModified=2020-07-27 17:19:02.940147000, delta=258853000 ns, racy<=2502500 ns 17:19:03.199 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.200 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:03.199000000, lastModified=2020-07-27 17:19:02.940147000, delta=258853000 ns, racy<=2502500 ns 17:19:03.200 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.200 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:03.199000000, lastModified=2020-07-27 17:19:02.940147000, delta=258853000 ns, racy<=2502500 ns 17:19:03.200 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.197000000, lastModified=2020-07-27 17:19:02.949147000, delta=247853000 ns, racy<=2500000000 ns 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.202000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.202 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.202000000, lastModified=2020-07-27 17:19:02.949147000, delta=252853000 ns, racy<=2500000000 ns 17:19:03.203 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:03.210 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.210 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.210 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.210 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.210 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.210 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.202000000, lastModified=2020-07-27 17:19:02.949147000, delta=252853000 ns, racy<=2500000000 ns 17:19:03.210 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.210 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.210000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.211 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.210000000, lastModified=2020-07-27 17:19:02.949147000, delta=260853000 ns, racy<=2500000000 ns 17:19:03.211 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:03.199000000, lastModified=2020-07-27 17:19:02.940147000, delta=258853000 ns, racy<=2502500 ns 17:19:03.211 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.211 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:03.211 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:03.217 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:19:03.223 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:03.223 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:19:03.223 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:19:03.227 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:19:03.230 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:19:03.230 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:19:03.230 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:19:03.230 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:19:03.230 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:19:03.231 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:19:03.231 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:03.231 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:03.231 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:03.231 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:03.231 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:03.231 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:03.232 [pool-64-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... 17:19:03.232 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:03.232 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 8f9b5cf01ba3a7cf26bf26cd83518ffceecd041d (timepoint 1595870342000) of /tmp/junit6497107609255116034 17:19:03.232 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.210000000, lastModified=2020-07-27 17:19:02.949147000, delta=260853000 ns, racy<=2500000000 ns 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, is racily clean 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:03.233000000, lastModified=2020-07-27 17:19:02.949147000, size=78, fileKey=(dev=3d,ino=1154348044) 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/config, isRacyClean=true, read=2020-07-27 17:19:03.233000000, lastModified=2020-07-27 17:19:02.949147000, delta=283853000 ns, racy<=2500000000 ns 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:03.199000000, lastModified=2020-07-27 17:19:02.940147000, delta=258853000 ns, racy<=2502500 ns 17:19:03.233 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6497107609255116034/.git/objects/pack, is unmodified 17:19:03.233 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:03.233 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:03.290 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:19:03.290 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:03.290 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:19:03.290 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:19:03.290 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:03.290 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:19:03.290 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:03.295 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:19:03.296 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:03.296 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:03.296 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:03.296 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:03.296 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:03.296 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:03.296 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:03.296 [pool-64-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:03.296 [pool-64-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... 17:19:03.296 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:03.296 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision d80702095e46276798db844fbf0e0a5ac0841f42 (timepoint 1595870343001) of /tmp/junit6497107609255116034 17:19:03.296 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:03.297 [pool-64-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 173 ms 17:19:03.301 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:19:03.301 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit6497107609255116034:org.eclipse.hawk.git.JGitRepository:false 17:19:03.302 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:03.302 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:19:04.052 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:19:04.052 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3325018411699010798/test_defaultBranch[LevelDB GreyCat] 17:19:04.052 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:19:04.186 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:19:04.187 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:04.187 [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 17:19:04.187 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:04.187 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:04.189 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:19:04.189 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:19:04.189 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:19:04.189 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:19:04.189 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:19:04.189 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:04.189 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:04.190 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:19:04.192 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:04.192 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:04.195 [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 17:19:04.196 [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 17:19:04.196 [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 17:19:04.196 [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 17:19:04.196 [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 17:19:04.196 [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 17:19:04.196 [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 17:19:04.197 [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 17:19:04.197 [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 17:19:04.197 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.198 [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 17:19:04.199 [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 17:19:04.199 [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 17:19:04.199 [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 17:19:04.199 [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 17:19:04.199 [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 17:19:04.200 [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 17:19:04.200 [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[] 17:19:04.200 [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 17:19:04.203 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:19:04.203 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:04.203 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:19:04.205 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:04.205 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.212 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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[] 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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[] 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.213 [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 17:19:04.215 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:19:04.215 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:04.215 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:19:04.216 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:04.216 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:04.228 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:19:04.229 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:19:04.229 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:04.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.229 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.230 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.231 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.232 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.233 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=false, read=2020-07-27 17:19:04.229000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870344229000000 ns, racy<=2500000000 ns 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is unmodified 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.234000000, lastModified=2020-07-27 17:19:04.233170000, size=23, fileKey=(dev=3d,ino=1684923823) 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.234000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.234 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.234000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.235000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.235000000, lastModified=2020-07-27 17:19:04.233170000, delta=1830000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.235000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.235000000, lastModified=2020-07-27 17:19:04.233170000, delta=1830000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.235000000, lastModified=2020-07-27 17:19:04.233170000, delta=1830000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.235000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.235000000, lastModified=2020-07-27 17:19:04.233170000, delta=1830000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.235 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.235000000, lastModified=2020-07-27 17:19:04.233170000, delta=1830000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, delta=2830000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, delta=2830000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, delta=2830000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, delta=2830000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, delta=2830000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, delta=2830000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, delta=2830000 ns, racy<=2500000000 ns 17:19:04.236 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, size=6, fileKey=(dev=3d,ino=73545863) 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.234170000, size=0, fileKey=(dev=3d,ino=1684923828) 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.233170000, delta=2830000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.233170000, delta=3830000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.236170000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.236170000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.233170000, delta=3830000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.233170000, delta=3830000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.237 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.237000000, lastModified=2020-07-27 17:19:04.233170000, delta=3830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, create new FileSnapshot: lastRead=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, size=23, fileKey=(dev=3d,ino=1684923823) 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.238 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.239000000, lastModified=2020-07-27 17:19:04.236170000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.239000000, lastModified=2020-07-27 17:19:04.236170000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2500000000 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.239000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.239000000, lastModified=2020-07-27 17:19:04.233170000, delta=5830000 ns, racy<=2500000000 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.239 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.239000000, lastModified=2020-07-27 17:19:04.233170000, delta=5830000 ns, racy<=2500000000 ns 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.291000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.291000000, lastModified=2020-07-27 17:19:04.233170000, delta=57830000 ns, racy<=2500000000 ns 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.291000000, lastModified=2020-07-27 17:19:04.233170000, delta=57830000 ns, racy<=2500000000 ns 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.291000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.291 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.291000000, lastModified=2020-07-27 17:19:04.233170000, delta=57830000 ns, racy<=2500000000 ns 17:19:04.292 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8565420021987968810/.git/refs/refs 17:19:04.292 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8565420021987968810/.git/refs/tags/refs 17:19:04.292 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8565420021987968810/.git/refs/heads/refs 17:19:04.292 [main] DEBUG org.eclipse.jgit.util.FS - Thread[main,5,main]: cannot measure timestamp resolution of unborn directory /tmp/junit8565420021987968810/.git/refs/remotes/refs 17:19:04.292 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.292 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.292 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.292 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.291000000, lastModified=2020-07-27 17:19:04.233170000, delta=57830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.293 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.292171000, size=41, fileKey=(dev=3d,ino=612530935) 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.293000000, lastModified=2020-07-27 17:19:04.233170000, delta=59830000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, delta=60830000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, delta=60830000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, delta=60830000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, delta=60830000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, delta=60830000 ns, racy<=2500000000 ns 17:19:04.294 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.233170000, delta=60830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.236170000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.236170000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.295 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.294171000, size=0, fileKey=(dev=3d,ino=1684923833) 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.295000000, lastModified=2020-07-27 17:19:04.233170000, delta=61830000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.233170000, delta=62830000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.295171000, size=104, fileKey=(dev=3d,ino=1684923833) 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.295171000, size=104, fileKey=(dev=3d,ino=1684923833) 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.233170000, delta=62830000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.233170000, delta=62830000 ns, racy<=2500000000 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, isRacyClean=true, read=2020-07-27 17:19:04.294000000, lastModified=2020-07-27 17:19:04.292171000, delta=1829000 ns, racy<=2502500 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, is racily clean 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.292171000, size=41, fileKey=(dev=3d,ino=612530935) 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.292171000, delta=3829000 ns, racy<=2502500 ns 17:19:04.296 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.296000000, lastModified=2020-07-27 17:19:04.233170000, delta=62830000 ns, racy<=2500000000 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.297000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.297000000, lastModified=2020-07-27 17:19:04.233170000, delta=63830000 ns, racy<=2500000000 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.297000000, lastModified=2020-07-27 17:19:04.233170000, delta=63830000 ns, racy<=2500000000 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.297000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.297000000, lastModified=2020-07-27 17:19:04.233170000, delta=63830000 ns, racy<=2500000000 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.297000000, lastModified=2020-07-27 17:19:04.295171000, size=104, fileKey=(dev=3d,ino=1684923833) 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.297000000, lastModified=2020-07-27 17:19:04.295171000, size=104, fileKey=(dev=3d,ino=1684923833) 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.297 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.297000000, lastModified=2020-07-27 17:19:04.233170000, delta=63830000 ns, racy<=2500000000 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.298000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.298000000, lastModified=2020-07-27 17:19:04.233170000, delta=64830000 ns, racy<=2500000000 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.298000000, lastModified=2020-07-27 17:19:04.233170000, delta=64830000 ns, racy<=2500000000 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.298000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.298000000, lastModified=2020-07-27 17:19:04.233170000, delta=64830000 ns, racy<=2500000000 ns 17:19:04.298 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.298000000, lastModified=2020-07-27 17:19:04.233170000, delta=64830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.299 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.299000000, lastModified=2020-07-27 17:19:04.233170000, delta=65830000 ns, racy<=2500000000 ns 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.300000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.300000000, lastModified=2020-07-27 17:19:04.233170000, delta=66830000 ns, racy<=2500000000 ns 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.300000000, lastModified=2020-07-27 17:19:04.298171000, size=41, fileKey=(dev=3d,ino=612530942) 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.300000000, lastModified=2020-07-27 17:19:04.233170000, delta=66830000 ns, racy<=2500000000 ns 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.300000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.300 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.300000000, lastModified=2020-07-27 17:19:04.233170000, delta=66830000 ns, racy<=2500000000 ns 17:19:04.302 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.300000000, lastModified=2020-07-27 17:19:04.233170000, delta=66830000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, delta=69830000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, delta=69830000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, delta=69830000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, isRacyClean=true, read=2020-07-27 17:19:04.300000000, lastModified=2020-07-27 17:19:04.298171000, delta=1829000 ns, racy<=2502500 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, is racily clean 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master, create new FileSnapshot: lastRead=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.298171000, size=41, fileKey=(dev=3d,ino=612530942) 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, isRacyClean=false, read=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.298171000, delta=4829000 ns, racy<=2502500 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, delta=69830000 ns, racy<=2500000000 ns 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.303 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, delta=69830000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.303000000, lastModified=2020-07-27 17:19:04.233170000, delta=69830000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, delta=70830000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, delta=70830000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, delta=70830000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, delta=70830000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, delta=70830000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.304 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.304000000, lastModified=2020-07-27 17:19:04.233170000, delta=70830000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, delta=71830000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, delta=71830000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, delta=71830000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, delta=71830000 ns, racy<=2500000000 ns 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.305 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, delta=71830000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.305000000, lastModified=2020-07-27 17:19:04.233170000, delta=71830000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, delta=72830000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, delta=72830000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, delta=72830000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, delta=72830000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, delta=72830000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.305172000, size=41, fileKey=(dev=3d,ino=612530935) 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, delta=72830000 ns, racy<=2500000000 ns 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.306 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, delta=72830000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.305172000, delta=828000 ns, racy<=2502500 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, is racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.305172000, size=41, fileKey=(dev=3d,ino=612530935) 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.305172000, delta=1828000 ns, racy<=2502500 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.306000000, lastModified=2020-07-27 17:19:04.233170000, delta=72830000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, delta=73830000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, delta=73830000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, delta=73830000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.305172000, delta=1828000 ns, racy<=2502500 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, is racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.305172000, size=41, fileKey=(dev=3d,ino=612530935) 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.305172000, delta=1828000 ns, racy<=2502500 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, delta=73830000 ns, racy<=2500000000 ns 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.307 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, delta=73830000 ns, racy<=2500000000 ns 17:19:04.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.305172000, delta=1828000 ns, racy<=2502500 ns 17:19:04.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, is racily clean 17:19:04.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-07-27 17:19:04.308000000, lastModified=2020-07-27 17:19:04.305172000, size=41, fileKey=(dev=3d,ino=612530935) 17:19:04.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-27 17:19:04.308000000, lastModified=2020-07-27 17:19:04.305172000, delta=2828000 ns, racy<=2502500 ns 17:19:04.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.308000000, lastModified=2020-07-27 17:19:04.295171000, size=104, fileKey=(dev=3d,ino=1684923833) 17:19:04.308 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.308000000, lastModified=2020-07-27 17:19:04.295171000, size=104, fileKey=(dev=3d,ino=1684923833) 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.307000000, lastModified=2020-07-27 17:19:04.233170000, delta=73830000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, delta=76830000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, delta=76830000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, delta=76830000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, delta=76830000 ns, racy<=2500000000 ns 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.310 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, delta=76830000 ns, racy<=2500000000 ns 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.311000000, lastModified=2020-07-27 17:19:04.307172000, size=0, fileKey=(dev=3d,ino=1684923828) 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.310000000, lastModified=2020-07-27 17:19:04.233170000, delta=76830000 ns, racy<=2500000000 ns 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.311000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.311000000, lastModified=2020-07-27 17:19:04.233170000, delta=77830000 ns, racy<=2500000000 ns 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.311000000, lastModified=2020-07-27 17:19:04.310172000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.311000000, lastModified=2020-07-27 17:19:04.233170000, delta=77830000 ns, racy<=2500000000 ns 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.311000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.311 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.311000000, lastModified=2020-07-27 17:19:04.233170000, delta=77830000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.311000000, lastModified=2020-07-27 17:19:04.233170000, delta=77830000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, delta=78830000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, delta=78830000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, delta=78830000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, delta=78830000 ns, racy<=2500000000 ns 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.312 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, delta=78830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.312000000, lastModified=2020-07-27 17:19:04.233170000, delta=78830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, isRacyClean=false, read=2020-07-27 17:19:04.238000000, lastModified=2020-07-27 17:19:04.233170000, delta=4830000 ns, racy<=2502500 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.313 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.313000000, lastModified=2020-07-27 17:19:04.233170000, delta=79830000 ns, racy<=2500000000 ns 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.314000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.314000000, lastModified=2020-07-27 17:19:04.233170000, delta=80830000 ns, racy<=2500000000 ns 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.314000000, lastModified=2020-07-27 17:19:04.312172000, size=26, fileKey=(dev=3d,ino=1684923833) 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.314 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.314000000, lastModified=2020-07-27 17:19:04.233170000, delta=80830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.310172000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.310172000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.315 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.315000000, lastModified=2020-07-27 17:19:04.233170000, delta=81830000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.233170000, delta=82830000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.314172000, size=0, fileKey=(dev=3d,ino=1684923823) 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.233170000, delta=82830000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.233170000, delta=82830000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.315172000, size=104, fileKey=(dev=3d,ino=1684923823) 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.315172000, size=104, fileKey=(dev=3d,ino=1684923823) 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.316 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.316000000, lastModified=2020-07-27 17:19:04.233170000, delta=82830000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, delta=83830000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, isRacyClean=true, read=2020-07-27 17:19:04.314000000, lastModified=2020-07-27 17:19:04.312172000, delta=1828000 ns, racy<=2502500 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, is racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD, create new FileSnapshot: lastRead=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.312172000, size=26, fileKey=(dev=3d,ino=1684923833) 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, isRacyClean=false, read=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.312172000, delta=4828000 ns, racy<=2502500 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, delta=83830000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, delta=83830000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, cannot be racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, delta=83830000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, delta=83830000 ns, racy<=2500000000 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.315172000, size=104, fileKey=(dev=3d,ino=1684923823) 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.315172000, size=104, fileKey=(dev=3d,ino=1684923823) 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.317 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.236000000, lastModified=2020-07-27 17:19:04.230170000, delta=5830000 ns, racy<=2502500 ns 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.317000000, lastModified=2020-07-27 17:19:04.233170000, delta=83830000 ns, racy<=2500000000 ns 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.318000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.318000000, lastModified=2020-07-27 17:19:04.233170000, delta=84830000 ns, racy<=2500000000 ns 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, cannot be racily clean 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.318 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.318000000, lastModified=2020-07-27 17:19:04.233170000, delta=84830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.319 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.319000000, lastModified=2020-07-27 17:19:04.233170000, delta=85830000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, delta=86830000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, delta=86830000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, delta=86830000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.318172000, size=41, fileKey=(dev=3d,ino=612530945) 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, delta=86830000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, delta=86830000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, delta=86830000 ns, racy<=2500000000 ns 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.320 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, delta=86830000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, cannot be racily clean 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.318172000, delta=1828000 ns, racy<=2502500 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, is racily clean 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-07-27 17:19:04.321000000, lastModified=2020-07-27 17:19:04.318172000, size=41, fileKey=(dev=3d,ino=612530945) 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2020-07-27 17:19:04.321000000, lastModified=2020-07-27 17:19:04.318172000, delta=2828000 ns, racy<=2502500 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.320000000, lastModified=2020-07-27 17:19:04.233170000, delta=86830000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.321000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.321000000, lastModified=2020-07-27 17:19:04.233170000, delta=87830000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.321000000, lastModified=2020-07-27 17:19:04.233170000, delta=87830000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.321000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.321000000, lastModified=2020-07-27 17:19:04.233170000, delta=87830000 ns, racy<=2500000000 ns 17:19:04.321 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.315172000, size=104, fileKey=(dev=3d,ino=1684923823) 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.315172000, size=104, fileKey=(dev=3d,ino=1684923823) 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.321000000, lastModified=2020-07-27 17:19:04.233170000, delta=87830000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, delta=88830000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, delta=88830000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, delta=88830000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, delta=88830000 ns, racy<=2500000000 ns 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.322 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, delta=88830000 ns, racy<=2500000000 ns 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.322000000, lastModified=2020-07-27 17:19:04.233170000, delta=88830000 ns, racy<=2500000000 ns 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.323000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.323000000, lastModified=2020-07-27 17:19:04.233170000, delta=89830000 ns, racy<=2500000000 ns 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.323000000, lastModified=2020-07-27 17:19:04.233170000, delta=89830000 ns, racy<=2500000000 ns 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.323000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.323 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.323000000, lastModified=2020-07-27 17:19:04.233170000, delta=89830000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.321172000, size=0, fileKey=(dev=3d,ino=1684923828) 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.323000000, lastModified=2020-07-27 17:19:04.233170000, delta=89830000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, delta=90830000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.323172000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.323172000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, delta=90830000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, delta=90830000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, delta=90830000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, delta=90830000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, cannot be racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.324 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.324000000, lastModified=2020-07-27 17:19:04.233170000, delta=90830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/master.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.325 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.325000000, lastModified=2020-07-27 17:19:04.233170000, delta=91830000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.233170000, delta=92830000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.233170000, delta=92830000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.233170000, delta=92830000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.233170000, delta=92830000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.233170000, delta=92830000 ns, racy<=2500000000 ns 17:19:04.326 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/HEAD.lock, create new FileSnapshot: lastRead=2020-07-27 17:19:04.326000000, lastModified=2020-07-27 17:19:04.325172000, size=23, fileKey=(dev=3d,ino=1684923823) 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.390000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.390000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.390000000, lastModified=2020-07-27 17:19:04.233170000, delta=156830000 ns, racy<=2500000000 ns 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.390000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.390000000, lastModified=2020-07-27 17:19:04.233170000, delta=156830000 ns, racy<=2500000000 ns 17:19:04.390 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.390000000, lastModified=2020-07-27 17:19:04.323172000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.390 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit8565420021987968810:org.eclipse.hawk.git.JGitRepository:false 17:19:04.392 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:04.392 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.390000000, lastModified=2020-07-27 17:19:04.233170000, delta=156830000 ns, racy<=2500000000 ns 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.429000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.429 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.429000000, lastModified=2020-07-27 17:19:04.233170000, delta=195830000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.318172000, size=41, fileKey=(dev=3d,ino=612530945) 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.429000000, lastModified=2020-07-27 17:19:04.233170000, delta=195830000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.233170000, delta=196830000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch, isRacyClean=false, read=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.318172000, delta=111828000 ns, racy<=2502500 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/refs/heads/newbranch, is unmodified 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.233170000, delta=196830000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.233170000, delta=196830000 ns, racy<=2500000000 ns 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/index, create new FileSnapshot: lastRead=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.323172000, size=104, fileKey=(dev=3d,ino=1684923828) 17:19:04.430 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.230170000, size=6, fileKey=(dev=3d,ino=73545863) 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.230170000, delta=199830000 ns, racy<=2502500 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.230170000, delta=199830000 ns, racy<=2502500 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.230170000, delta=199830000 ns, racy<=2502500 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.430000000, lastModified=2020-07-27 17:19:04.233170000, delta=196830000 ns, racy<=2500000000 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.233170000, delta=197830000 ns, racy<=2500000000 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, create new FileSnapshot: lastRead=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, size=6, fileKey=(dev=3d,ino=73545863) 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.431 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.233170000, delta=197830000 ns, racy<=2500000000 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.432000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.432000000, lastModified=2020-07-27 17:19:04.233170000, delta=198830000 ns, racy<=2500000000 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.432000000, lastModified=2020-07-27 17:19:04.233170000, delta=198830000 ns, racy<=2500000000 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.432000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.432000000, lastModified=2020-07-27 17:19:04.233170000, delta=198830000 ns, racy<=2500000000 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.432 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.432 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:04.437 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.437 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.437 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.438 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.438 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.438 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.432000000, lastModified=2020-07-27 17:19:04.233170000, delta=198830000 ns, racy<=2500000000 ns 17:19:04.438 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.438 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.438000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.438 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.438000000, lastModified=2020-07-27 17:19:04.233170000, delta=204830000 ns, racy<=2500000000 ns 17:19:04.438 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.438 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.438 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:04.438 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:04.444 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:19:04.449 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:04.449 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:19:04.450 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:19:04.494 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:19:04.497 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:19:04.497 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:19:04.497 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:19:04.497 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s53ms [pure insertion] marking any relevant derived attributes for update...17:19:04.497 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:19:04.499 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:19:04.499 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:04.499 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:04.499 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:04.499 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:04.499 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:04.499 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:04.499 [pool-68-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... 17:19:04.499 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:04.499 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5b7f0216d098083a13531b04159d19b064b57ad8 (timepoint 1595870344000) of /tmp/junit8565420021987968810 17:19:04.500 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:04.500 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.438000000, lastModified=2020-07-27 17:19:04.233170000, delta=204830000 ns, racy<=2500000000 ns 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.501000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.501000000, lastModified=2020-07-27 17:19:04.233170000, delta=267830000 ns, racy<=2500000000 ns 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.501 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.501 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:04.501 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:04.507 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:19:04.507 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:04.507 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:19:04.507 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:19:04.507 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:04.507 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:19:04.507 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:04.512 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:19:04.512 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:04.512 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:04.512 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:04.512 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:04.512 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:04.512 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:04.512 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:04.512 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:04.512 [pool-68-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... 17:19:04.512 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:04.512 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision cc9f15344ae9d00364da935c105907961b503f3c (timepoint 1595870344002) of /tmp/junit8565420021987968810 17:19:04.513 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:04.513 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.config/jgit/config.lock, cannot be racily clean 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.492000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336492000000 ns, racy<=2500000000 ns 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/etc/gitconfig, is unmodified 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, isRacyClean=false, read=2020-07-27 17:18:56.493000000, lastModified=1970-01-01 00:00:00.000000000, delta=1595870336493000000 ns, racy<=2500000000 ns 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/?/.gitconfig, is unmodified 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.501000000, lastModified=2020-07-27 17:19:04.233170000, delta=267830000 ns, racy<=2500000000 ns 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, is racily clean 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, create new FileSnapshot: lastRead=2020-07-27 17:19:04.514000000, lastModified=2020-07-27 17:19:04.233170000, size=78, fileKey=(dev=3d,ino=1684923825) 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/config, isRacyClean=true, read=2020-07-27 17:19:04.514000000, lastModified=2020-07-27 17:19:04.233170000, delta=280830000 ns, racy<=2500000000 ns 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, isRacyClean=false, read=2020-07-27 17:19:04.431000000, lastModified=2020-07-27 17:19:04.230170000, delta=200830000 ns, racy<=2502500 ns 17:19:04.514 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit8565420021987968810/.git/objects/pack, is unmodified 17:19:04.514 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:04.514 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:04.519 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:19:04.519 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:04.520 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:19:04.520 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:19:04.520 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:04.520 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 17:19:04.520 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:04.521 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:04.521 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:04.521 [pool-68-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:04.521 [pool-68-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... 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 388940d06c2547ccb77a73bf9d495ecf2e4b3274 (timepoint 1595870344003) of /tmp/junit8565420021987968810 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:04.521 [pool-68-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 129 ms 17:19:04.524 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:19:04.524 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit8565420021987968810:org.eclipse.hawk.git.JGitRepository:false 17:19:04.590 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:04.590 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:19:05.212 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:19:05.212 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit516119637812669333/test_nonDefaultBranch[LevelDB GreyCat] 17:19:05.212 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:19:06.239 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:19:06.240 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:06.240 [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 17:19:06.240 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:06.240 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:06.242 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:19:06.242 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:19:06.242 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:19:06.242 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:19:06.243 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:19:06.243 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:06.243 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:06.243 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:19:06.246 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:06.246 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:06.248 [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 17:19:06.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 17:19:06.249 [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 17:19:06.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 17:19:06.249 [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 17:19:06.249 [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 17:19:06.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 17:19:06.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 17:19:06.249 [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 17:19:06.250 [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 17:19:06.250 [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 17:19:06.250 [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 17:19:06.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 17:19:06.251 [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 17:19:06.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 17:19:06.251 [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 17:19:06.251 [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[] 17:19:06.252 [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 17:19:06.252 [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 17:19:06.252 [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 17:19:06.252 [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 17:19:06.252 [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 17:19:06.252 [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 17:19:06.252 [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 17:19:06.253 [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 17:19:06.253 [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 17:19:06.253 [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 17:19:06.253 [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 17:19:06.253 [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 17:19:06.253 [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 17:19:06.254 [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 17:19:06.254 [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 17:19:06.254 [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 17:19:06.256 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:19:06.256 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:06.256 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:19:06.258 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:06.258 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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[] 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.265 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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[] 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.266 [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 17:19:06.268 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:19:06.268 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6652962042053072000 17:19:08.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6652962042053072000:org.eclipse.hawk.svn.SvnManager:false 17:19:08.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:08.105 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:08.133 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:08.133 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:08.133 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:08.133 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:08.133 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:08.140 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:08.140 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:19:08.140 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:08.140 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:08.148 [pool-70-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... 17:19:08.148 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 17:19:08.149 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870345372) of file:///tmp/hawkSvnRepo6652962042053072000 17:19:08.150 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:08.152 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:08.152 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:08.158 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:19:08.161 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:08.161 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:19:08.161 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:19:08.165 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:19:08.165 [pool-70-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:19:08.165 [pool-70-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:19:08.165 [pool-70-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:08.165 [pool-70-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:08.167 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:19:08.168 [pool-70-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:19:08.191 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:19:08.191 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:19:08.191 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:19:08.191 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s33ms [pure insertion] marking any relevant derived attributes for update...17:19:08.191 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:08.191 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:08.191 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:08.191 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:08.191 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:08.191 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:08.191 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:08.191 [pool-70-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:08.191 [pool-70-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... 17:19:08.191 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:08.192 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870346296) of file:///tmp/hawkSvnRepo6652962042053072000 17:19:08.192 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:08.192 [pool-70-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 87 ms 17:19:08.198 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:19:08.198 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6652962042053072000:org.eclipse.hawk.svn.SvnManager:false 17:19:08.199 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:08.199 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:19:08.874 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:19:08.874 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4944778962654612286/test_countInstancesModelAll[LevelDB GreyCat] 17:19:08.875 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:19:10.284 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:19:10.285 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:10.285 [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 17:19:10.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:10.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:10.287 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:19:10.287 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:19:10.287 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:19:10.287 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:19:10.287 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:19:10.287 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:10.288 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:10.288 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:19:10.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:10.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:10.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 17:19:10.294 [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 17:19:10.294 [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 17:19:10.294 [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 17:19:10.294 [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 17:19:10.294 [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 17:19:10.294 [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[] 17:19:10.294 [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 17:19:10.294 [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 17:19:10.294 [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 17:19:10.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 17:19:10.294 [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 17:19:10.294 [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 17:19:10.295 [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 17:19:10.295 [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 17:19:10.295 [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 17:19:10.295 [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 17:19:10.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 17:19:10.295 [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 17:19:10.296 [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 17:19:10.296 [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 17:19:10.296 [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 17:19:10.296 [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 17:19:10.296 [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 17:19:10.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 17:19:10.296 [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 17:19:10.296 [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 17:19:10.296 [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 17:19:10.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 17:19:10.297 [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 17:19:10.297 [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 17:19:10.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 17:19:10.298 [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 17:19:10.301 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:19:10.301 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:10.301 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:19:10.302 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:10.302 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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[] 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.352 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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[] 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.353 [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 17:19:10.355 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:19:10.355 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1556650375519276137 17:19:18.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1556650375519276137:org.eclipse.hawk.svn.SvnManager:false 17:19:18.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:18.105 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:18.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:18.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:18.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:18.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:18.253 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:18.255 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:18.255 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:19:18.255 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:18.255 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:18.294 [pool-72-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... 17:19:18.294 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s42ms [proxy update] 17:19:18.295 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870349051) of file:///tmp/hawkSvnRepo1556650375519276137 17:19:18.296 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:18.299 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:18.299 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:18.306 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:18.312 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:18.313 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:19:18.313 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:19:18.315 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:19:18.315 [pool-72-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:19:18.315 [pool-72-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:19:18.315 [pool-72-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:18.315 [pool-72-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:18.317 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:19:18.318 [pool-72-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:19:18.535 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:19:18.535 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:19:18.536 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:19:18.536 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s230ms [pure insertion] marking any relevant derived attributes for update...17:19:18.536 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:18.536 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:18.536 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:18.536 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:18.536 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:18.536 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:18.536 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:18.536 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:18.536 [pool-72-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... 17:19:18.536 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:18.537 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870350399) of file:///tmp/hawkSvnRepo1556650375519276137 17:19:18.537 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:18.539 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:18.539 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:18.546 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:18.546 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:18.546 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:19:18.547 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:19:18.547 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:18.547 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:18.547 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:18.552 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:19:18.552 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:18.552 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:18.552 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:18.552 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:18.553 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:18.553 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:19:18.553 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:18.553 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:18.553 [pool-72-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... 17:19:18.553 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:18.553 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870352108) of file:///tmp/hawkSvnRepo1556650375519276137 17:19:18.553 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:18.554 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:18.554 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:18.596 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:18.596 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:18.596 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:19:18.596 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:19:18.596 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:18.596 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:18.596 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:18.597 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:19:18.597 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:18.597 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:18.598 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:18.598 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:18.598 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:18.598 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:18.598 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:18.598 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:18.598 [pool-72-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... 17:19:18.598 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:18.598 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870354107) of file:///tmp/hawkSvnRepo1556650375519276137 17:19:18.598 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:18.600 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:18.600 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:18.605 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:18.605 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:18.606 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:19:18.606 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:19:18.606 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:18.606 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:18.606 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:18.607 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:19:18.607 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:18.607 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:18.607 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:18.607 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:18.607 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:18.607 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:18.607 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:18.607 [pool-72-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:18.608 [pool-72-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... 17:19:18.608 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:18.608 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870356107) of file:///tmp/hawkSvnRepo1556650375519276137 17:19:18.608 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:18.608 [pool-72-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 503 ms 17:19:18.615 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:19:18.615 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1556650375519276137:org.eclipse.hawk.svn.SvnManager:false 17:19:18.616 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:18.616 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:19:19.369 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:19:19.369 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4040922088548110688/test_sinceThen[LevelDB GreyCat] 17:19:19.370 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:19:20.254 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:19:20.255 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:20.255 [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 17:19:20.255 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:20.255 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:20.257 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:19:20.257 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:19:20.257 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:19:20.258 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:19:20.258 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:19:20.258 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:20.258 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:20.258 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:19:20.261 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:20.261 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:20.264 [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 17:19:20.264 [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[] 17:19:20.264 [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 17:19:20.264 [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 17:19:20.264 [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 17:19:20.264 [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 17:19:20.264 [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 17:19:20.264 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.265 [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 17:19:20.266 [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 17:19:20.266 [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 17:19:20.266 [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 17:19:20.266 [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 17:19:20.266 [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 17:19:20.266 [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 17:19:20.266 [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 17:19:20.266 [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 17:19:20.267 [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 17:19:20.267 [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 17:19:20.267 [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 17:19:20.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:19:20.271 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:20.271 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:19:20.273 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:20.273 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:20.280 [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 17:19:20.280 [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 17:19:20.280 [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 17:19:20.280 [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 17:19:20.280 [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 17:19:20.280 [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 17:19:20.280 [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 17:19:20.280 [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[] 17:19:20.280 [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 17:19:20.280 [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 17:19:20.280 [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 17:19:20.280 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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 17:19:20.281 [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[] 17:19:20.281 [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 17:19:20.281 [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 17:19:20.282 [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 17:19:20.282 [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 17:19:20.282 [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 17:19:20.282 [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 17:19:20.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:19:20.283 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7801624091264991675 17:19:28.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7801624091264991675:org.eclipse.hawk.svn.SvnManager:false 17:19:28.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:28.104 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:28.171 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:28.171 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:28.171 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:28.171 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:28.171 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:28.194 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:28.194 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.023s attempting to resolve any uninitialized derived attributes... 17:19:28.194 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:28.194 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:28.241 [pool-74-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... 17:19:28.241 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s72ms [proxy update] 17:19:28.243 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870359554) of file:///tmp/hawkSvnRepo7801624091264991675 17:19:28.243 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:28.246 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:28.246 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:28.291 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:28.294 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:28.294 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:19:28.294 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:19:28.297 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:19:28.298 [pool-74-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:19:28.298 [pool-74-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:19:28.298 [pool-74-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:28.298 [pool-74-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:28.300 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:19:28.301 [pool-74-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:19:28.303 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:19:28.303 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:19:28.303 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:19:28.303 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:19:28.303 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:28.303 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:28.303 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:28.303 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:28.303 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:28.303 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:28.303 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:28.303 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:28.303 [pool-74-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... 17:19:28.303 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:28.303 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870360296) of file:///tmp/hawkSvnRepo7801624091264991675 17:19:28.304 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:28.305 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:28.305 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:28.310 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:28.310 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:28.310 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:19:28.310 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:19:28.310 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:28.310 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:28.310 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:28.315 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:19:28.315 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:28.315 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:28.315 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:28.315 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:28.315 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:28.315 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:28.315 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:28.315 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:28.316 [pool-74-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... 17:19:28.316 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:28.316 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870362107) of file:///tmp/hawkSvnRepo7801624091264991675 17:19:28.316 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:28.317 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:28.317 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:28.322 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:28.322 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:28.322 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:19:28.323 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:19:28.323 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:28.323 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:28.323 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:28.323 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:19:28.323 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:19:28.324 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:19:28.324 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:28.324 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:28.324 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:28.324 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:28.324 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:28.324 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:28.324 [pool-74-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... 17:19:28.324 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:28.324 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870364107) of file:///tmp/hawkSvnRepo7801624091264991675 17:19:28.324 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:28.325 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:28.325 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:28.392 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:28.392 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:28.393 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:19:28.393 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:19:28.393 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:28.393 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:28.393 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:28.394 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:19:28.394 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:28.394 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:28.394 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:28.394 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:28.394 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:28.394 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:28.394 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:28.394 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:28.394 [pool-74-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... 17:19:28.394 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:28.394 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870366107) of file:///tmp/hawkSvnRepo7801624091264991675 17:19:28.395 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:28.395 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 291 ms 17:19:30.101 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:30.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:30.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:30.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:30.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:30.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:30.102 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:30.102 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:30.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:30.102 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:30.102 [pool-74-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... 17:19:30.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:30.102 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870366107) of file:///tmp/hawkSvnRepo7801624091264991675 17:19:30.103 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:30.104 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:30.104 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:30.108 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:30.108 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:30.109 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store 17:19:30.109 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 17:19:30.109 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:30.109 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:30.109 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:30.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:19:30.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:30.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:30.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:30.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:30.110 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:30.110 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:30.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:30.110 [pool-74-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:30.110 [pool-74-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... 17:19:30.110 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:30.111 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1595870368191) of file:///tmp/hawkSvnRepo7801624091264991675 17:19:30.111 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:30.111 [pool-74-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms after for 1595870360296: 0 after for 1595870362107: 1 before for 1595870364107: 2 before for 1595870366107: 3 17:19:30.119 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:19:30.119 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7801624091264991675:org.eclipse.hawk.svn.SvnManager:false 17:19:30.120 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:30.120 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:19:31.052 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:19:31.053 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5280015898911713030/test_before[LevelDB GreyCat] 17:19:31.054 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:19:32.246 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:19:32.248 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:32.248 [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 17:19:32.248 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:32.248 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:32.250 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:19:32.250 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:19:32.250 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:19:32.250 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:19:32.250 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:19:32.250 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:32.250 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:32.250 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:19:32.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:32.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:32.257 [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 17:19:32.257 [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 17:19:32.257 [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 17:19:32.257 [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 17:19:32.257 [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 17:19:32.257 [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 17:19:32.257 [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 17:19:32.258 [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 17:19:32.258 [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 17:19:32.258 [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 17:19:32.258 [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 17:19:32.258 [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 17:19:32.258 [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 17:19:32.258 [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 17:19:32.258 [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 17:19:32.259 [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 17:19:32.259 [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 17:19:32.259 [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 17:19:32.259 [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 17:19:32.260 [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 17:19:32.260 [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 17:19:32.260 [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[] 17:19:32.260 [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 17:19:32.260 [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 17:19:32.260 [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 17:19:32.261 [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 17:19:32.261 [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 17:19:32.261 [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 17:19:32.261 [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 17:19:32.261 [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 17:19:32.261 [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 17:19:32.261 [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 17:19:32.261 [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 17:19:32.263 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:19:32.263 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:32.263 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:19:32.265 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:32.265 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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[] 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.298 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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 17:19:32.299 [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[] 17:19:32.299 [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 17:19:32.301 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:19:32.301 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo998870752932419530 17:19:40.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo998870752932419530:org.eclipse.hawk.svn.SvnManager:false 17:19:40.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:40.106 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:40.175 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:40.175 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:40.175 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:40.175 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:40.175 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:40.181 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:40.181 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 17:19:40.181 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:40.181 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:40.190 [pool-76-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... 17:19:40.190 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 17:19:40.192 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870371355) of file:///tmp/hawkSvnRepo998870752932419530 17:19:40.192 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:40.196 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:40.196 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:40.203 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:40.207 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:40.208 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:19:40.208 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:19:40.212 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:19:40.212 [pool-76-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:19:40.212 [pool-76-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:19:40.212 [pool-76-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:40.212 [pool-76-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:40.216 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:19:40.217 [pool-76-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:19:40.220 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:19:40.220 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:19:40.220 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:19:40.220 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:19:40.220 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:19:40.221 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:19:40.221 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:40.221 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:40.221 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:40.221 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:40.221 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:40.221 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:40.221 [pool-76-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... 17:19:40.221 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:40.221 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870372313) of file:///tmp/hawkSvnRepo998870752932419530 17:19:40.222 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:40.223 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:40.223 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:40.228 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:40.228 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:40.228 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:19:40.228 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:19:40.228 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:40.228 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:40.228 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:40.233 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:19:40.233 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:40.233 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:40.233 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:40.233 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:40.233 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:40.233 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:40.233 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:40.233 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:40.233 [pool-76-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... 17:19:40.233 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:40.233 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870374107) of file:///tmp/hawkSvnRepo998870752932419530 17:19:40.234 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:40.235 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:40.235 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:40.291 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:40.291 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:40.292 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:19:40.292 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:19:40.292 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:40.292 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:40.292 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:40.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:19:40.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:40.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:40.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:40.293 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:40.294 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:40.294 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:19:40.294 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:40.294 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:40.294 [pool-76-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... 17:19:40.294 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:40.294 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870376107) of file:///tmp/hawkSvnRepo998870752932419530 17:19:40.294 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:40.296 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:40.296 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:40.303 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:40.303 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:40.303 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:19:40.304 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:19:40.304 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:40.304 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:40.304 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:40.305 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:19:40.305 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:40.305 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:40.305 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:40.305 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:40.305 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:40.305 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:40.305 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:40.305 [pool-76-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:40.305 [pool-76-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... 17:19:40.305 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:19:40.306 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870378107) of file:///tmp/hawkSvnRepo998870752932419530 17:19:40.306 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:40.306 [pool-76-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 200 ms 17:19:40.312 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:19:40.312 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo998870752932419530:org.eclipse.hawk.svn.SvnManager:false 17:19:40.313 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:40.313 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:19:40.815 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:19:40.815 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6649558171170015434/test_commitMessages[LevelDB GreyCat] 17:19:40.816 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:19:42.250 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:19:42.252 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:42.252 [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 17:19:42.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:42.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:42.254 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:19:42.254 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:19:42.254 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:19:42.254 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:19:42.254 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:42.255 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:42.255 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:19:42.255 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:19:42.258 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:42.258 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:42.262 [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 17:19:42.262 [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 17:19:42.262 [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 17:19:42.262 [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 17:19:42.264 [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 17:19:42.264 [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 17:19:42.264 [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 17:19:42.264 [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 17:19:42.264 [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 17:19:42.264 [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 17:19:42.264 [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 17:19:42.265 [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 17:19:42.265 [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 17:19:42.265 [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 17:19:42.266 [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 17:19:42.266 [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 17:19:42.266 [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 17:19:42.266 [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 17:19:42.266 [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 17:19:42.266 [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 17:19:42.266 [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 17:19:42.267 [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 17:19:42.267 [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 17:19:42.267 [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[] 17:19:42.268 [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 17:19:42.268 [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 17:19:42.268 [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 17:19:42.268 [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 17:19:42.269 [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 17:19:42.269 [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 17:19:42.269 [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 17:19:42.270 [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 17:19:42.270 [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 17:19:42.273 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:19:42.273 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:42.273 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:19:42.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:42.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:42.284 [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[] 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.284 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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[] 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.285 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.286 [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 17:19:42.288 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:19:42.288 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1549015163559393630 17:19:50.102 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1549015163559393630:org.eclipse.hawk.svn.SvnManager:false 17:19:50.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:50.104 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:50.131 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:50.131 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:50.131 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:50.131 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:50.131 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:50.154 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:50.154 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.023s attempting to resolve any uninitialized derived attributes... 17:19:50.154 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:50.154 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:50.180 [pool-78-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... 17:19:50.180 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s51ms [proxy update] 17:19:50.182 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870381000) of file:///tmp/hawkSvnRepo1549015163559393630 17:19:50.182 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:50.185 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:50.185 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:50.192 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:50.196 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:50.196 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:19:50.196 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:19:50.201 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:19:50.201 [pool-78-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:19:50.201 [pool-78-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:19:50.201 [pool-78-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:50.201 [pool-78-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:50.203 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:19:50.204 [pool-78-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:19:50.206 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:19:50.206 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:19:50.207 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:19:50.207 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:19:50.207 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:50.207 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:50.207 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:50.207 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:50.207 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:50.207 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:50.207 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:50.207 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:50.207 [pool-78-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... 17:19:50.207 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:50.207 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870382301) of file:///tmp/hawkSvnRepo1549015163559393630 17:19:50.208 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:50.209 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:50.209 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:50.214 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:50.214 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:50.214 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:19:50.214 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:19:50.214 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:50.214 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:50.214 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:50.219 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:19:50.219 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:50.219 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:50.219 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:50.219 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:50.219 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:50.219 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:50.219 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:50.219 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:50.219 [pool-78-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... 17:19:50.219 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:50.219 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870384106) of file:///tmp/hawkSvnRepo1549015163559393630 17:19:50.220 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:50.221 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:50.222 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:50.227 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:50.227 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:50.227 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:19:50.227 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:19:50.227 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:50.227 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:50.227 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:50.228 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:19:50.228 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:50.228 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:50.228 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:50.228 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:50.228 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:50.228 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:50.228 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:50.228 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:50.228 [pool-78-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... 17:19:50.228 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:50.228 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870386109) of file:///tmp/hawkSvnRepo1549015163559393630 17:19:50.229 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:50.230 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:50.230 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:50.293 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:19:50.293 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:50.294 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:19:50.294 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:19:50.294 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:19:50.294 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:19:50.294 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:19:50.295 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:19:50.295 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:19:50.295 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:19:50.295 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:50.295 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:50.295 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:50.295 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:50.295 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:50.295 [pool-78-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:50.295 [pool-78-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... 17:19:50.295 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:50.295 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870388107) of file:///tmp/hawkSvnRepo1549015163559393630 17:19:50.296 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:50.296 [pool-78-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 192 ms 17:19:50.298 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:19:50.298 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1549015163559393630:org.eclipse.hawk.svn.SvnManager:false 17:19:50.299 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:50.299 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:19:51.566 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:19:51.567 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit251836365588464631/test_rangesAreBothInclusive[LevelDB GreyCat] 17:19:51.568 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:19:53.232 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:19:53.234 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:53.234 [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 17:19:53.234 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:53.234 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:53.235 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:19:53.235 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:19:53.235 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:19:53.236 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:19:53.236 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:19:53.236 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:53.236 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:53.236 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:19:53.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:53.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:53.241 [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 17:19:53.242 [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 17:19:53.242 [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 17:19:53.242 [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 17:19:53.242 [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 17:19:53.242 [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 17:19:53.242 [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 17:19:53.242 [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 17:19:53.243 [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 17:19:53.243 [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 17:19:53.243 [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 17:19:53.243 [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 17:19:53.243 [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 17:19:53.244 [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 17:19:53.244 [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 17:19:53.245 [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 17:19:53.245 [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 17:19:53.245 [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 17:19:53.245 [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 17:19:53.245 [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 17:19:53.245 [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 17:19:53.245 [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 17:19:53.245 [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 17:19:53.245 [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[] 17:19:53.245 [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 17:19:53.245 [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 17:19:53.245 [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 17:19:53.246 [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 17:19:53.246 [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 17:19:53.246 [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 17:19:53.246 [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 17:19:53.246 [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 17:19:53.246 [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 17:19:53.249 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:19:53.249 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:19:53.249 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:19:53.250 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:53.250 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:53.266 [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 17:19:53.266 [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 17:19:53.266 [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 17:19:53.266 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.267 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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[] 17:19:53.268 [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[] 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.268 [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 17:19:53.270 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:19:53.270 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo969781086853312683 17:19:57.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo969781086853312683:org.eclipse.hawk.svn.SvnManager:false 17:19:57.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:57.104 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:19:57.148 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:57.148 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:57.148 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:57.148 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:57.148 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:57.155 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:57.155 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:19:57.155 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:57.155 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:57.163 [pool-80-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... 17:19:57.163 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 17:19:57.165 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870391922) of file:///tmp/hawkSvnRepo969781086853312683 17:19:57.165 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:57.168 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:57.168 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:57.172 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:19:57.176 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:19:57.178 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:19:57.178 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:19:57.180 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:19:57.180 [pool-80-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:19:57.180 [pool-80-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:19:57.180 [pool-80-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:19:57.180 [pool-80-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:19:57.183 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:19:57.184 [pool-80-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:19:57.186 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:19:57.186 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:19:57.186 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:19:57.186 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:19:57.186 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:57.187 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:57.187 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:57.187 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:57.187 [pool-80-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... 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870393291) of file:///tmp/hawkSvnRepo969781086853312683 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:19:57.187 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 17:19:57.188 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 17:19:57.195 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 17:19:57.195 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 17:19:57.195 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:19:57.195 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:19:57.195 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:19:57.195 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:19:57.195 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:19:57.195 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:19:57.195 [pool-80-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:19:57.195 [pool-80-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... 17:19:57.195 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:19:57.195 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870395264) of file:///tmp/hawkSvnRepo969781086853312683 17:19:57.196 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:19:57.196 [pool-80-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 92 ms 17:19:57.198 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:19:57.198 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo969781086853312683:org.eclipse.hawk.svn.SvnManager:false 17:19:57.200 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:19:57.200 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:19:58.264 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:19:58.264 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4292604264087682609/test_createDeleteNode[LevelDB GreyCat] 17:19:58.265 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:20:00.451 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:20:00.452 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:00.452 [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 17:20:00.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:00.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:00.454 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:20:00.454 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:20:00.454 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:20:00.454 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:20:00.454 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:20:00.454 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:00.455 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:00.455 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:20:00.457 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:00.457 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:00.461 [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 17:20:00.461 [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 17:20:00.461 [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 17:20:00.461 [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 17:20:00.461 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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[] 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.462 [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 17:20:00.463 [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 17:20:00.463 [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 17:20:00.463 [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 17:20:00.463 [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 17:20:00.463 [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 17:20:00.463 [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 17:20:00.463 [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 17:20:00.463 [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 17:20:00.464 [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 17:20:00.464 [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 17:20:00.464 [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 17:20:00.465 [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 17:20:00.465 [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 17:20:00.465 [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 17:20:00.467 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:20:00.467 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:20:00.467 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:20:00.469 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:00.469 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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[] 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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[] 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.494 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.495 [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 17:20:00.497 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:20:00.497 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7511610350238276681 17:20:04.102 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7511610350238276681:org.eclipse.hawk.svn.SvnManager:false 17:20:04.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:04.103 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:04.198 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:04.198 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:04.198 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:04.198 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:04.198 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:04.205 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:04.205 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:20:04.205 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:04.205 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:04.231 [pool-82-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... 17:20:04.231 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s36ms [proxy update] 17:20:04.234 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870398766) of file:///tmp/hawkSvnRepo7511610350238276681 17:20:04.234 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:04.237 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:04.237 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:04.242 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:20:04.245 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:04.245 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:20:04.245 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:20:04.248 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:20:04.248 [pool-82-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:20:04.248 [pool-82-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:20:04.248 [pool-82-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:04.248 [pool-82-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:04.250 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:20:04.251 [pool-82-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:20:04.253 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:20:04.253 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:20:04.253 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:20:04.253 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:20:04.253 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:04.253 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:04.253 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:04.253 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:04.253 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:04.253 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:04.253 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:04.253 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:04.254 [pool-82-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... 17:20:04.254 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:20:04.254 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870400509) of file:///tmp/hawkSvnRepo7511610350238276681 17:20:04.254 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:04.254 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:04.254 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 17:20:04.254 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 17:20:04.260 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:04.260 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:04.260 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:04.260 [pool-82-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:04.260 [pool-82-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... 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870402269) of file:///tmp/hawkSvnRepo7511610350238276681 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:04.260 [pool-82-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 157 ms 17:20:04.261 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:20:04.262 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7511610350238276681:org.eclipse.hawk.svn.SvnManager:false 17:20:04.263 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:04.263 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:20:05.341 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:20:05.341 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6258182196053675918/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat] 17:20:05.342 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:20:07.384 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:20:07.385 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:07.385 [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 17:20:07.385 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:07.385 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:07.387 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:20:07.387 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:20:07.387 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:20:07.387 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:20:07.387 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:20:07.387 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:07.387 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:07.387 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:20:07.389 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:07.389 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:07.393 [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 17:20:07.393 [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[] 17:20:07.393 [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 17:20:07.393 [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 17:20:07.393 [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 17:20:07.393 [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 17:20:07.393 [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 17:20:07.393 [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 17:20:07.393 [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 17:20:07.393 [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 17:20:07.393 [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 17:20:07.393 [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 17:20:07.394 [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 17:20:07.394 [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 17:20:07.394 [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 17:20:07.394 [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 17:20:07.394 [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 17:20:07.394 [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 17:20:07.395 [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 17:20:07.395 [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 17:20:07.395 [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 17:20:07.395 [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 17:20:07.395 [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 17:20:07.395 [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 17:20:07.395 [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 17:20:07.395 [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 17:20:07.396 [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 17:20:07.396 [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 17:20:07.396 [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 17:20:07.396 [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 17:20:07.396 [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 17:20:07.396 [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 17:20:07.396 [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 17:20:07.399 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:20:07.399 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:20:07.399 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:20:07.400 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:07.400 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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[] 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.410 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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 17:20:07.411 [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[] 17:20:07.413 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:20:07.413 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3885986510002264810:org.eclipse.hawk.svn.SvnManager:false 17:20:21.106 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:21.106 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:21.134 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:21.134 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:21.134 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:21.134 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:21.134 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:21.141 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:21.141 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:20:21.141 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:21.141 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:21.149 [pool-84-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... 17:20:21.149 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 17:20:21.151 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870405708) of file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.151 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:21.153 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:21.153 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:21.158 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:21.161 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:21.161 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:20:21.161 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:20:21.165 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:20:21.165 [pool-84-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:20:21.165 [pool-84-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:20:21.165 [pool-84-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:21.165 [pool-84-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:21.167 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:20:21.190 [pool-84-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:20:21.193 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:20:21.193 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:20:21.193 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:20:21.193 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s35ms [pure insertion] marking any relevant derived attributes for update...17:20:21.193 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:21.193 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:21.194 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:21.194 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:21.194 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:21.194 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:21.194 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:21.194 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:21.194 [pool-84-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... 17:20:21.194 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:21.194 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870407424) of file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.194 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:21.196 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:21.196 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:21.204 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:21.204 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:21.204 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:20:21.205 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:20:21.205 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:21.205 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:21.205 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:21.211 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:20:21.212 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:21.212 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:21.212 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:21.212 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:21.212 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:21.212 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:21.212 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:21.212 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:21.212 [pool-84-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... 17:20:21.212 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:21.212 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870409106) of file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.213 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:21.214 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:21.214 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:21.220 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:21.220 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:21.221 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:20:21.221 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:20:21.221 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:21.221 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:21.221 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:21.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:20:21.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:21.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:21.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:21.222 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:21.222 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:21.223 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:20:21.223 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:21.223 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:21.223 [pool-84-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... 17:20:21.223 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:20:21.223 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870411108) of file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.223 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:21.225 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:21.225 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:21.231 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:21.231 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:21.232 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:20:21.232 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0 17:20:21.232 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:21.232 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:21.232 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:21.293 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:20:21.293 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:21.293 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:21.293 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:21.293 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:21.293 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:21.293 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:21.293 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:21.293 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:21.293 [pool-84-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... 17:20:21.293 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:21.293 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870413106) of file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.294 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:21.296 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:21.296 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:21.302 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:21.302 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:21.303 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:20:21.303 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:20:21.303 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:21.303 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:21.303 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:21.304 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:20:21.304 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:21.304 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:21.305 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:21.305 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:21.305 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:21.305 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:21.305 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:21.305 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:21.305 [pool-84-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... 17:20:21.305 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:21.305 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1595870415106) of file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.305 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:21.307 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:21.307 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:21.311 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:21.311 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:21.312 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:20:21.312 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:20:21.312 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:21.312 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:21.312 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:21.312 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:20:21.312 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:21.312 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:21.312 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:21.312 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:21.313 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:21.313 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:20:21.313 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:21.313 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:21.313 [pool-84-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... 17:20:21.313 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:20:21.313 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 6 (timepoint 1595870417106) of file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.313 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:21.314 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:21.314 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:21.319 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:21.320 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:21.320 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:20:21.320 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 17:20:21.320 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:21.320 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:21.320 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:21.322 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:20:21.322 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:21.322 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:21.322 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:21.322 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:21.322 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:21.322 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:21.322 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:21.322 [pool-84-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:21.322 [pool-84-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... 17:20:21.322 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:21.322 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 7 (timepoint 1595870419124) of file:///tmp/hawkSvnRepo3885986510002264810 17:20:21.323 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:21.323 [pool-84-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 217 ms property: eContainer not found in metamodel for type: Tree property: eContainer not found in metamodel for type: Tree property: eContainer not found in metamodel for type: Tree property: eContainer not found in metamodel for type: Tree label: Empty label: NotEmpty label: Empty label: NotEmpty label: NotEmpty label: Empty Children of NotEmpty at 1595870415106: 1 Children of NotEmpty at 1595870411108: 2 Children of NotEmpty at 1595870409106: 1 property: eContainer not found in metamodel for type: Tree Children of NotEmpty at 1595870415106: 1 Children of NotEmpty at 1595870411108: 2 Children of NotEmpty at 1595870409106: 1 17:20:21.408 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:20:21.408 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo3885986510002264810:org.eclipse.hawk.svn.SvnManager:false 17:20:21.409 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:21.409 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:20:22.158 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:20:22.158 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2882406093685688834/test_unscope[LevelDB GreyCat] 17:20:22.159 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:20:23.293 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:20:23.294 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:23.294 [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 17:20:23.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:23.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:23.296 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:20:23.296 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:20:23.296 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:20:23.296 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:20:23.296 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:20:23.296 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:23.296 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:23.296 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:20:23.299 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:23.299 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:23.301 [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 17:20:23.302 [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 17:20:23.302 [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 17:20:23.302 [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 17:20:23.302 [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 17:20:23.303 [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 17:20:23.303 [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 17:20:23.303 [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 17:20:23.304 [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 17:20:23.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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.305 [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 17:20:23.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[] 17:20:23.306 [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 17:20:23.306 [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 17:20:23.307 [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 17:20:23.307 [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 17:20:23.309 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:20:23.309 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:20:23.309 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:20:23.311 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:23.311 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:23.328 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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[] 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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 17:20:23.329 [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[] 17:20:23.329 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.330 [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 17:20:23.332 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:20:23.332 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7365472482368686687 17:20:27.102 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7365472482368686687:org.eclipse.hawk.svn.SvnManager:false 17:20:27.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:27.104 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:27.134 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:27.134 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:27.134 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:27.134 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:27.134 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:27.158 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:27.158 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.024s attempting to resolve any uninitialized derived attributes... 17:20:27.158 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:27.158 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:27.183 [pool-86-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... 17:20:27.183 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s50ms [proxy update] 17:20:27.184 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870422335) of file:///tmp/hawkSvnRepo7365472482368686687 17:20:27.185 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:27.187 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:27.187 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:27.192 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:20:27.195 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:27.195 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:20:27.195 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:20:27.199 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:20:27.199 [pool-86-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:20:27.199 [pool-86-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:20:27.199 [pool-86-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:27.199 [pool-86-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:27.201 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:20:27.202 [pool-86-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:20:27.204 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:20:27.204 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:20:27.205 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:27.205 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:27.205 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:27.205 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:27.205 [pool-86-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... 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870423344) of file:///tmp/hawkSvnRepo7365472482368686687 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:27.205 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:27.206 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 17:20:27.206 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 17:20:27.211 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 17:20:27.211 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 17:20:27.211 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:27.211 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:27.211 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:27.211 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:27.211 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:27.211 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:27.211 [pool-86-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:27.212 [pool-86-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... 17:20:27.212 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:20:27.212 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870425284) of file:///tmp/hawkSvnRepo7365472482368686687 17:20:27.212 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:27.212 [pool-86-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 108 ms 17:20:27.218 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:20:27.218 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7365472482368686687:org.eclipse.hawk.svn.SvnManager:false 17:20:27.219 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:27.219 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:20:28.259 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:20:28.259 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8288832519387317354/test_countInstancesFromModelTypes[LevelDB GreyCat] 17:20:28.260 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:20:29.278 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:20:29.279 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:29.279 [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 17:20:29.280 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:29.280 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:29.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:20:29.281 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:20:29.281 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:20:29.282 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:20:29.282 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:20:29.282 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:29.282 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:29.282 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:20:29.284 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:29.284 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.287 [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 17:20:29.288 [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 17:20:29.288 [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 17:20:29.288 [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[] 17:20:29.288 [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 17:20:29.288 [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 17:20:29.288 [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 17:20:29.288 [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 17:20:29.288 [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 17:20:29.288 [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 17:20:29.288 [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 17:20:29.288 [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 17:20:29.289 [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 17:20:29.290 [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 17:20:29.290 [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 17:20:29.291 [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 17:20:29.293 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:20:29.293 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:20:29.293 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:20:29.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:29.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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[] 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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[] 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.321 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.322 [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 17:20:29.324 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:20:29.324 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1473453717066237913 17:20:37.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1473453717066237913:org.eclipse.hawk.svn.SvnManager:false 17:20:37.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:37.105 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:37.182 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:37.183 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:37.183 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:37.183 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:37.183 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:37.229 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:37.229 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.046s attempting to resolve any uninitialized derived attributes... 17:20:37.229 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:37.229 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:37.245 [pool-88-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... 17:20:37.245 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s63ms [proxy update] 17:20:37.246 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870428669) of file:///tmp/hawkSvnRepo1473453717066237913 17:20:37.246 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:37.248 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:37.248 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:37.253 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:37.256 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:37.256 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:20:37.256 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:20:37.259 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:20:37.260 [pool-88-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:20:37.260 [pool-88-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:20:37.260 [pool-88-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:37.260 [pool-88-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:37.262 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:20:37.263 [pool-88-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:20:37.265 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:20:37.265 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:20:37.265 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:37.265 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:37.265 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:37.265 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:37.265 [pool-88-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... 17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870429337) of file:///tmp/hawkSvnRepo1473453717066237913 17:20:37.265 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:37.267 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:37.267 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:37.271 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:37.271 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:37.272 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:20:37.272 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:20:37.272 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:37.272 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:37.272 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:37.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:20:37.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:37.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:37.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:37.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:37.276 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:37.276 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:37.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:37.276 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:37.276 [pool-88-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... 17:20:37.276 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:20:37.277 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870431119) of file:///tmp/hawkSvnRepo1473453717066237913 17:20:37.277 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:37.278 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:37.278 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:37.284 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:37.284 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:37.284 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:20:37.284 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:20:37.284 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:37.285 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:37.285 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:37.285 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:20:37.285 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:37.285 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:37.290 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:37.290 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:37.290 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:37.290 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:37.290 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:37.290 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:37.290 [pool-88-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... 17:20:37.290 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:37.290 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870433106) of file:///tmp/hawkSvnRepo1473453717066237913 17:20:37.290 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:37.292 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:37.292 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:37.296 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:37.296 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:37.296 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:20:37.297 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:20:37.297 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:37.297 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:37.297 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:37.297 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:20:37.297 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:37.298 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:37.298 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:37.298 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:37.298 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:37.298 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:37.298 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:37.298 [pool-88-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:37.298 [pool-88-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... 17:20:37.298 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:37.298 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870435106) of file:///tmp/hawkSvnRepo1473453717066237913 17:20:37.298 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:37.298 [pool-88-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 193 ms 17:20:37.301 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:20:37.301 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1473453717066237913:org.eclipse.hawk.svn.SvnManager:false 17:20:37.302 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:37.302 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:20:38.338 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:20:38.338 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4123195303499946508/test_after[LevelDB GreyCat] 17:20:38.339 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:20:40.361 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:20:40.363 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:40.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.EMFMetaModelResourceFactory 17:20:40.363 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:40.363 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:40.365 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:20:40.365 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:20:40.365 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:20:40.365 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:20:40.365 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:20:40.365 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:40.365 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:40.365 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:20:40.369 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:40.369 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:40.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 17:20:40.373 [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 17:20:40.373 [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[] 17:20:40.373 [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 17:20:40.373 [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 17:20:40.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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.374 [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 17:20:40.376 [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 17:20:40.376 [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 17:20:40.377 [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 17:20:40.377 [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 17:20:40.377 [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 17:20:40.377 [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 17:20:40.377 [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 17:20:40.378 [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 17:20:40.378 [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 17:20:40.378 [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 17:20:40.378 [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 17:20:40.378 [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 17:20:40.378 [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 17:20:40.378 [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 17:20:40.379 [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 17:20:40.379 [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 17:20:40.379 [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 17:20:40.382 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:20:40.382 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:20:40.382 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:20:40.384 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:40.384 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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[] 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.409 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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[] 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.410 [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 17:20:40.412 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:20:40.412 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5513312954466226093 17:20:48.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5513312954466226093:org.eclipse.hawk.svn.SvnManager:false 17:20:48.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:48.104 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:48.312 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:48.312 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:48.312 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:48.312 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:48.312 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:48.401 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:48.401 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.089s attempting to resolve any uninitialized derived attributes... 17:20:48.401 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:48.401 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:48.587 [pool-90-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... 17:20:48.587 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s276ms [proxy update] 17:20:48.588 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870438789) of file:///tmp/hawkSvnRepo5513312954466226093 17:20:48.588 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:48.591 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:48.591 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:48.597 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:48.601 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:48.602 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:20:48.602 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:20:48.604 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:20:48.604 [pool-90-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:20:48.604 [pool-90-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:20:48.604 [pool-90-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:48.604 [pool-90-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:48.607 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:20:48.607 [pool-90-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:20:48.610 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:20:48.610 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:20:48.610 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:20:48.610 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:20:48.610 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:48.610 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:48.610 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:48.610 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:48.611 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:48.611 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:20:48.611 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:48.611 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:48.611 [pool-90-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... 17:20:48.611 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:20:48.611 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870440422) of file:///tmp/hawkSvnRepo5513312954466226093 17:20:48.611 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:48.613 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:48.613 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:48.619 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:48.619 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:48.619 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:20:48.620 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:20:48.620 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:48.620 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:48.620 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:48.625 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:20:48.625 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:48.625 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:48.625 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:48.625 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:48.626 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:48.626 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:20:48.626 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:48.626 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:48.626 [pool-90-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... 17:20:48.626 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:20:48.626 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870442106) of file:///tmp/hawkSvnRepo5513312954466226093 17:20:48.626 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:48.628 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:48.628 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:48.633 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:48.690 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:48.690 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:20:48.690 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:20:48.690 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:48.690 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:48.690 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:48.691 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s58ms [pure insertion] marking any relevant derived attributes for update...17:20:48.691 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:20:48.692 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:20:48.692 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:48.692 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:48.692 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:48.692 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:48.692 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:48.692 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:48.692 [pool-90-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... 17:20:48.692 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:48.692 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870444106) of file:///tmp/hawkSvnRepo5513312954466226093 17:20:48.693 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:48.694 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:48.694 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:48.699 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:48.699 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:48.699 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:20:48.700 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:20:48.700 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:48.700 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:48.700 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:48.701 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:20:48.701 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:48.701 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:48.701 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:48.701 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:48.701 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:48.701 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:48.701 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:48.701 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:48.701 [pool-90-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... 17:20:48.701 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:48.701 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870446106) of file:///tmp/hawkSvnRepo5513312954466226093 17:20:48.702 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:48.702 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 598 ms 17:20:50.100 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:50.101 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:50.101 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:50.101 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:50.102 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:50.102 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:50.102 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:50.102 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:50.102 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:50.102 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:50.102 [pool-90-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... 17:20:50.102 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:50.102 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870446106) of file:///tmp/hawkSvnRepo5513312954466226093 17:20:50.102 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:20:50.103 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:20:50.103 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:20:50.107 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:20:50.107 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:20:50.108 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store 17:20:50.108 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 17:20:50.108 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:20:50.108 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:20:50.108 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:20:50.109 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:20:50.109 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:20:50.109 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:20:50.109 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:20:50.109 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:20:50.109 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:20:50.109 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:20:50.109 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:20:50.109 [pool-90-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:20:50.109 [pool-90-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... 17:20:50.109 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:20:50.109 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1595870448309) of file:///tmp/hawkSvnRepo5513312954466226093 17:20:50.110 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:50.110 [pool-90-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms 17:20:50.114 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:20:50.114 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5513312954466226093:org.eclipse.hawk.svn.SvnManager:false 17:20:50.115 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:50.115 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:20:51.367 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:20:51.367 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit443036337300108848/test_until[LevelDB GreyCat] 17:20:51.368 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:20:52.294 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:20:52.295 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:20:52.295 [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 17:20:52.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:52.295 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:52.297 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:20:52.297 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:20:52.297 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:20:52.297 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:20:52.297 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:20:52.297 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:20:52.298 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:20:52.298 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:20:52.300 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:52.300 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:52.302 [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 17:20:52.302 [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 17:20:52.303 [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 17:20:52.303 [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 17:20:52.303 [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 17:20:52.303 [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[] 17:20:52.303 [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 17:20:52.303 [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 17:20:52.303 [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 17:20:52.303 [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 17:20:52.303 [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 17:20:52.303 [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 17:20:52.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 17:20:52.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 17:20:52.304 [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 17:20:52.304 [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 17:20:52.305 [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 17:20:52.305 [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 17:20:52.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 17:20:52.305 [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 17:20:52.305 [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 17:20:52.305 [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 17:20:52.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 17:20:52.306 [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 17:20:52.306 [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 17:20:52.307 [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 17:20:52.307 [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 17:20:52.307 [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 17:20:52.307 [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 17:20:52.307 [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 17:20:52.307 [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 17:20:52.307 [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 17:20:52.307 [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 17:20:52.309 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:20:52.309 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:20:52.309 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:20:52.311 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:20:52.311 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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[] 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.337 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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[] 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.338 [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 17:20:52.341 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:20:52.341 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo801830609019437118 17:21:00.102 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo801830609019437118:org.eclipse.hawk.svn.SvnManager:false 17:21:00.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:00.104 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:00.168 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:00.168 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:00.168 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:00.168 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:00.168 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:00.209 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:00.209 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.041s attempting to resolve any uninitialized derived attributes... 17:21:00.209 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:00.209 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:00.259 [pool-92-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... 17:21:00.259 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s92ms [proxy update] 17:21:00.260 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870451685) of file:///tmp/hawkSvnRepo801830609019437118 17:21:00.260 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:00.263 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:00.263 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:00.269 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:00.273 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:00.274 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:21:00.274 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:21:00.276 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:21:00.276 [pool-92-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:21:00.276 [pool-92-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:21:00.276 [pool-92-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:00.276 [pool-92-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:00.278 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:21:00.279 [pool-92-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:21:00.281 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:21:00.281 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:21:00.281 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:21:00.281 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:21:00.281 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:00.281 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:00.281 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:00.281 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:00.281 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:00.281 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:00.281 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:00.281 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:00.281 [pool-92-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... 17:21:00.281 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:00.281 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870452353) of file:///tmp/hawkSvnRepo801830609019437118 17:21:00.282 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:00.283 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:00.283 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:00.288 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:00.288 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:00.288 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:21:00.288 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:21:00.288 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:00.288 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:00.288 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:00.292 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:21:00.292 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:00.292 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:00.293 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:00.293 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:00.293 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:00.293 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:00.293 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:00.293 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:00.293 [pool-92-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... 17:21:00.293 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:00.293 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870454106) of file:///tmp/hawkSvnRepo801830609019437118 17:21:00.293 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:00.295 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:00.295 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:00.299 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:00.299 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:00.299 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:21:00.299 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:21:00.299 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:00.299 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:00.299 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:00.300 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:21:00.300 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:00.300 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:00.300 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:00.301 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:00.301 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:00.301 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:00.301 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:00.301 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:00.301 [pool-92-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... 17:21:00.301 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:21:00.301 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870456130) of file:///tmp/hawkSvnRepo801830609019437118 17:21:00.301 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:00.302 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:00.302 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:00.307 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:00.307 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:00.307 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:21:00.307 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:21:00.307 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:00.307 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:00.307 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:00.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:21:00.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:00.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:00.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:00.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:00.308 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:00.308 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:00.308 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:00.308 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:00.309 [pool-92-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... 17:21:00.309 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:21:00.309 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870458107) of file:///tmp/hawkSvnRepo801830609019437118 17:21:00.309 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:00.309 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 205 ms 17:21:02.100 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:02.101 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:02.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:02.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:02.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:02.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:02.102 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:02.102 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:02.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:02.102 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:02.102 [pool-92-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... 17:21:02.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:02.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870458107) of file:///tmp/hawkSvnRepo801830609019437118 17:21:02.102 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:02.103 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:02.103 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:02.108 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:02.108 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:02.108 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store 17:21:02.108 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5 17:21:02.109 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:02.109 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:02.109 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:02.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:21:02.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:02.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:02.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:02.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:02.110 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:02.110 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:02.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:02.110 [pool-92-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:02.110 [pool-92-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... 17:21:02.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:02.110 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1595870460166) of file:///tmp/hawkSvnRepo801830609019437118 17:21:02.111 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:02.111 [pool-92-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms 17:21:02.119 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:21:02.119 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo801830609019437118:org.eclipse.hawk.svn.SvnManager:false 17:21:02.120 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:02.120 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:21:03.252 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:21:03.252 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4635847903947444928/test_whenPoints[LevelDB GreyCat] 17:21:03.253 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:21:04.280 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:21:04.281 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:04.281 [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 17:21:04.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:04.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:04.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:21:04.283 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:21:04.283 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:21:04.283 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:21:04.283 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:21:04.283 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:04.283 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:04.283 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:21:04.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:04.285 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:04.288 [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 17:21:04.288 [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 17:21:04.288 [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 17:21:04.288 [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 17:21:04.289 [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 17:21:04.289 [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 17:21:04.289 [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 17:21:04.289 [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 17:21:04.289 [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 17:21:04.289 [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 17:21:04.289 [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 17:21:04.289 [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 17:21:04.290 [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 17:21:04.290 [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 17:21:04.290 [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 17:21:04.290 [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 17:21:04.290 [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[] 17:21:04.291 [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 17:21:04.291 [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 17:21:04.291 [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 17:21:04.291 [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 17:21:04.291 [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 17:21:04.291 [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 17:21:04.291 [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 17:21:04.291 [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 17:21:04.291 [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 17:21:04.292 [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 17:21:04.292 [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 17:21:04.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 17:21:04.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 17:21:04.292 [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 17:21:04.293 [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 17:21:04.293 [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 17:21:04.296 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:21:04.296 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:21:04.296 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:21:04.297 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:04.297 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:04.334 [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 17:21:04.334 [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[] 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.334 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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[] 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.335 [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 17:21:04.337 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:21:04.337 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6768865447507757593 17:21:12.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6768865447507757593:org.eclipse.hawk.svn.SvnManager:false 17:21:12.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:12.104 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:12.292 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:12.292 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:12.292 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:12.292 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:12.293 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:12.299 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:12.299 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 17:21:12.299 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:12.299 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:12.341 [pool-94-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... 17:21:12.341 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s50ms [proxy update] 17:21:12.342 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870463572) of file:///tmp/hawkSvnRepo6768865447507757593 17:21:12.343 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:12.346 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:12.346 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:12.352 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:12.392 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:12.392 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:21:12.392 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:21:12.394 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:21:12.394 [pool-94-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:21:12.394 [pool-94-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:21:12.394 [pool-94-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:12.394 [pool-94-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:12.397 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:21:12.398 [pool-94-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:21:12.400 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:21:12.400 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:21:12.400 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s49ms [pure insertion] marking any relevant derived attributes for update...17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:12.401 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:12.401 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:12.401 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:12.401 [pool-94-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... 17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870464348) of file:///tmp/hawkSvnRepo6768865447507757593 17:21:12.401 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:12.403 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:12.403 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:12.408 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:12.408 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:12.408 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:21:12.408 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:21:12.408 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:12.408 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:12.408 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:12.413 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:21:12.413 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:12.413 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:12.413 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:12.413 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:12.413 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:12.413 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:12.413 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:12.413 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:12.413 [pool-94-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... 17:21:12.413 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:12.413 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870466106) of file:///tmp/hawkSvnRepo6768865447507757593 17:21:12.414 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:12.415 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:12.415 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:12.420 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:12.420 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:12.420 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:21:12.421 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:21:12.421 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:12.421 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:12.421 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:12.422 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:12.422 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:12.422 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:12.422 [pool-94-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... 17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870468630) of file:///tmp/hawkSvnRepo6768865447507757593 17:21:12.422 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:12.424 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:12.424 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:12.428 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:12.428 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:12.429 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:21:12.429 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:21:12.429 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:12.429 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:12.429 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:12.490 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:21:12.490 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:12.490 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:12.490 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:12.490 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:12.490 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:12.490 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:12.490 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:12.490 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:12.490 [pool-94-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... 17:21:12.490 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:12.490 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870470107) of file:///tmp/hawkSvnRepo6768865447507757593 17:21:12.491 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:12.491 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 387 ms 17:21:14.100 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:14.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:14.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:14.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:14.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:14.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:14.101 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:14.101 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:14.101 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:14.101 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:14.101 [pool-94-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... 17:21:14.102 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:21:14.102 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870470107) of file:///tmp/hawkSvnRepo6768865447507757593 17:21:14.102 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:14.103 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:14.103 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:14.107 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:14.108 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:14.108 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store 17:21:14.108 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25 17:21:14.108 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:14.108 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:14.108 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:14.109 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:14.109 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:14.109 [pool-94-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:14.109 [pool-94-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... 17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1595870472294) of file:///tmp/hawkSvnRepo6768865447507757593 17:21:14.109 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:14.110 [pool-94-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms Label at 1595870472294: SomethingElse 17:21:14.128 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:21:14.128 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6768865447507757593:org.eclipse.hawk.svn.SvnManager:false 17:21:14.129 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:14.129 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:21:14.642 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:21:14.642 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4693447434043501139/test_onceFalse[LevelDB GreyCat] 17:21:14.643 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:21:16.249 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:21:16.251 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:16.251 [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 17:21:16.251 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:16.251 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:16.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:21:16.252 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:21:16.252 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:21:16.253 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:21:16.253 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:21:16.253 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:16.253 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:16.253 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:21:16.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:16.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:16.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 17:21:16.293 [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 17:21:16.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[] 17:21:16.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 17:21:16.294 [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 17:21:16.294 [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 17:21:16.294 [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 17:21:16.294 [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 17:21:16.294 [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 17:21:16.294 [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 17:21:16.294 [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 17:21:16.295 [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 17:21:16.295 [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 17:21:16.295 [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 17:21:16.295 [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 17:21:16.295 [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 17:21:16.295 [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 17:21:16.295 [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 17:21:16.296 [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 17:21:16.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 17:21:16.297 [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 17:21:16.297 [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 17:21:16.297 [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 17:21:16.297 [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 17:21:16.297 [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 17:21:16.297 [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 17:21:16.297 [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 17:21:16.297 [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 17:21:16.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 17:21:16.297 [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 17:21:16.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 17:21:16.297 [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 17:21:16.297 [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 17:21:16.300 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:21:16.300 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:21:16.300 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:21:16.301 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:16.301 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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[] 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.438 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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[] 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.439 [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 17:21:16.440 [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 17:21:16.440 [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 17:21:16.440 [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 17:21:16.440 [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 17:21:16.440 [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 17:21:16.441 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:21:16.442 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo9219144922342387418 17:21:24.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9219144922342387418:org.eclipse.hawk.svn.SvnManager:false 17:21:24.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:24.104 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:24.143 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:24.143 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:24.143 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:24.143 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:24.143 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:24.144 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:24.144 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:21:24.144 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:24.144 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:24.175 [pool-96-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... 17:21:24.175 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s33ms [proxy update] 17:21:24.176 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870474870) of file:///tmp/hawkSvnRepo9219144922342387418 17:21:24.177 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:24.179 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:24.179 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:24.183 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:24.186 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:24.187 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:21:24.187 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:21:24.190 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:21:24.190 [pool-96-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:21:24.190 [pool-96-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:21:24.190 [pool-96-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:24.190 [pool-96-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:24.192 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:21:24.193 [pool-96-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:21:24.195 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:21:24.195 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:21:24.195 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:21:24.195 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:21:24.195 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:24.195 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:24.196 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:24.196 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:24.196 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:24.196 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:24.196 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:24.196 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:24.196 [pool-96-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... 17:21:24.196 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:24.196 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870476452) of file:///tmp/hawkSvnRepo9219144922342387418 17:21:24.196 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:24.197 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:24.197 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:24.202 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:24.202 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:24.202 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:21:24.202 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:21:24.203 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:24.203 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:24.203 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:24.207 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:21:24.207 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:24.207 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:24.207 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:24.207 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:24.207 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:24.207 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:24.207 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:24.207 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:24.207 [pool-96-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... 17:21:24.207 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:21:24.208 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870478106) of file:///tmp/hawkSvnRepo9219144922342387418 17:21:24.208 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:24.209 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:24.209 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:24.213 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:24.213 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:24.213 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:21:24.214 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:21:24.214 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:24.214 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:24.214 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:24.215 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:21:24.215 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:24.215 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:24.215 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:24.215 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:24.215 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:24.215 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:24.215 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:24.215 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:24.215 [pool-96-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... 17:21:24.215 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:24.215 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870480108) of file:///tmp/hawkSvnRepo9219144922342387418 17:21:24.216 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:24.217 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:24.217 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:24.221 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:24.221 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:24.221 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:21:24.222 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:21:24.222 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:24.222 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:24.222 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:24.222 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:24.223 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:24.223 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:24.223 [pool-96-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:24.223 [pool-96-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... 17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870482106) of file:///tmp/hawkSvnRepo9219144922342387418 17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:24.223 [pool-96-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 119 ms 17:21:24.225 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:21:24.225 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9219144922342387418:org.eclipse.hawk.svn.SvnManager:false 17:21:24.226 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:24.226 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:21:25.468 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:21:25.468 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6674897608823552843/test_followReferences[LevelDB GreyCat] 17:21:25.469 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:21:26.236 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:21:26.237 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:26.237 [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 17:21:26.237 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:26.237 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:26.239 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:21:26.239 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:21:26.239 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:21:26.239 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:21:26.239 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:21:26.239 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:26.239 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:26.239 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:21:26.241 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:26.241 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:26.244 [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 17:21:26.244 [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 17:21:26.244 [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 17:21:26.244 [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 17:21:26.245 [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 17:21:26.245 [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 17:21:26.245 [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 17:21:26.245 [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 17:21:26.245 [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 17:21:26.245 [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 17:21:26.245 [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 17:21:26.245 [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 17:21:26.245 [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 17:21:26.246 [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 17:21:26.246 [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 17:21:26.246 [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 17:21:26.246 [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 17:21:26.246 [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 17:21:26.247 [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 17:21:26.247 [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 17:21:26.247 [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 17:21:26.247 [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 17:21:26.247 [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[] 17:21:26.247 [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 17:21:26.247 [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 17:21:26.247 [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 17:21:26.247 [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 17:21:26.247 [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 17:21:26.248 [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 17:21:26.248 [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 17:21:26.248 [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 17:21:26.248 [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 17:21:26.248 [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 17:21:26.250 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:21:26.250 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:21:26.250 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:21:26.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:26.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:26.287 [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 17:21:26.287 [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[] 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.287 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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[] 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.288 [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 17:21:26.290 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:21:26.290 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1868984760468702582 17:21:34.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1868984760468702582:org.eclipse.hawk.svn.SvnManager:false 17:21:34.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:34.104 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:34.134 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:34.134 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:34.134 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:34.134 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:34.134 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:34.141 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:34.141 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:21:34.141 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:34.141 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:34.149 [pool-98-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... 17:21:34.149 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 17:21:34.150 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870485645) of file:///tmp/hawkSvnRepo1868984760468702582 17:21:34.151 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:34.152 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:34.152 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:34.157 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:34.159 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:34.159 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:21:34.159 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:21:34.162 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:21:34.163 [pool-98-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:21:34.163 [pool-98-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:21:34.163 [pool-98-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:34.163 [pool-98-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:34.165 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:21:34.165 [pool-98-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:21:34.167 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:21:34.167 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:21:34.168 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:34.168 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:34.168 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:34.168 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:34.168 [pool-98-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... 17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870486300) of file:///tmp/hawkSvnRepo1868984760468702582 17:21:34.168 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:34.170 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:34.170 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:34.174 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:34.174 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:34.174 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:21:34.174 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:21:34.174 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:34.174 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:34.174 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:34.178 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:21:34.179 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:34.179 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:34.179 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:34.179 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:34.179 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:34.179 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:34.179 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:34.179 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:34.179 [pool-98-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... 17:21:34.179 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:34.179 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870488108) of file:///tmp/hawkSvnRepo1868984760468702582 17:21:34.179 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:34.191 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:34.191 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:34.195 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:34.195 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:34.195 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:21:34.195 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:21:34.195 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:34.195 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:34.195 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:34.196 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:21:34.196 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:34.196 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:34.196 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:34.196 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:34.196 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:34.196 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:34.196 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:34.196 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:34.196 [pool-98-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... 17:21:34.196 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:34.196 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870490106) of file:///tmp/hawkSvnRepo1868984760468702582 17:21:34.197 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:34.198 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:34.198 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:34.202 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:34.202 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:34.202 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:21:34.203 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:21:34.203 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:34.203 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:34.203 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:34.204 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:34.204 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:34.204 [pool-98-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:34.204 [pool-98-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... 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870492106) of file:///tmp/hawkSvnRepo1868984760468702582 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:34.204 [pool-98-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 100 ms 17:21:34.208 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:21:34.208 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1868984760468702582:org.eclipse.hawk.svn.SvnManager:false 17:21:34.209 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:34.209 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:21:34.950 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:21:34.950 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6763693316287086374/test_untilThen[LevelDB GreyCat] 17:21:34.951 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:21:36.445 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:21:36.447 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:36.447 [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 17:21:36.447 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:36.447 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:36.449 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:21:36.449 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:21:36.449 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:21:36.449 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:21:36.449 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:21:36.449 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:36.450 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:36.450 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:21:36.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:36.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:36.454 [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 17:21:36.454 [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 17:21:36.454 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.455 [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 17:21:36.456 [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 17:21:36.456 [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 17:21:36.456 [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[] 17:21:36.456 [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 17:21:36.456 [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 17:21:36.456 [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 17:21:36.456 [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 17:21:36.456 [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 17:21:36.457 [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 17:21:36.457 [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 17:21:36.457 [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 17:21:36.457 [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 17:21:36.458 [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 17:21:36.458 [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 17:21:36.459 [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 17:21:36.459 [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 17:21:36.459 [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 17:21:36.459 [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 17:21:36.459 [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 17:21:36.459 [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 17:21:36.462 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:21:36.462 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:21:36.462 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:21:36.463 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:36.463 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.534 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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[] 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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[] 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.535 [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 17:21:36.538 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:21:36.538 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo134907389103487758 17:21:44.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo134907389103487758:org.eclipse.hawk.svn.SvnManager:false 17:21:44.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:44.104 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:44.163 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:44.163 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:44.163 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:44.163 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:44.163 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:44.170 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:44.170 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:21:44.170 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:44.170 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:44.179 [pool-100-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... 17:21:44.179 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 17:21:44.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870495537) of file:///tmp/hawkSvnRepo134907389103487758 17:21:44.180 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:44.182 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:44.182 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:44.186 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:44.189 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:44.189 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:21:44.189 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:21:44.193 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:21:44.193 [pool-100-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:21:44.193 [pool-100-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:21:44.193 [pool-100-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:44.193 [pool-100-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:44.195 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:21:44.196 [pool-100-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:21:44.198 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:21:44.198 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:21:44.198 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:21:44.198 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:21:44.198 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:44.198 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:44.198 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:44.198 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:44.198 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:44.198 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:44.198 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:44.198 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:44.198 [pool-100-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... 17:21:44.198 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:44.198 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870496562) of file:///tmp/hawkSvnRepo134907389103487758 17:21:44.199 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:44.200 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:44.200 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:44.204 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:44.205 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:44.205 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:21:44.205 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:21:44.205 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:44.205 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:44.205 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:44.211 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:21:44.211 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:44.211 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:44.211 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:44.211 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:44.211 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:44.211 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:44.211 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:44.211 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:44.211 [pool-100-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... 17:21:44.211 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:21:44.212 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870498106) of file:///tmp/hawkSvnRepo134907389103487758 17:21:44.212 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:44.213 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:44.213 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:44.218 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:44.218 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:44.218 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:21:44.218 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:21:44.218 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:44.218 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:44.218 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:44.219 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:21:44.219 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:44.219 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:44.219 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:44.219 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:44.219 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:44.219 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:44.219 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:44.219 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:44.220 [pool-100-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... 17:21:44.220 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:21:44.220 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870500107) of file:///tmp/hawkSvnRepo134907389103487758 17:21:44.220 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:44.222 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:44.222 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:44.226 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:21:44.226 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:44.227 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:21:44.227 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:21:44.227 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:21:44.227 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:21:44.227 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:44.228 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:44.228 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:44.228 [pool-100-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:44.228 [pool-100-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... 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870502108) of file:///tmp/hawkSvnRepo134907389103487758 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:44.228 [pool-100-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 124 ms 17:21:44.292 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:21:44.292 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo134907389103487758:org.eclipse.hawk.svn.SvnManager:false 17:21:44.293 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:44.293 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:21:45.056 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:21:45.056 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7772819465275413809/test_beforeThen[LevelDB GreyCat] 17:21:45.057 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:21:46.267 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:21:46.268 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:46.268 [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 17:21:46.268 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:46.268 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:46.270 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:21:46.270 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:21:46.270 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:21:46.270 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:21:46.270 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:21:46.270 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:46.270 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:46.270 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:21:46.272 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:46.272 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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 17:21:46.275 [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[] 17:21:46.275 [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 17:21:46.276 [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 17:21:46.276 [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 17:21:46.276 [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 17:21:46.276 [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 17:21:46.276 [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 17:21:46.276 [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 17:21:46.276 [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 17:21:46.277 [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 17:21:46.277 [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 17:21:46.278 [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 17:21:46.278 [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 17:21:46.278 [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 17:21:46.279 [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 17:21:46.279 [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 17:21:46.279 [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 17:21:46.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 17:21:46.279 [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 17:21:46.281 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:21:46.281 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:21:46.281 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:21:46.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:46.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:46.293 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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[] 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.294 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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[] 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.295 [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 17:21:46.296 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:21:46.296 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5896952725638948304 17:21:50.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5896952725638948304:org.eclipse.hawk.svn.SvnManager:false 17:21:50.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:50.103 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:50.122 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:50.122 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:50.122 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:50.122 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:50.122 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:50.129 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:50.129 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:21:50.129 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:50.129 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:50.138 [pool-102-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... 17:21:50.138 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 17:21:50.140 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870505241) of file:///tmp/hawkSvnRepo5896952725638948304 17:21:50.140 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:50.142 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:50.142 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:50.146 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:21:50.149 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:21:50.149 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:21:50.149 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:21:50.152 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:21:50.152 [pool-102-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:21:50.152 [pool-102-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:21:50.152 [pool-102-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:50.152 [pool-102-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:50.154 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:21:50.155 [pool-102-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:21:50.157 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:21:50.157 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:21:50.157 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:21:50.157 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:21:50.157 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:21:50.157 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:21:50.157 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:50.157 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:50.157 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:50.157 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:50.158 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:50.158 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:50.158 [pool-102-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... 17:21:50.158 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:21:50.158 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870506307) of file:///tmp/hawkSvnRepo5896952725638948304 17:21:50.158 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:21:50.158 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:21:50.158 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 17:21:50.158 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 17:21:50.164 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:21:50.164 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:21:50.164 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:21:50.164 [pool-102-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:21:50.164 [pool-102-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... 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870508236) of file:///tmp/hawkSvnRepo5896952725638948304 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:50.164 [pool-102-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 61 ms 17:21:50.165 [pool-102-thread-1] INFO o.e.h.t.q.TimelineEOLQueryEngine - Ran 0/3 instants 17:21:50.191 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:21:50.191 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5896952725638948304:org.eclipse.hawk.svn.SvnManager:false 17:21:50.192 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:50.192 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:21:50.830 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:21:50.830 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2554510140468056726/test_countInstancesTimeline[LevelDB GreyCat] 17:21:50.831 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:21:52.308 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:21:52.310 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:21:52.310 [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 17:21:52.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:52.310 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:52.312 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:21:52.312 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:21:52.313 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:21:52.313 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:21:52.313 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:21:52.313 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:21:52.313 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:21:52.313 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:21:52.316 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:52.316 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:52.319 [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 17:21:52.319 [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 17:21:52.319 [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 17:21:52.319 [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 17:21:52.320 [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 17:21:52.321 [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 17:21:52.321 [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 17:21:52.321 [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 17:21:52.321 [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 17:21:52.321 [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 17:21:52.321 [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 17:21:52.321 [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 17:21:52.321 [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[] 17:21:52.322 [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 17:21:52.322 [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 17:21:52.322 [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 17:21:52.322 [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 17:21:52.322 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.323 [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 17:21:52.324 [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 17:21:52.324 [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 17:21:52.324 [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 17:21:52.326 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:21:52.326 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:21:52.326 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:21:52.328 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:21:52.328 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:21:52.343 [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 17:21:52.344 [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[] 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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[] 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.344 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.345 [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 17:21:52.346 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:21:52.346 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1342684681806063464 17:22:00.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1342684681806063464:org.eclipse.hawk.svn.SvnManager:false 17:22:00.105 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:00.105 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:00.144 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:00.144 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:00.144 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:00.144 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:00.144 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:00.190 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:00.191 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.046s attempting to resolve any uninitialized derived attributes... 17:22:00.191 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:00.191 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:00.209 [pool-104-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... 17:22:00.209 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s66ms [proxy update] 17:22:00.210 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870511032) of file:///tmp/hawkSvnRepo1342684681806063464 17:22:00.210 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:00.212 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:00.212 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:00.217 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:00.220 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:00.221 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:22:00.221 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:22:00.223 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:22:00.223 [pool-104-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:22:00.223 [pool-104-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:22:00.223 [pool-104-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:00.223 [pool-104-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:00.225 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:22:00.226 [pool-104-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:22:00.228 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:22:00.228 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:22:00.228 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:22:00.228 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:22:00.228 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:00.228 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:00.228 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:00.228 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:00.229 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:00.229 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:22:00.229 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:00.229 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:00.229 [pool-104-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... 17:22:00.229 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:22:00.229 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870512356) of file:///tmp/hawkSvnRepo1342684681806063464 17:22:00.229 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:00.230 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:00.231 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:00.235 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:00.235 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:00.235 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:22:00.235 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:22:00.235 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:22:00.235 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:22:00.235 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:22:00.239 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:22:00.239 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:22:00.240 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:22:00.240 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:00.240 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:00.240 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:00.240 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:00.240 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:00.240 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:00.240 [pool-104-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... 17:22:00.240 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:22:00.240 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870514107) of file:///tmp/hawkSvnRepo1342684681806063464 17:22:00.240 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:00.241 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:00.241 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:00.291 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:00.291 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:00.292 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:22:00.292 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:22:00.292 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:22:00.292 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:22:00.292 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:00.293 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:00.293 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:00.293 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:00.293 [pool-104-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... 17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870516107) of file:///tmp/hawkSvnRepo1342684681806063464 17:22:00.293 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:00.294 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:00.294 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:00.298 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:00.298 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:00.299 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:22:00.299 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:22:00.299 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:22:00.299 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:22:00.299 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:00.300 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:00.300 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:00.300 [pool-104-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:00.300 [pool-104-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... 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870518107) of file:///tmp/hawkSvnRepo1342684681806063464 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:22:00.300 [pool-104-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 195 ms 17:22:00.305 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:22:00.305 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1342684681806063464:org.eclipse.hawk.svn.SvnManager:false 17:22:00.306 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:00.306 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:22:01.142 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:22:01.142 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5523414143520015798/test_afterThen[LevelDB GreyCat] 17:22:01.143 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:22:02.270 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:22:02.271 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:02.271 [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 17:22:02.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:02.271 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:02.273 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:22:02.273 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:22:02.273 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:22:02.273 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:22:02.273 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:22:02.273 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:02.274 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:22:02.274 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:22:02.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:02.275 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:02.278 [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 17:22:02.278 [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 17:22:02.278 [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 17:22:02.278 [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 17:22:02.278 [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 17:22:02.278 [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 17:22:02.278 [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 17:22:02.278 [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 17:22:02.278 [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 17:22:02.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 17:22:02.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 17:22:02.278 [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 17:22:02.279 [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 17:22:02.279 [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 17:22:02.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 17:22:02.280 [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 17:22:02.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 17:22:02.280 [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 17:22:02.280 [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 17:22:02.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 17:22:02.280 [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 17:22:02.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 17:22:02.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 17:22:02.281 [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 17:22:02.281 [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 17:22:02.281 [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 17:22:02.281 [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 17:22:02.281 [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 17:22:02.281 [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[] 17:22:02.282 [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 17:22:02.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 17:22:02.282 [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 17:22:02.282 [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 17:22:02.284 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:22:02.284 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:22:02.284 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:22:02.286 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:02.286 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:02.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 17:22:02.296 [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 17:22:02.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 17:22:02.296 [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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.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[] 17:22:02.296 [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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.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 17:22:02.297 [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 17:22:02.297 [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[] 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.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 17:22:02.297 [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 17:22:02.297 [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 17:22:02.299 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:22:02.299 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7445123336932476938 17:22:06.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7445123336932476938:org.eclipse.hawk.svn.SvnManager:false 17:22:06.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:06.104 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:06.151 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:06.151 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:06.151 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:06.151 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:06.151 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:06.158 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:06.158 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:22:06.158 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:06.158 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:06.167 [pool-106-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... 17:22:06.167 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 17:22:06.168 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870521327) of file:///tmp/hawkSvnRepo7445123336932476938 17:22:06.168 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:06.170 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:06.170 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:06.174 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:22:06.177 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:06.177 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:22:06.177 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:22:06.180 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:22:06.180 [pool-106-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:22:06.180 [pool-106-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:22:06.180 [pool-106-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:06.180 [pool-106-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:06.182 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:22:06.183 [pool-106-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:22:06.185 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:22:06.185 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:22:06.185 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:22:06.185 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:22:06.185 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:06.185 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:06.185 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:06.185 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:06.185 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:06.185 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:06.185 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:06.185 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:06.185 [pool-106-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... 17:22:06.185 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:22:06.186 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870522309) of file:///tmp/hawkSvnRepo7445123336932476938 17:22:06.186 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:06.186 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:06.186 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi... 17:22:06.186 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 17:22:06.191 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi. 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:06.192 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:06.192 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:06.192 [pool-106-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:06.192 [pool-106-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... 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870524249) of file:///tmp/hawkSvnRepo7445123336932476938 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:22:06.192 [pool-106-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms 17:22:06.196 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:22:06.196 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7445123336932476938:org.eclipse.hawk.svn.SvnManager:false 17:22:06.197 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:06.197 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:22:06.909 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:22:06.909 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7532163417094352352/test_countInstancesFromModel[LevelDB GreyCat] 17:22:06.910 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:22:08.228 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:22:08.229 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:08.229 [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 17:22:08.229 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:08.229 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:08.231 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:22:08.231 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:22:08.231 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:22:08.231 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:22:08.231 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:22:08.231 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:08.231 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:22:08.231 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:22:08.233 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:08.233 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:08.235 [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 17:22:08.235 [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 17:22:08.235 [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 17:22:08.235 [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 17:22:08.235 [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 17:22:08.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 17:22:08.235 [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 17:22:08.235 [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 17:22:08.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 17:22:08.235 [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 17:22:08.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 17:22:08.235 [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 17:22:08.235 [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 17:22:08.236 [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 17:22:08.236 [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 17:22:08.236 [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 17:22:08.236 [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 17:22:08.236 [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 17:22:08.237 [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 17:22:08.237 [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 17:22:08.237 [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 17:22:08.237 [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 17:22:08.238 [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 17:22:08.239 [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 17:22:08.239 [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 17:22:08.239 [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 17:22:08.239 [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 17:22:08.240 [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[] 17:22:08.240 [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 17:22:08.240 [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 17:22:08.240 [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 17:22:08.240 [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 17:22:08.240 [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 17:22:08.242 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:22:08.242 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:22:08.242 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:22:08.244 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:08.244 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.254 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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[] 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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 17:22:08.255 [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[] 17:22:08.255 [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 17:22:08.255 [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 17:22:08.257 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:22:08.257 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6194331492455747885 17:22:16.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6194331492455747885:org.eclipse.hawk.svn.SvnManager:false 17:22:16.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:16.104 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:16.149 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:16.149 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:16.149 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:16.149 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:16.149 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:16.157 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:16.157 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 17:22:16.157 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:16.157 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:16.166 [pool-108-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... 17:22:16.166 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 17:22:16.167 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870527128) of file:///tmp/hawkSvnRepo6194331492455747885 17:22:16.167 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:16.169 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:16.169 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:16.173 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:16.176 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:16.176 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:22:16.176 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:22:16.179 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:22:16.179 [pool-108-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 17:22:16.179 [pool-108-thread-1] INFO o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 17:22:16.179 [pool-108-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:16.179 [pool-108-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:16.182 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:22:16.182 [pool-108-thread-1] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:22:16.184 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:22:16.184 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:22:16.184 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:22:16.184 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:22:16.184 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:16.184 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:16.184 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:16.184 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:16.184 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:16.184 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:16.184 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:16.184 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:16.184 [pool-108-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... 17:22:16.184 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:22:16.185 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870528266) of file:///tmp/hawkSvnRepo6194331492455747885 17:22:16.185 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:16.186 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:16.186 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:16.190 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:16.190 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:16.190 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:22:16.190 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:22:16.190 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:22:16.190 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:22:16.190 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:16.195 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:16.195 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:16.195 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:16.195 [pool-108-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... 17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870530105) of file:///tmp/hawkSvnRepo6194331492455747885 17:22:16.195 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:16.196 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:16.196 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:16.201 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:16.201 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:16.201 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:22:16.201 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:22:16.201 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:22:16.201 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:22:16.201 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:16.202 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:16.202 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:16.202 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:16.202 [pool-108-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... 17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870532108) of file:///tmp/hawkSvnRepo6194331492455747885 17:22:16.202 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:16.203 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:16.203 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:16.208 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:16.208 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:16.208 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store 17:22:16.208 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 17:22:16.208 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:22:16.208 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:22:16.208 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:22:16.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:22:16.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:16.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:16.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:16.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:16.209 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:16.209 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:16.209 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:16.209 [pool-108-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:16.209 [pool-108-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... 17:22:16.210 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:22:16.210 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1595870534106) of file:///tmp/hawkSvnRepo6194331492455747885 17:22:16.210 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:22:16.210 [pool-108-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 106 ms 17:22:16.219 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:22:16.220 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6194331492455747885:org.eclipse.hawk.svn.SvnManager:false 17:22:16.221 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:16.221 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:22:17.130 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:22:17.130 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4495839362636328014/test_alwaysTrue[LevelDB GreyCat] 17:22:17.131 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:22:18.237 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:22:18.238 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:18.238 [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 17:22:18.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:18.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:18.240 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:22:18.240 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:22:18.240 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:22:18.240 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:22:18.240 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:22:18.240 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:18.240 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:22:18.240 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:22:18.242 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:18.242 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:18.245 [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 17:22:18.245 [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 17:22:18.245 [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 17:22:18.245 [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 17:22:18.245 [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 17:22:18.245 [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[] 17:22:18.246 [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 17:22:18.246 [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 17:22:18.246 [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 17:22:18.246 [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 17:22:18.246 [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 17:22:18.246 [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 17:22:18.246 [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 17:22:18.246 [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 17:22:18.247 [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 17:22:18.247 [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 17:22:18.247 [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 17:22:18.247 [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 17:22:18.247 [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 17:22:18.247 [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 17:22:18.248 [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 17:22:18.248 [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 17:22:18.248 [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 17:22:18.248 [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 17:22:18.248 [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 17:22:18.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 17:22:18.249 [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 17:22:18.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 17:22:18.249 [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 17:22:18.249 [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 17:22:18.249 [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 17:22:18.249 [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 17:22:18.249 [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 17:22:18.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:22:18.252 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:22:18.252 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:22:18.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:18.253 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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[] 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.280 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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[] 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.281 [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 17:22:18.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:22:18.283 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:22:18.283 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:22:18.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:18.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:18.288 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:22:18.289 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:22:18.289 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:22:18.289 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren... 17:22:18.289 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#hasNoChildren (isMany=false|isOrdered=false|isUnique=false|type=TimelineAnnotation) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.children.isEmpty; 17:22:18.305 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren. No username/password recorded for the repository file:///tmp/hawkSvnRepo7326840546327456757 17:22:24.103 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7326840546327456757:org.eclipse.hawk.svn.SvnManager:false 17:22:24.104 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:24.104 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:24.151 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:24.151 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:24.151 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:24.151 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:24.151 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:24.152 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:24.152 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:22:24.152 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:24.152 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:24.153 [pool-110-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... 17:22:24.153 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:22:24.155 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1595870537478) of file:///tmp/hawkSvnRepo7326840546327456757 17:22:24.155 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:24.157 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:24.157 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:24.162 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:24.166 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:24.166 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:22:24.166 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi... 17:22:24.167 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi 17:22:24.172 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:22:24.172 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi 17:22:24.172 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:22:24.172 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:22:24.172 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:24.172 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:24.172 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:24.172 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:24.172 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:24.172 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:24.172 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:24.172 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:24.172 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 17:22:24.175 [pool-110-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) 17:22:24.175 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:22:24.175 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:22:24.175 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1595870538315) of file:///tmp/hawkSvnRepo7326840546327456757 17:22:24.175 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:24.176 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:24.176 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:24.181 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:24.181 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:24.181 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:22:24.181 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 17:22:24.181 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:22:24.181 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:22:24.181 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:22:24.191 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:22:24.191 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:24.191 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:24.191 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:24.191 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:24.191 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:24.191 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:24.191 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:24.191 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:24.192 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 17:22:24.195 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:22:24.196 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 2 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:22:24.196 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:22:24.196 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1595870540106) of file:///tmp/hawkSvnRepo7326840546327456757 17:22:24.196 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:24.197 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:24.197 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:24.201 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi... 17:22:24.202 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:24.202 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:22:24.202 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 17:22:24.202 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:22:24.202 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 17:22:24.202 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:22:24.206 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:22:24.206 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:22:24.206 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:22:24.206 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:24.206 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:24.206 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:24.206 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:22:24.207 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:24.207 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:24.207 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 17:22:24.209 [pool-110-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) 17:22:24.209 [pool-110-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:22:24.209 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:22:24.209 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1595870542106) of file:///tmp/hawkSvnRepo7326840546327456757 17:22:24.210 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:22:24.210 [pool-110-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 106 ms EolSequence [0, 1, 0] 17:22:24.216 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:22:24.216 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7326840546327456757:org.eclipse.hawk.svn.SvnManager:false 17:22:24.217 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:24.217 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:22:24.883 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:22:24.883 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5601231510738239244/test_whenAnnotated[LevelDB GreyCat] 17:22:24.884 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 300.843 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 12.802 s untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 11.445 s computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 6.086 s sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.37 s beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.32 s whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.858 s afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.92 s eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.287 s testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest) Time elapsed: 7.495 s defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 7.963 s nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 1.16 s countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 3.663 s sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.495 s before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.684 s commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.762 s rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.752 s createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 6.699 s travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 7.075 s unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 16.817 s countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 6.1 s after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.085 s until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 13.03 s whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.88 s onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.389 s followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.825 s untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.482 s beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.106 s countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 5.773 s afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.314 s countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 5.812 s alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.175 s whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 7.753 s createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.214 s indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.493 s createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 1.128 s indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.367 s nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.183 s nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.167 s nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.176 s create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.13 s recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.171 s changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.186 s Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite 17:22:28.441 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:22:28.700 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.331 s addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.259 s Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:22:28.995 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:22:28.998 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:28.998 [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 17:22:28.999 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:28.999 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:29.001 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:22:29.001 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:22:29.001 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:22:29.001 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:22:29.001 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:29.002 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! sync metrics: interesting 0 deleted 0 changed 0 loaded 0 17:22:29.002 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 17:22:29.002 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:22:29.094 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: Core (org.amma.dsl.jdt.core) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] 17:22:29.094 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: DOM (org.amma.dsl.jdt.dom) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] 17:22:29.094 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: PrimitiveTypes (org.amma.dsl.jdt.primitiveTypes) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 17:22:29.094 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:22:29.094 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:22:29.145 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:22:29.145 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:22:29.151 [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 17:22:29.152 [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 17:22:29.196 [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 17:22:29.199 [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 17:22:29.213 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:22:29.214 [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 17:22:29.217 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:22:29.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 17:22:29.219 [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 17:22:29.219 [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 17:22:29.219 [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 17:22:29.219 [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 17:22:29.219 [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 17:22:29.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 17:22:29.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 17:22:29.219 [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 17:22:29.219 [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 17:22:29.220 [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 17:22:29.221 [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 17:22:29.221 [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 17:22:29.222 [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 17:22:29.223 [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 17:22:29.223 [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 17:22:29.223 [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[] 17:22:29.223 [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 17:22:29.223 [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 17:22:29.223 [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 17:22:29.223 [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 17:22:29.224 [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 17:22:29.224 [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 17:22:29.224 [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 17:22:29.224 [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 17:22:29.224 [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 17:22:29.224 [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 17:22:29.225 [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 17:22:29.225 [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 17:22:29.225 [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 17:22:29.225 [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 17:22:29.225 [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 17:22:29.225 [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 17:22:29.226 [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 17:22:29.226 [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 17:22:29.226 [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 17:22:29.297 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:22:29.297 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:22:29.622 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 17:22:29.623 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:22:29.623 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:22:29.894 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:22:29.897 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:22:29.897 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:22:31.211 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:22:31.248 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:22:31.248 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:22:31.248 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:22:31.251 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:22:31.324 [pool-124-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 17:22:44.100 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 12 sec (12 sec total) to /set0.xmi 17:22:47.603 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec) 17:22:47.603 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:22:53.919 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding references: 50035 6 sec (6 sec total) to /set0.xmi 17:22:57.163 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~9 sec) 17:22:57.163 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 25s953ms [pure insertion] marking any relevant derived attributes for update...17:22:57.163 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:22:57.165 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:22:57.165 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:22:57.165 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:22:57.320 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:22:57.320 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.155s attempting to resolve any uninitialized derived attributes... 17:22:57.320 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:22:57.320 [pool-124-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:22:57.321 [pool-124-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... 17:22:57.321 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s156ms [proxy update] 17:22:57.321 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:22:57.321 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 validating file UPDATED for /set0.xmi loaded 1 c elems 69680 d elems 0 time ~27s validating changes... 17:22:57.623 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:22:57.793 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:22:57.920 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] changed resource size: 69680 relevant graph size: 69680 validated changes... true 17:23:02.963 [pool-124-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 33 s 340 ms 17:23:02.990 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:02.991 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:02.992 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:02.992 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:03.051 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:03.051 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4197278056358845642/test_set0[LevelDB GreyCat] 17:23:03.051 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:03.257 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:03.258 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:03.258 [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 17:23:03.258 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:03.258 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:03.260 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:03.260 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:03.260 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:03.260 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:03.260 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:23:03.260 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:03.260 [pool-126-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 17:23:03.261 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:23:03.264 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:03.264 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:03.275 [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 17:23:03.275 [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 17:23:03.275 [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 17:23:03.275 [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 17:23:03.275 [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 17:23:03.275 [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 17:23:03.275 [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 17:23:03.276 [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 17:23:03.276 [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 17:23:03.276 [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 17:23:03.277 [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 17:23:03.277 [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 17:23:03.277 [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 17:23:03.277 [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 17:23:03.277 [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 17:23:03.277 [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 17:23:03.278 [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 17:23:03.278 [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 17:23:03.278 [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 17:23:03.278 [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 17:23:03.278 [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 17:23:03.278 [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 17:23:03.278 [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 17:23:03.278 [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 17:23:03.278 [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[] 17:23:03.278 [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 17:23:03.278 [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 17:23:03.279 [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 17:23:03.279 [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 17:23:03.279 [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 17:23:03.279 [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 17:23:03.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 17:23:03.279 [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 17:23:03.280 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:23:03.283 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:23:03.283 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:03.511 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:03.512 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:03.513 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:03.514 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:03.518 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:03.518 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:03.519 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:23:03.568 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:03.568 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:03.568 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:23:03.570 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:23:03.573 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:23:03.573 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:23:03.573 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:03.573 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s54ms [pure insertion] marking any relevant derived attributes for update...17:23:03.573 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:03.574 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:03.574 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:03.574 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:03.575 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:23:03.575 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:23:03.575 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:03.575 [pool-126-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:03.575 [pool-126-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... 17:23:03.575 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:23:03.575 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:03.575 [pool-126-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 ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 17:23:03.576 [pool-126-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 63 ms 17:23:03.579 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:03.579 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:03.580 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:03.580 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:03.875 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:03.875 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4133426472976105812/test_tree[LevelDB GreyCat] 17:23:03.875 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:04.134 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:04.135 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:04.135 [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 17:23:04.135 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:04.135 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:04.136 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:04.136 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:04.136 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:04.137 [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! 17:23:04.137 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:04.137 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:04.137 [pool-128-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 17:23:04.137 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:23:04.140 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:04.140 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:04.190 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:23:04.190 [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 17:23:04.192 [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 17:23:04.192 [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 17:23:04.192 [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 17:23:04.192 [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 17:23:04.193 [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 17:23:04.193 [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 17:23:04.193 [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 17:23:04.193 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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[] 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.194 [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 17:23:04.195 [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 17:23:04.195 [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 17:23:04.196 [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 17:23:04.199 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:23:04.199 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:04.422 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:04.423 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:04.423 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:04.425 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:04.429 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:04.429 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:04.429 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 17:23:04.494 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:04.495 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:04.495 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 17:23:04.497 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 17:23:04.499 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:23:04.499 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 17:23:04.499 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:04.499 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:23:04.500 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:04.501 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:04.501 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:04.501 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:04.501 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:23:04.501 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:23:04.501 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:04.501 [pool-128-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:04.501 [pool-128-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... 17:23:04.501 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:23:04.501 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:04.502 [pool-128-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%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 17:23:04.502 [pool-128-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 79 ms 17:23:04.513 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:04.513 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:04.514 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:04.514 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:05.085 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:05.085 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8810207468988524475/test_treeWithSpaces[LevelDB GreyCat] 17:23:05.085 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:05.244 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:05.245 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:05.245 [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 17:23:05.245 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:05.245 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:05.247 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:05.247 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:05.247 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:05.247 [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! 17:23:05.247 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:05.247 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:05.247 [pool-130-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 17:23:05.247 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:23:05.250 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:05.250 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:05.271 [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 17:23:05.271 [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 17:23:05.271 [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 17:23:05.271 [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 17:23:05.271 [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 17:23:05.271 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.272 [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 17:23:05.273 [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 17:23:05.273 [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 17:23:05.273 [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 17:23:05.273 [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 17:23:05.273 [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 17:23:05.274 [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 17:23:05.274 [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[] 17:23:05.274 [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 17:23:05.274 [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 17:23:05.274 [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 17:23:05.275 [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 17:23:05.275 [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 17:23:05.275 [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 17:23:05.275 [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 17:23:05.275 [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 17:23:05.275 [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 17:23:05.276 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:23:05.278 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:23:05.278 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:05.586 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:05.587 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:05.587 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:05.588 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:05.592 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:05.592 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:05.592 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:23:05.642 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:05.642 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:05.642 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:23:05.645 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:23:05.647 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:23:05.647 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:23:05.650 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:05.650 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s58ms [pure insertion] marking any relevant derived attributes for update...17:23:05.650 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:23:05.652 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:23:05.652 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model... 17:23:05.652 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:05.652 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:05.652 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model... 17:23:05.654 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model 17:23:05.654 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:23:05.654 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model 17:23:05.656 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:05.656 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:23:05.656 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:05.656 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:05.656 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:05.656 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:05.657 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 17:23:05.659 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 17:23:05.659 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 17:23:05.659 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:05.659 [pool-130-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:05.659 [pool-130-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... 17:23:05.659 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:23:05.659 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:05.659 [pool-130-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 ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /child.model changed resource size: 3 relevant graph size: 3 validated changes... true 17:23:05.660 [pool-130-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 73 ms 17:23:05.666 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:05.666 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-xres/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:05.667 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:05.667 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:06.150 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:06.150 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8865436523087616260/test_treeCrossResourceContainment[LevelDB GreyCat] 17:23:06.150 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:06.317 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:06.318 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:06.318 [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 17:23:06.318 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:06.318 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:06.320 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:06.320 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:06.320 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:06.320 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:06.320 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:06.320 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:06.320 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:06.320 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:23:06.323 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:06.323 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:06.343 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:23:06.344 [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 17:23:06.344 [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 17:23:06.344 [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 17:23:06.344 [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 17:23:06.344 [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 17:23:06.344 [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 17:23:06.344 [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 17:23:06.345 [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 17:23:06.345 [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 17:23:06.345 [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 17:23:06.345 [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 17:23:06.345 [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 17:23:06.346 [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 17:23:06.346 [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 17:23:06.346 [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 17:23:06.346 [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 17:23:06.346 [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 17:23:06.347 [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 17:23:06.347 [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[] 17:23:06.347 [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 17:23:06.347 [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 17:23:06.347 [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 17:23:06.347 [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 17:23:06.347 [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 17:23:06.347 [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 17:23:06.347 [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 17:23:06.347 [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 17:23:06.347 [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 17:23:06.347 [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 17:23:06.348 [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 17:23:06.348 [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 17:23:06.348 [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 17:23:06.348 [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 17:23:06.351 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:23:06.351 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:06.630 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:06.631 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:06.631 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:06.633 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:06.636 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:06.636 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:06.636 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:23:06.687 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:06.687 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:06.687 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:23:06.689 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:23:06.691 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:23:06.691 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:23:06.691 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:23:06.691 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s55ms [pure insertion] marking any relevant derived attributes for update...17:23:06.691 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:06.693 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:23:06.693 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:06.693 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:06.693 [pool-132-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... 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 62 ms 17:23:06.693 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 17:23:06.693 [pool-132-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; 17:23:06.696 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 17:23:06.697 [pool-132-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 17:23:06.697 [pool-132-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 17:23:06.722 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:23:06.722 [pool-132-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.026s 17:23:06.722 [pool-132-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 17:23:06.792 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:06.792 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:06.793 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:06.793 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:07.411 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:07.412 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1430965279278603864/test_derivedEdgeCollection[LevelDB GreyCat] 17:23:07.412 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:07.595 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:07.598 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:07.598 [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 17:23:07.598 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:07.598 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:07.601 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:07.601 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:07.601 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:07.601 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:07.601 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:07.601 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:07.601 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:07.601 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:23:07.603 [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_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:23:07.603 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:07.603 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:07.613 [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 17:23:07.613 [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 17:23:07.613 [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 17:23:07.613 [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 17:23:07.613 [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 17:23:07.613 [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 17:23:07.613 [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 17:23:07.613 [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 17:23:07.613 [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 17:23:07.614 [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 17:23:07.614 [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 17:23:07.614 [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 17:23:07.614 [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 17:23:07.614 [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 17:23:07.614 [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 17:23:07.614 [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 17:23:07.614 [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[] 17:23:07.614 [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 17:23:07.614 [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 17:23:07.615 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.616 [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 17:23:07.617 [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 17:23:07.617 [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 17:23:07.617 [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 17:23:07.617 [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 17:23:07.620 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:23:07.620 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:07.620 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 17:23:07.620 [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; 17:23:07.629 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 17:23:07.816 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:07.817 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:07.817 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:07.819 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:07.824 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:07.824 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:07.825 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:23:07.856 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:07.856 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:07.857 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:23:07.859 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:23:07.871 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:07.871 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:23:07.876 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:07.876 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s51ms [pure insertion] marking any relevant derived attributes for update...17:23:07.876 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:07.877 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:07.878 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:23:07.878 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:07.878 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:07.878 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:23:07.880 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:23:07.892 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:07.892 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:23:07.897 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:07.897 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s19ms [pure insertion] marking any relevant derived attributes for update...17:23:07.897 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:07.897 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:07.898 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:23:07.898 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:07.898 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:07.898 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:23:07.900 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:23:07.906 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:07.906 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:23:07.911 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:07.912 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:23:07.912 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:07.912 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:07.912 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:07.912 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:07.912 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:23:07.922 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:23:07.922 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:23:07.922 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:07.922 [pool-134-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:07.923 [pool-134-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 17:23:08.015 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:23:08.015 [pool-134-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... 17:23:08.015 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s103ms [proxy update] 17:23:08.015 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:08.016 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:08.016 [pool-134-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 199 ms 17:23:08.018 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:08.018 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:08.019 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:08.019 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:09.122 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:09.123 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2937567083040313361/test_deriveThenAdd[LevelDB GreyCat] 17:23:09.123 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:09.300 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:09.301 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:09.301 [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 17:23:09.301 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:09.301 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:09.303 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:09.303 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:09.303 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:09.303 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:09.303 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:09.303 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:09.303 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:09.303 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:23:09.305 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:09.305 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:09.326 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:23:09.327 [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 17:23:09.327 [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 17:23:09.327 [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 17:23:09.327 [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 17:23:09.327 [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 17:23:09.327 [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 17:23:09.327 [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 17:23:09.327 [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 17:23:09.328 [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 17:23:09.328 [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 17:23:09.328 [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 17:23:09.329 [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 17:23:09.329 [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 17:23:09.329 [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 17:23:09.329 [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 17:23:09.329 [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 17:23:09.329 [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 17:23:09.329 [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 17:23:09.329 [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 17:23:09.329 [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 17:23:09.330 [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 17:23:09.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 17:23:09.330 [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 17:23:09.330 [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 17:23:09.330 [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 17:23:09.330 [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 17:23:09.331 [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[] 17:23:09.331 [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 17:23:09.331 [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 17:23:09.331 [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 17:23:09.331 [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 17:23:09.331 [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 17:23:09.331 [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 17:23:09.333 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:23:09.333 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:09.522 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:09.524 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:09.524 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:09.525 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:09.529 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:09.529 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:09.529 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:23:09.570 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:09.570 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:09.570 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:23:09.572 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:23:09.574 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:23:09.574 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:23:09.574 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:23:09.574 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s45ms [pure insertion] marking any relevant derived attributes for update...17:23:09.574 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:09.576 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:23:09.576 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:09.576 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:09.576 [pool-136-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... 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 52 ms 17:23:09.576 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 17:23:09.576 [pool-136-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; 17:23:09.579 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 17:23:09.579 [pool-136-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; 17:23:09.608 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:23:09.608 [pool-136-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.029s 17:23:09.608 [pool-136-thread-1] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 17:23:09.613 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:09.613 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/tree-dedges/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:09.614 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:09.614 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:10.577 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:10.577 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4959627901396638935/test_derivedEdgeSingle[LevelDB GreyCat] 17:23:10.577 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:10.795 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:10.796 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:10.796 [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 17:23:10.796 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:10.796 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:10.797 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:10.797 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:10.797 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:10.798 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:10.798 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:10.798 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:10.798 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:10.798 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:23:10.800 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:10.800 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:10.812 [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 17:23:10.812 [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 17:23:10.812 [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 17:23:10.813 [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 17:23:10.813 [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 17:23:10.813 [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[] 17:23:10.813 [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 17:23:10.813 [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 17:23:10.813 [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 17:23:10.813 [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 17:23:10.814 [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 17:23:10.814 [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 17:23:10.814 [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 17:23:10.814 [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 17:23:10.814 [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 17:23:10.814 [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 17:23:10.814 [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 17:23:10.814 [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 17:23:10.815 [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 17:23:10.815 [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 17:23:10.815 [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 17:23:10.815 [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 17:23:10.816 [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 17:23:10.816 [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 17:23:10.816 [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 17:23:10.816 [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 17:23:10.816 [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 17:23:10.816 [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 17:23:10.817 [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 17:23:10.817 [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 17:23:10.817 [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 17:23:10.817 [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 17:23:10.817 [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 17:23:10.817 [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 17:23:10.819 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:23:10.819 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:11.049 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:11.050 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:11.050 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:11.050 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 17:23:11.052 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 17:23:11.052 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 17:23:11.052 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:11.089 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:11.089 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:11.090 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:23:11.106 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:11.106 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:11.106 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:23:11.109 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:23:11.115 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:11.115 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:23:11.121 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:11.121 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s31ms [pure insertion] marking any relevant derived attributes for update...17:23:11.121 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:11.122 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:11.123 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:23:11.123 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:11.123 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:11.123 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:23:11.125 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:23:11.132 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:11.133 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:23:11.138 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:11.138 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:11.138 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:11.138 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:11.139 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:23:11.139 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:11.139 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:11.139 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:23:11.141 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:23:11.194 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:11.194 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:23:11.200 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:11.200 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:23:11.200 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:11.200 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:11.200 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:11.200 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:11.201 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:23:11.211 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:23:11.211 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 17:23:11.211 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:11.211 [pool-138-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:11.212 [pool-138-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... 17:23:11.212 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 17:23:11.212 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:11.212 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:11.212 [pool-138-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 162 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 17:23:11.214 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:11.214 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:11.215 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:11.215 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:12.172 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:12.172 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1342922196714601046/test_addThenIndex[LevelDB GreyCat] 17:23:12.173 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:12.415 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:12.416 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:12.416 [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 17:23:12.416 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:12.416 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:12.419 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:12.419 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:12.419 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:12.419 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:12.419 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:12.419 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:12.419 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:12.419 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:23:12.423 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:12.423 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:12.441 [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 17:23:12.441 [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 17:23:12.441 [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 17:23:12.441 [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 17:23:12.441 [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 17:23:12.441 [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 17:23:12.441 [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 17:23:12.441 [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 17:23:12.441 [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 17:23:12.441 [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 17:23:12.442 [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 17:23:12.442 [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 17:23:12.443 [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 17:23:12.443 [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 17:23:12.443 [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 17:23:12.443 [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 17:23:12.443 [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 17:23:12.443 [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 17:23:12.443 [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 17:23:12.444 [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 17:23:12.444 [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 17:23:12.444 [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 17:23:12.444 [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 17:23:12.444 [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 17:23:12.444 [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 17:23:12.444 [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 17:23:12.444 [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 17:23:12.444 [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[] 17:23:12.444 [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 17:23:12.445 [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 17:23:12.445 [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 17:23:12.445 [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 17:23:12.445 [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 17:23:12.445 [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 17:23:12.447 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:23:12.447 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:12.447 [main] INFO o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 17:23:12.457 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 17:23:12.457 [main] INFO o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 17:23:12.644 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:12.645 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:12.645 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:12.647 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:12.650 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:12.650 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:12.651 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:23:12.684 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:12.684 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:12.684 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:23:12.687 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:23:12.694 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:12.694 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:23:12.700 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:12.701 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s50ms [pure insertion] marking any relevant derived attributes for update...17:23:12.701 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:12.702 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:12.703 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:23:12.703 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:12.703 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:12.703 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:23:12.705 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:23:12.713 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:12.713 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:23:12.718 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:12.718 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:12.718 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:12.718 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:12.719 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:23:12.719 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:12.719 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:12.719 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:23:12.721 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:23:12.728 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:12.728 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:23:12.734 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:12.734 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:12.734 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:12.734 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:12.734 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:12.734 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:12.735 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:23:12.801 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:23:12.801 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.067s attempting to resolve any uninitialized derived attributes... 17:23:12.801 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:12.801 [pool-140-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:12.801 [pool-140-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... 17:23:12.801 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s67ms [proxy update] 17:23:12.801 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:12.801 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:12.801 [pool-140-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 156 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 17:23:12.803 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:12.803 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:12.804 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:12.804 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:13.960 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:13.961 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit469572869262675429/test_lookupWithIndex[LevelDB GreyCat] 17:23:13.961 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:14.236 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:14.237 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:14.237 [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 17:23:14.237 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:14.237 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:14.239 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:14.239 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:14.239 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:14.239 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:14.239 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:14.239 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:14.240 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:14.240 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:23:14.243 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:14.243 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:14.288 [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 17:23:14.288 [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 17:23:14.289 [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 17:23:14.289 [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 17:23:14.289 [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 17:23:14.289 [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 17:23:14.290 [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 17:23:14.290 [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 17:23:14.290 [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 17:23:14.290 [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 17:23:14.290 [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 17:23:14.290 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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 17:23:14.291 [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[] 17:23:14.291 [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 17:23:14.292 [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 17:23:14.293 [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 17:23:14.297 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:23:14.297 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:14.493 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:14.494 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:14.494 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:14.496 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:14.499 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:14.499 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:14.500 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:23:14.556 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:14.556 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:14.556 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:23:14.558 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:23:14.561 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:14.561 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:23:14.595 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:14.595 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s96ms [pure insertion] marking any relevant derived attributes for update...17:23:14.595 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:14.595 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:14.596 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:23:14.596 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:14.596 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:14.596 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:23:14.599 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:23:14.601 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:14.601 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:23:14.606 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:14.606 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:14.606 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:14.606 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:14.607 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:23:14.607 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:14.607 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:14.607 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:23:14.609 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:23:14.612 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:14.612 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:23:14.618 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:14.618 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:14.618 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:14.618 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:14.618 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:14.618 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:14.619 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:23:14.627 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:23:14.627 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 17:23:14.628 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:14.628 [pool-142-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:14.628 [pool-142-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... 17:23:14.628 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:23:14.628 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:14.628 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:14.628 [pool-142-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 134 ms 17:23:14.629 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:14.629 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:14.630 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:14.630 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:14.997 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:14.997 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7751240700744764661/test_lookupWithoutIndex[LevelDB GreyCat] 17:23:14.997 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:15.444 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:15.446 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:15.446 [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 17:23:15.446 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:15.446 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:15.448 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:15.448 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:15.448 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:15.448 [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! 17:23:15.448 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:15.449 [pool-144-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 17:23:15.449 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:23:15.449 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:23:15.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:15.452 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:15.454 [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 17:23:15.490 [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 17:23:15.490 [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 17:23:15.490 [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 17:23:15.490 [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 17:23:15.490 [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 17:23:15.490 [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 17:23:15.490 [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 17:23:15.490 [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 17:23:15.491 [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 17:23:15.491 [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 17:23:15.492 [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 17:23:15.492 [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 17:23:15.492 [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 17:23:15.492 [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 17:23:15.492 [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 17:23:15.492 [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 17:23:15.492 [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 17:23:15.493 [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 17:23:15.493 [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 17:23:15.493 [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 17:23:15.493 [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 17:23:15.494 [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 17:23:15.494 [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 17:23:15.494 [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 17:23:15.494 [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 17:23:15.494 [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 17:23:15.494 [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 17:23:15.495 [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 17:23:15.495 [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[] 17:23:15.495 [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 17:23:15.495 [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 17:23:15.495 [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 17:23:15.498 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:23:15.498 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:15.498 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:23:15.499 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:15.499 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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[] 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.516 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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 17:23:15.517 [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[] 17:23:15.519 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:23:15.519 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:15.519 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:23:15.520 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:15.520 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:15.532 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:23:15.533 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:23:15.533 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:15.743 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1770755260025746671/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:15.744 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:15.744 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:15.746 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:15.750 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:15.750 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:15.756 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi... 17:23:15.784 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:15.784 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:15.784 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi... 17:23:15.786 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi 17:23:15.787 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:23:15.787 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi 17:23:15.792 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:15.792 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s36ms [pure insertion] marking any relevant derived attributes for update...17:23:15.792 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:15.793 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:15.797 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 17:23:15.797 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:15.797 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:15.797 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 17:23:15.799 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi 17:23:15.799 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:23:15.799 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi 17:23:15.801 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:15.801 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:23:15.801 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:15.801 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:15.805 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi... 17:23:15.805 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:15.805 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:15.805 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi... 17:23:15.807 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi 17:23:15.807 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:23:15.807 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi 17:23:15.809 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:15.809 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:23:15.809 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:15.809 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:15.814 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:23:15.814 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:15.814 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:15.814 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi... 17:23:15.816 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:23:15.819 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:23:15.819 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:23:15.823 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:15.823 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:15.823 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:15.823 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:15.823 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:15.823 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:15.824 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 17:23:15.892 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 17:23:15.892 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.069s attempting to resolve any uninitialized derived attributes... 17:23:15.892 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:15.892 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:15.892 [pool-144-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... 17:23:15.892 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s69ms [proxy update] 17:23:15.892 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:15.892 [pool-144-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 ~0s validating changes... validating file UPDATED for /childA.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /childB.xmi validating file UPDATED for /root.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 17:23:15.893 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 149 ms 17:23:15.893 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 17:23:15.893 [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); 17:23:15.941 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 17:23:15.942 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:23:15.963 [main] INFO o.e.h.c.r.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:23:15.963 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.022s 17:23:15.963 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 17:23:15.992 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:15.993 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:16.001 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:16.001 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:16.007 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi... 17:23:16.007 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:16.009 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store 17:23:16.009 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 17:23:16.009 [pool-144-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:23:16.009 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi... 17:23:16.009 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 17:23:16.020 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.011s 17:23:16.024 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi 17:23:16.092 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:23:16.092 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi 17:23:16.096 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:16.096 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi. 0s89ms [pure insertion] marking any relevant derived attributes for update...17:23:16.096 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:16.097 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:16.097 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:16.097 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:16.097 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 17:23:16.102 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 17:23:16.102 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:23:16.102 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:16.102 [pool-144-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:16.102 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:23:16.107 [pool-144-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) 17:23:16.107 [pool-144-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... 17:23:16.107 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 17:23:16.107 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:23:16.110 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s98ms [proxy update] 17:23:16.196 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:16.196 [pool-144-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 /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 17:23:16.196 [pool-144-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 204 ms 17:23:16.198 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:16.198 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1770755260025746671/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:16.199 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:16.199 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:16.967 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:16.967 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8960522479994668555/test_eContainersIsUpdatedRoot[LevelDB GreyCat] 17:23:16.967 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:23:17.176 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:17.177 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:17.177 [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 17:23:17.177 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:17.177 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:17.179 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:17.179 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:17.179 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:17.179 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:17.179 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:17.180 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:17.179 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:17.180 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:23:17.182 [main] INFO o.e.hawk.emf.model.util.RegisterMeta - Registering package: ColoredTree (ColoredTree) [file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore] Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/ColoredTree.ecore to store 17:23:17.182 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:17.182 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:17.202 [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 17:23:17.203 [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 17:23:17.203 [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 17:23:17.203 [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 17:23:17.203 [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 17:23:17.204 [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 17:23:17.204 [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 17:23:17.204 [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 17:23:17.205 [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[] 17:23:17.205 [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 17:23:17.205 [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 17:23:17.205 [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 17:23:17.205 [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 17:23:17.206 [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 17:23:17.206 [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 17:23:17.206 [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 17:23:17.206 [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 17:23:17.206 [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 17:23:17.206 [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 17:23:17.206 [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 17:23:17.208 [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 17:23:17.208 [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 17:23:17.208 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.209 [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 17:23:17.210 [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 17:23:17.210 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 17:23:17.212 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 17:23:17.212 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:17.447 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:17.448 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:17.448 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:17.449 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:17.453 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:17.453 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:17.454 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 17:23:17.508 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:17.508 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:17.508 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 17:23:17.513 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model 17:23:17.516 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:23:17.516 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model 17:23:17.516 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:23:17.516 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:23:17.516 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 17:23:17.520 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 17:23:17.520 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:17.520 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:17.520 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:23:17.520 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:23:17.520 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:17.520 [pool-146-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:17.520 [pool-146-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... 17:23:17.520 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:23:17.520 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:17.520 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:17.520 [pool-146-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 72 ms 17:23:17.522 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:17.522 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:17.523 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:17.523 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:18.071 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:18.071 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6676839679425700673/test_queryEnumValues[LevelDB GreyCat] 17:23:18.071 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:18.315 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:18.317 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:18.317 [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 17:23:18.317 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:18.317 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:18.319 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:18.319 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:18.319 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:18.319 [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! 17:23:18.319 [pool-148-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:18.320 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:18.320 [pool-148-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 17:23:18.320 [pool-148-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 17:23:18.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:18.347 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:18.410 [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 17:23:18.410 [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 17:23:18.410 [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 17:23:18.411 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:23:18.411 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:23:18.417 [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 17:23:18.423 [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 17:23:18.425 [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 17:23:18.430 [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 17:23:18.512 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:23:18.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:23:18.523 [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 17:23:18.526 [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 17:23:18.526 [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 17:23:18.526 [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 17:23:18.526 [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 17:23:18.526 [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 17:23:18.526 [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 17:23:18.526 [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 17:23:18.526 [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 17:23:18.527 [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 17:23:18.527 [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[] 17:23:18.528 [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 17:23:18.531 [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 17:23:18.531 [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 17:23:18.531 [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 17:23:18.531 [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 17:23:18.531 [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 17:23:18.531 [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 17:23:18.593 [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 17:23:18.594 [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 17:23:18.594 [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 17:23:18.594 [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 17:23:18.594 [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 17:23:18.594 [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 17:23:18.594 [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 17:23:18.595 [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 17:23:18.595 [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 17:23:18.595 [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 17:23:18.595 [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 17:23:18.595 [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 17:23:18.596 [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 17:23:18.596 [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 17:23:18.596 [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 17:23:18.596 [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 17:23:18.607 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:23:18.607 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:18.611 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:18.611 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:18.612 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:18.612 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:19.567 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:19.567 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4420118901118717428/test_metamodels[LevelDB GreyCat] 17:23:19.567 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:19.728 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:19.729 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:19.729 [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 17:23:19.729 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:19.729 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:19.731 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:19.731 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:19.731 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:19.731 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:19.731 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:19.731 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:19.731 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:19.732 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:23:19.817 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 17:23:19.817 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 17:23:19.817 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 17:23:19.817 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 17:23:19.817 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 17:23:19.817 [main] INFO o.e.h.m.exml.metamodel.ModelioClass - registered package: Standard(modelio://Modeliosoft.Standard/2.0.00) Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 17:23:19.817 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:19.817 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:20.011 [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 17:23:20.012 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:20.012 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:23:20.039 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:23:20.039 [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 17:23:20.039 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:20.040 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:23:20.595 [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 17:23:20.595 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:20.595 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:23:21.934 [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 17:23:21.934 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:23:22.017 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 17:23:22.017 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:22.324 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5749437159423729846/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:22.326 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:22.326 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:22.355 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:22.359 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:22.359 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:22.390 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 17:23:22.396 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:22.396 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:22.396 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 17:23:22.399 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 17:23:22.412 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 17:23:22.412 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 17:23:22.418 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:22.418 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s28ms [pure insertion] marking any relevant derived attributes for update...17:23:22.418 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:22.419 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:22.419 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:22.419 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:22.420 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 17:23:22.423 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 17:23:22.423 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:23:22.423 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:22.423 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:22.423 [pool-150-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... 17:23:22.423 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:23:22.423 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:22.423 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:22.423 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 97 ms 17:23:22.424 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:22.514 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:22.514 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:22.514 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:22.517 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 17:23:22.517 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:22.517 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:22.518 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 17:23:22.519 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 17:23:22.592 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 17:23:22.592 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 17:23:22.603 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:23:22.603 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s86ms [pure insertion] marking any relevant derived attributes for update...17:23:22.603 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:22.603 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:22.605 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 17:23:22.605 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:22.605 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:22.605 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 17:23:22.606 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 17:23:22.620 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 17:23:22.620 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 17:23:22.691 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:23:22.691 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s86ms [pure insertion] marking any relevant derived attributes for update...17:23:22.691 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:22.691 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:22.691 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:22.691 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:22.692 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 17:23:22.696 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 17:23:22.696 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:23:22.696 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:22.696 [pool-150-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:22.696 [pool-150-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... 17:23:22.696 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:23:22.696 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:22.697 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:22.697 [pool-150-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 273 ms 17:23:22.697 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:22.697 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5749437159423729846/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:22.698 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:22.698 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:23.247 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:23.247 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5749437159423729846/test_elephantResolve[LevelDB GreyCat] 17:23:23.247 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:23.414 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:23.415 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:23.415 [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 17:23:23.415 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:23.415 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:23.417 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:23.417 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:23.417 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:23.417 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:23.417 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:23.417 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:23.418 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:23.418 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 17:23:23.445 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:23.445 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:23.533 [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 17:23:23.533 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:23.533 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:23:23.593 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:23:23.593 [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 17:23:23.593 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:23.593 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:23:23.906 [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 17:23:23.906 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:23.907 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:23:24.553 [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 17:23:24.553 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:23:24.582 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 17:23:24.582 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:24.872 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:24.873 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:24.873 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:24.873 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR Warning, monitor is inactive, synchronisation failed! 17:23:24.873 [pool-152-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED! 17:23:24.873 [pool-152-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms 17:23:24.876 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:24.877 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/resources/models/zoo:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:24.877 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:24.877 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:25.755 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:25.755 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6230814186901766459/test_zoo[LevelDB GreyCat] 17:23:25.755 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:25.906 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:25.907 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:25.907 [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 17:23:25.907 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:25.907 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:25.908 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:25.908 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:25.908 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:25.909 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:25.909 [pool-154-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:25.909 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:25.909 [pool-154-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:25.909 [pool-154-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 17:23:25.928 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:25.928 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:26.008 [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 17:23:26.008 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:26.008 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:23:26.032 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:23:26.032 [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 17:23:26.032 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:26.033 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:23:26.323 [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 17:23:26.323 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:26.324 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:23:27.013 [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 17:23:27.013 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:23:27.103 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 17:23:27.103 [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! 17:23:27.103 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 17:23:27.125 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:27.125 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:27.129 [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! 17:23:27.129 [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! 17:23:27.129 [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! 17:23:27.129 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 17:23:27.129 [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! 17:23:27.129 [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! 17:23:27.129 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 17:23:27.129 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:27.131 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:27.131 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:27.132 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:27.132 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:27.625 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:23:27.794 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:23:27.863 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:27.863 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7920241716644020674/test_metamodel[LevelDB GreyCat] 17:23:27.863 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:27.921 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:23:28.039 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:28.040 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:28.040 [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 17:23:28.040 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:28.040 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:28.042 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:28.042 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:28.042 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:28.042 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:23:28.042 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:23:28.042 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:28.042 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:28.042 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 17:23:28.064 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:28.064 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:28.124 [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 17:23:28.124 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:28.124 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:23:28.149 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:23:28.149 [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 17:23:28.149 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:28.149 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:23:28.387 [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 17:23:28.387 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:23:28.390 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:23:28.847 [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 17:23:28.848 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:23:28.898 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec) SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:23:28.898 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:23:28.898 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 17:23:28.910 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:28.910 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:28.914 [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! 17:23:28.914 [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! 17:23:28.914 [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! 17:23:28.914 [main] WARN o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 17:23:28.914 [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! 17:23:28.914 [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! 17:23:28.914 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 17:23:28.914 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:23:29.221 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:29.222 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:29.222 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:29.312 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:29.321 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 10/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.321 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 20/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.322 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 30/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.322 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 40/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.322 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 50/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.322 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 60/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.324 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 70/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.324 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 80/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.324 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 90/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.324 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 100/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 110/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 120/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 130/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 140/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.326 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 150/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.326 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 160/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.327 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 170/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.327 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 180/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.327 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 190/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.327 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 200/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.327 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 210/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.327 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 220/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.327 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 230/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.328 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 240/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.328 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 250/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 260/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 270/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 280/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 290/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 300/309 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ 17:23:29.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:29.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:29.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 0/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 0 sec total) 17:23:29.392 [pool-156-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... 17:23:29.400 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.400 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.400 [pool-156-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... 17:23:29.402 [pool-156-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 17:23:29.405 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:29.405 [pool-156-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 17:23:29.406 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:29.406 [pool-156-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:23:29.406 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:29.407 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:29.408 [pool-156-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... 17:23:29.408 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.408 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.408 [pool-156-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... 17:23:29.410 [pool-156-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 17:23:29.412 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:29.412 [pool-156-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 17:23:29.415 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:29.415 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:29.415 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.415 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.415 [pool-156-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... 17:23:29.415 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.415 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.415 [pool-156-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... 17:23:29.419 [pool-156-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 17:23:29.423 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:29.423 [pool-156-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 17:23:29.428 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:29.428 [pool-156-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:23:29.428 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.428 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.428 [pool-156-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... 17:23:29.428 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.428 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.428 [pool-156-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... 17:23:29.430 [pool-156-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 17:23:29.491 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:29.491 [pool-156-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 17:23:29.493 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:29.493 [pool-156-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:23:29.493 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.493 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.493 [pool-156-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... 17:23:29.493 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.493 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.493 [pool-156-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... 17:23:29.495 [pool-156-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 17:23:29.500 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:29.500 [pool-156-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 17:23:29.501 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:29.501 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:29.501 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.501 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.502 [pool-156-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... 17:23:29.502 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.502 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.502 [pool-156-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... 17:23:29.504 [pool-156-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 17:23:29.506 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:29.506 [pool-156-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 17:23:29.508 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:29.508 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:29.508 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.508 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.510 [pool-156-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... 17:23:29.510 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.510 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.510 [pool-156-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... 17:23:29.512 [pool-156-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 17:23:29.514 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:29.514 [pool-156-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 17:23:29.522 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:29.522 [pool-156-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:23:29.522 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.522 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.524 [pool-156-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... 17:23:29.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.524 [pool-156-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... 17:23:29.526 [pool-156-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 17:23:29.616 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec) 17:23:29.616 [pool-156-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 17:23:29.696 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 17:23:29.696 [pool-156-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. 0s172ms [pure insertion] marking any relevant derived attributes for update...17:23:29.696 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.696 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.697 [pool-156-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... 17:23:29.697 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.697 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.697 [pool-156-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... 17:23:29.699 [pool-156-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 17:23:29.703 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:29.703 [pool-156-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 17:23:29.708 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:29.708 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:29.708 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.708 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.708 [pool-156-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... 17:23:29.708 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.709 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.709 [pool-156-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... 17:23:29.710 [pool-156-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 17:23:29.712 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:29.712 [pool-156-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 17:23:29.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:29.714 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:29.714 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.714 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.715 [pool-156-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... 17:23:29.715 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.715 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.715 [pool-156-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... 17:23:29.716 [pool-156-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 17:23:29.721 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 17:23:29.721 [pool-156-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 17:23:29.725 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:29.725 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:29.725 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.725 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.726 [pool-156-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... 17:23:29.726 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.728 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.728 [pool-156-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... 17:23:29.729 [pool-156-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 17:23:29.795 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 17:23:29.796 [pool-156-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 17:23:29.807 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:23:29.807 [pool-156-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...17:23:29.807 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.807 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.808 [pool-156-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... 17:23:29.808 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.808 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.808 [pool-156-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... 17:23:29.810 [pool-156-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 17:23:29.813 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:29.813 [pool-156-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 17:23:29.815 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:29.815 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:29.815 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.815 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.816 [pool-156-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... 17:23:29.816 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.816 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.816 [pool-156-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... 17:23:29.818 [pool-156-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 17:23:29.824 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 17:23:29.824 [pool-156-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 17:23:29.829 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:29.829 [pool-156-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:23:29.829 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.829 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.830 [pool-156-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... 17:23:29.830 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.830 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.830 [pool-156-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... 17:23:29.832 [pool-156-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 17:23:29.905 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 17:23:29.905 [pool-156-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 17:23:29.916 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:23:29.916 [pool-156-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. 0s86ms [pure insertion] marking any relevant derived attributes for update...17:23:29.916 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.916 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.917 [pool-156-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... 17:23:29.917 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.917 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.917 [pool-156-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... 17:23:29.919 [pool-156-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 17:23:29.925 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 17:23:29.925 [pool-156-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 17:23:29.928 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:29.928 [pool-156-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...17:23:29.928 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.928 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.929 [pool-156-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... 17:23:29.929 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.929 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.929 [pool-156-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... 17:23:29.930 [pool-156-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 17:23:29.993 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:29.993 [pool-156-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 17:23:29.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:29.996 [pool-156-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:23:29.996 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:29.996 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:29.997 [pool-156-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... 17:23:29.997 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:29.997 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:29.997 [pool-156-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... 17:23:29.999 [pool-156-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 17:23:30.002 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.002 [pool-156-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 17:23:30.004 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.004 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.004 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.004 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.004 [pool-156-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... 17:23:30.004 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.005 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.005 [pool-156-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... 17:23:30.006 [pool-156-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 17:23:30.009 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.009 [pool-156-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 17:23:30.011 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.011 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.011 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.011 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.011 [pool-156-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... 17:23:30.011 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.011 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.011 [pool-156-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... 17:23:30.013 [pool-156-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 17:23:30.015 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.015 [pool-156-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 17:23:30.017 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.017 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:30.017 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.017 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.017 [pool-156-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... 17:23:30.017 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.018 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.018 [pool-156-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... 17:23:30.019 [pool-156-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 17:23:30.024 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.024 [pool-156-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 17:23:30.025 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.025 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:30.025 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.025 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.026 [pool-156-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... 17:23:30.026 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.026 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.026 [pool-156-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... 17:23:30.028 [pool-156-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 17:23:30.031 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 17:23:30.031 [pool-156-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 17:23:30.034 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.034 [pool-156-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...17:23:30.034 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.034 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.034 [pool-156-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... 17:23:30.034 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.034 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.034 [pool-156-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... 17:23:30.091 [pool-156-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 17:23:30.093 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.094 [pool-156-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 17:23:30.095 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.095 [pool-156-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:23:30.096 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:30.096 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:30.096 [pool-156-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... 17:23:30.096 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.097 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.097 [pool-156-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... 17:23:30.099 [pool-156-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 17:23:30.105 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.105 [pool-156-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 17:23:30.107 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.107 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:30.107 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.107 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.108 [pool-156-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... 17:23:30.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.108 [pool-156-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... 17:23:30.110 [pool-156-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 17:23:30.113 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.113 [pool-156-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 17:23:30.115 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.115 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.115 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.115 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.115 [pool-156-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... 17:23:30.115 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.115 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.115 [pool-156-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... 17:23:30.117 [pool-156-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 17:23:30.119 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.120 [pool-156-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 17:23:30.122 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.122 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.122 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.122 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.122 [pool-156-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... 17:23:30.122 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.122 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.122 [pool-156-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... 17:23:30.124 [pool-156-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 17:23:30.198 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 17:23:30.198 [pool-156-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 17:23:30.204 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:30.204 [pool-156-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...17:23:30.204 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.204 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.204 [pool-156-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... 17:23:30.204 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.204 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.204 [pool-156-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... 17:23:30.206 [pool-156-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 17:23:30.209 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.209 [pool-156-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 17:23:30.211 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.211 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.211 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.211 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.212 [pool-156-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... 17:23:30.212 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.212 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.212 [pool-156-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... 17:23:30.215 [pool-156-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 17:23:30.218 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.218 [pool-156-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 17:23:30.219 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.219 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.219 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.219 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.220 [pool-156-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... 17:23:30.220 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.220 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.220 [pool-156-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... 17:23:30.222 [pool-156-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 17:23:30.224 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.224 [pool-156-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 17:23:30.291 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.291 [pool-156-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:23:30.291 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.291 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.291 [pool-156-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... 17:23:30.291 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.291 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.291 [pool-156-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... 17:23:30.293 [pool-156-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 17:23:30.296 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.296 [pool-156-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 17:23:30.298 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.298 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.298 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.298 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.299 [pool-156-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... 17:23:30.299 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.299 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.299 [pool-156-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... 17:23:30.303 [pool-156-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 17:23:30.305 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.306 [pool-156-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 17:23:30.307 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.307 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:30.307 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.307 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.308 [pool-156-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... 17:23:30.308 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.308 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.308 [pool-156-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... 17:23:30.310 [pool-156-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 17:23:30.312 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.312 [pool-156-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 17:23:30.314 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.314 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:30.314 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.314 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.314 [pool-156-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... 17:23:30.314 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.314 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.314 [pool-156-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... 17:23:30.316 [pool-156-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 17:23:30.319 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.319 [pool-156-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 17:23:30.321 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.321 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.321 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.321 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.322 [pool-156-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... 17:23:30.322 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.322 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.322 [pool-156-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... 17:23:30.325 [pool-156-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 17:23:30.327 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.327 [pool-156-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 17:23:30.329 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.329 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.329 [pool-156-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... 17:23:30.329 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.330 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.330 [pool-156-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... 17:23:30.390 [pool-156-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 17:23:30.393 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.393 [pool-156-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 17:23:30.395 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.395 [pool-156-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:23:30.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.396 [pool-156-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... 17:23:30.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.396 [pool-156-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... 17:23:30.398 [pool-156-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 17:23:30.401 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.401 [pool-156-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 17:23:30.403 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.403 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.403 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.403 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.403 [pool-156-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... 17:23:30.403 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.404 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.404 [pool-156-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... 17:23:30.407 [pool-156-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 17:23:30.410 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.410 [pool-156-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 17:23:30.412 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.412 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:30.412 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.412 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.412 [pool-156-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... 17:23:30.412 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.412 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.412 [pool-156-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... 17:23:30.414 [pool-156-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 17:23:30.417 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.417 [pool-156-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 17:23:30.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.425 [pool-156-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:23:30.425 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.425 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.425 [pool-156-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... 17:23:30.425 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.426 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.426 [pool-156-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... 17:23:30.427 [pool-156-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 17:23:30.524 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 17:23:30.524 [pool-156-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 17:23:30.617 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:23:30.617 [pool-156-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. 0s192ms [pure insertion] marking any relevant derived attributes for update...17:23:30.617 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.617 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.618 [pool-156-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... 17:23:30.618 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.618 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.618 [pool-156-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... 17:23:30.623 [pool-156-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 17:23:30.628 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:30.628 [pool-156-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 17:23:30.632 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:30.632 [pool-156-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:23:30.632 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.632 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.632 [pool-156-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... 17:23:30.632 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.632 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.632 [pool-156-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... 17:23:30.692 [pool-156-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 17:23:30.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:30.698 [pool-156-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 17:23:30.704 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:30.704 [pool-156-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...17:23:30.704 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.704 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.704 [pool-156-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... 17:23:30.704 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.704 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.704 [pool-156-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... 17:23:30.706 [pool-156-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 17:23:30.709 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.709 [pool-156-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 17:23:30.711 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.711 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:30.711 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.711 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.712 [pool-156-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... 17:23:30.712 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.713 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.713 [pool-156-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... 17:23:30.715 [pool-156-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 17:23:30.719 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:30.719 [pool-156-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 17:23:30.721 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.721 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:30.721 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.721 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.722 [pool-156-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... 17:23:30.722 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.722 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.722 [pool-156-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... 17:23:30.724 [pool-156-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 17:23:30.727 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:30.727 [pool-156-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 17:23:30.792 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:30.792 [pool-156-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:23:30.792 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.792 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.793 [pool-156-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... 17:23:30.793 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.793 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.793 [pool-156-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... 17:23:30.801 [pool-156-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 17:23:30.896 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 17:23:30.896 [pool-156-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 17:23:30.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:23:30.996 [pool-156-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. 0s203ms [pure insertion] marking any relevant derived attributes for update...17:23:30.996 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:30.996 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:30.997 [pool-156-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... 17:23:30.997 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:30.997 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:30.997 [pool-156-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... 17:23:30.999 [pool-156-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 17:23:31.002 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.002 [pool-156-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 17:23:31.004 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.004 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:31.004 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:31.005 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:31.005 [pool-156-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... 17:23:31.005 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.005 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.005 [pool-156-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... 17:23:31.009 [pool-156-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 17:23:31.011 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.011 [pool-156-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 17:23:31.013 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.013 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:31.013 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.013 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.013 [pool-156-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... 17:23:31.013 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.013 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.013 [pool-156-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... 17:23:31.015 [pool-156-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 17:23:31.018 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.018 [pool-156-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 17:23:31.020 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.020 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:31.020 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.020 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.020 [pool-156-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... 17:23:31.020 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.020 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.020 [pool-156-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... 17:23:31.022 [pool-156-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 17:23:31.025 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.025 [pool-156-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 17:23:31.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.028 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:31.028 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.028 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.028 [pool-156-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... 17:23:31.028 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.029 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.029 [pool-156-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... 17:23:31.030 [pool-156-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 17:23:31.100 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:31.100 [pool-156-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 17:23:31.103 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:31.103 [pool-156-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...17:23:31.103 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:31.104 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:31.104 [pool-156-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... 17:23:31.104 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.104 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.104 [pool-156-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... 17:23:31.106 [pool-156-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 17:23:31.109 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.109 [pool-156-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 17:23:31.111 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.111 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:31.111 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.111 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.111 [pool-156-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... 17:23:31.111 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.111 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.111 [pool-156-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... 17:23:31.113 [pool-156-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 17:23:31.119 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:31.119 [pool-156-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 17:23:31.123 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:31.123 [pool-156-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:23:31.123 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.123 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.123 [pool-156-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... 17:23:31.123 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.124 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.124 [pool-156-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... 17:23:31.126 [pool-156-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 17:23:31.193 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 17:23:31.193 [pool-156-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 17:23:31.225 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:31.225 [pool-156-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. 0s102ms [pure insertion] marking any relevant derived attributes for update...17:23:31.225 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.225 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.226 [pool-156-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... 17:23:31.226 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.226 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.226 [pool-156-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... 17:23:31.227 [pool-156-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 17:23:31.230 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.230 [pool-156-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 17:23:31.232 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.232 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:31.232 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.232 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.232 [pool-156-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... 17:23:31.232 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.232 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.232 [pool-156-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... 17:23:31.234 [pool-156-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 17:23:31.238 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:31.238 [pool-156-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 17:23:31.293 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:31.293 [pool-156-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:23:31.293 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.293 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.293 [pool-156-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... 17:23:31.293 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.293 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.293 [pool-156-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... 17:23:31.297 [pool-156-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 17:23:31.301 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.301 [pool-156-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 17:23:31.303 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.303 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:31.303 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.303 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.303 [pool-156-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... 17:23:31.303 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.303 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.303 [pool-156-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... 17:23:31.305 [pool-156-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 17:23:31.307 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.307 [pool-156-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 17:23:31.309 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.309 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:31.309 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.309 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.310 [pool-156-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... 17:23:31.310 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.310 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.310 [pool-156-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... 17:23:31.312 [pool-156-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 17:23:31.314 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.314 [pool-156-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 17:23:31.318 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.318 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:31.318 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.318 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.318 [pool-156-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... 17:23:31.319 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.319 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.319 [pool-156-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... 17:23:31.320 [pool-156-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 17:23:31.323 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.323 [pool-156-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 17:23:31.325 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.325 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:31.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.325 [pool-156-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... 17:23:31.325 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.325 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.325 [pool-156-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... 17:23:31.327 [pool-156-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 17:23:31.332 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 17:23:31.332 [pool-156-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 17:23:31.392 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.392 [pool-156-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:23:31.392 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.392 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.392 [pool-156-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... 17:23:31.392 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.392 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.392 [pool-156-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... 17:23:31.394 [pool-156-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 17:23:31.399 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.399 [pool-156-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 17:23:31.401 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.401 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:31.401 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.401 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.401 [pool-156-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... 17:23:31.401 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.401 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.401 [pool-156-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... 17:23:31.403 [pool-156-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 17:23:31.405 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.405 [pool-156-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 17:23:31.407 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.407 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:31.407 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.407 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.407 [pool-156-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... 17:23:31.407 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.408 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.408 [pool-156-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... 17:23:31.409 [pool-156-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 17:23:31.412 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.412 [pool-156-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 17:23:31.414 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.414 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:31.414 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.414 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.414 [pool-156-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... 17:23:31.414 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.414 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.414 [pool-156-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... 17:23:31.416 [pool-156-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 17:23:31.420 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.420 [pool-156-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 17:23:31.422 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.422 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:31.422 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.422 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.422 [pool-156-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... 17:23:31.422 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.422 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.422 [pool-156-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... 17:23:31.424 [pool-156-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 17:23:31.427 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.427 [pool-156-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 17:23:31.428 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.428 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:31.428 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:31.429 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:31.429 [pool-156-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... 17:23:31.429 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.429 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.429 [pool-156-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... 17:23:31.431 [pool-156-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 17:23:31.493 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:31.493 [pool-156-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 17:23:31.497 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:31.497 [pool-156-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:23:31.497 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.497 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.498 [pool-156-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... 17:23:31.498 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.500 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.500 [pool-156-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... 17:23:31.501 [pool-156-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 17:23:31.504 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec) 17:23:31.504 [pool-156-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 17:23:31.506 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.506 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:31.506 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.506 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.507 [pool-156-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... 17:23:31.507 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.507 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.507 [pool-156-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... 17:23:31.509 [pool-156-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 17:23:31.512 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.512 [pool-156-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 17:23:31.516 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.516 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:31.516 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.516 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.516 [pool-156-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... 17:23:31.516 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.516 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.516 [pool-156-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... 17:23:31.518 [pool-156-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 17:23:31.524 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 17:23:31.524 [pool-156-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 17:23:31.526 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.526 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:31.526 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.526 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.526 [pool-156-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... 17:23:31.526 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.526 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.526 [pool-156-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... 17:23:31.528 [pool-156-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 17:23:31.532 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:31.532 [pool-156-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 17:23:31.591 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:31.591 [pool-156-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:23:31.591 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.591 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.591 [pool-156-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... 17:23:31.591 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.591 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.591 [pool-156-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... 17:23:31.593 [pool-156-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 17:23:31.605 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 17:23:31.605 [pool-156-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 17:23:31.612 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:31.612 [pool-156-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:23:31.612 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.612 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.613 [pool-156-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... 17:23:31.613 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.613 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.613 [pool-156-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... 17:23:31.615 [pool-156-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 17:23:31.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 17:23:31.699 [pool-156-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 17:23:31.726 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:23:31.726 [pool-156-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. 0s113ms [pure insertion] marking any relevant derived attributes for update...17:23:31.726 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.726 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.726 [pool-156-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... 17:23:31.726 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.726 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.726 [pool-156-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... 17:23:31.728 [pool-156-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 17:23:31.731 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.731 [pool-156-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 17:23:31.790 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.790 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:31.790 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.790 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.790 [pool-156-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... 17:23:31.791 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.791 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.791 [pool-156-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... 17:23:31.794 [pool-156-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 17:23:31.797 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.797 [pool-156-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 17:23:31.799 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.799 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:31.799 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.799 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.799 [pool-156-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... 17:23:31.799 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.799 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.799 [pool-156-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... 17:23:31.802 [pool-156-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 17:23:31.806 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.806 [pool-156-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 17:23:31.808 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.808 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:31.808 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.808 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.809 [pool-156-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... 17:23:31.809 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.809 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.809 [pool-156-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... 17:23:31.811 [pool-156-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 17:23:31.816 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:31.816 [pool-156-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 17:23:31.821 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:31.821 [pool-156-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:23:31.821 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.821 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.821 [pool-156-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... 17:23:31.821 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.821 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.821 [pool-156-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... 17:23:31.824 [pool-156-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 17:23:31.831 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:31.831 [pool-156-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 17:23:31.892 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:31.892 [pool-156-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:23:31.892 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.892 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.893 [pool-156-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... 17:23:31.893 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.893 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.893 [pool-156-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... 17:23:31.895 [pool-156-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 17:23:31.897 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.897 [pool-156-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 17:23:31.899 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.899 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:31.899 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.899 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.899 [pool-156-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... 17:23:31.899 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.900 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.900 [pool-156-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... 17:23:31.902 [pool-156-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 17:23:31.904 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.904 [pool-156-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 17:23:31.906 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.906 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:31.906 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.907 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.907 [pool-156-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... 17:23:31.907 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.908 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.908 [pool-156-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... 17:23:31.910 [pool-156-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 17:23:31.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.913 [pool-156-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 17:23:31.915 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.915 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:31.915 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.915 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.915 [pool-156-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... 17:23:31.915 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.915 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.915 [pool-156-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... 17:23:31.917 [pool-156-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 17:23:31.920 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:31.920 [pool-156-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 17:23:31.922 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.922 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:31.922 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.922 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.923 [pool-156-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... 17:23:31.923 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.923 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.923 [pool-156-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... 17:23:31.925 [pool-156-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 17:23:31.927 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:31.927 [pool-156-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 17:23:31.930 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:31.930 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:31.930 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:31.930 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:31.930 [pool-156-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... 17:23:31.930 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:31.930 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:31.930 [pool-156-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... 17:23:31.991 [pool-156-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 17:23:32.010 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 17:23:32.010 [pool-156-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 17:23:32.023 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:23:32.023 [pool-156-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. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:23:32.023 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.023 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.023 [pool-156-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... 17:23:32.023 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.023 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.023 [pool-156-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... 17:23:32.025 [pool-156-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 17:23:32.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.028 [pool-156-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 17:23:32.030 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.030 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:32.030 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.030 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.090 [pool-156-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... 17:23:32.090 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.090 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.090 [pool-156-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... 17:23:32.092 [pool-156-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 17:23:32.195 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 17:23:32.195 [pool-156-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 17:23:32.306 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:23:32.306 [pool-156-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. 0s216ms [pure insertion] marking any relevant derived attributes for update...17:23:32.306 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.306 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.306 [pool-156-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... 17:23:32.306 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.306 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.306 [pool-156-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... 17:23:32.308 [pool-156-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 17:23:32.311 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.311 [pool-156-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 17:23:32.312 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.312 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:32.312 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.312 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.313 [pool-156-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... 17:23:32.313 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.313 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.313 [pool-156-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... 17:23:32.315 [pool-156-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 17:23:32.319 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 17:23:32.319 [pool-156-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 17:23:32.325 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.325 [pool-156-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:23:32.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.326 [pool-156-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... 17:23:32.326 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.326 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.326 [pool-156-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... 17:23:32.391 [pool-156-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 17:23:32.393 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:32.393 [pool-156-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 17:23:32.396 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.396 [pool-156-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:23:32.396 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.396 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.396 [pool-156-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... 17:23:32.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.396 [pool-156-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... 17:23:32.398 [pool-156-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 17:23:32.400 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.400 [pool-156-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 17:23:32.402 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.402 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:32.402 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.402 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.403 [pool-156-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... 17:23:32.403 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.403 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.403 [pool-156-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... 17:23:32.405 [pool-156-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 17:23:32.409 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.409 [pool-156-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 17:23:32.412 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.412 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:32.412 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.412 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.413 [pool-156-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... 17:23:32.413 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.413 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.413 [pool-156-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... 17:23:32.415 [pool-156-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 17:23:32.417 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.417 [pool-156-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 17:23:32.419 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.419 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:32.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.419 [pool-156-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... 17:23:32.419 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.419 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.419 [pool-156-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... 17:23:32.421 [pool-156-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 17:23:32.423 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.423 [pool-156-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 17:23:32.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.425 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:32.425 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.425 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.426 [pool-156-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... 17:23:32.426 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.426 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.426 [pool-156-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... 17:23:32.428 [pool-156-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 17:23:32.430 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.431 [pool-156-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 17:23:32.432 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.432 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:32.432 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.432 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.490 [pool-156-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... 17:23:32.490 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.490 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.490 [pool-156-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... 17:23:32.500 [pool-156-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 17:23:32.504 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 17:23:32.504 [pool-156-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 17:23:32.507 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:32.507 [pool-156-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:23:32.507 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.507 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.508 [pool-156-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... 17:23:32.508 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.508 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.508 [pool-156-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... 17:23:32.510 [pool-156-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 17:23:32.512 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.512 [pool-156-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 17:23:32.515 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.515 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:32.515 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.515 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.516 [pool-156-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... 17:23:32.516 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.516 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.516 [pool-156-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... 17:23:32.520 [pool-156-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 17:23:32.522 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.522 [pool-156-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 17:23:32.524 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.524 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:32.524 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.524 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.524 [pool-156-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... 17:23:32.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.525 [pool-156-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... 17:23:32.590 [pool-156-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 17:23:32.592 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.592 [pool-156-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 17:23:32.594 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.594 [pool-156-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:23:32.594 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:32.595 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:32.595 [pool-156-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... 17:23:32.595 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.595 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.595 [pool-156-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... 17:23:32.597 [pool-156-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 17:23:32.706 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 17:23:32.706 [pool-156-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 17:23:32.811 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:23:32.811 [pool-156-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. 0s216ms [pure insertion] marking any relevant derived attributes for update...17:23:32.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.811 [pool-156-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... 17:23:32.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.811 [pool-156-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... 17:23:32.813 [pool-156-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 17:23:32.816 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.816 [pool-156-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 17:23:32.818 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.818 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:32.818 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.818 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.818 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 100/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (3 sec, 3 sec total) 17:23:32.818 [pool-156-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... 17:23:32.818 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.818 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.818 [pool-156-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... 17:23:32.820 [pool-156-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 17:23:32.823 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.823 [pool-156-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 17:23:32.826 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.826 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:32.826 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.826 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.826 [pool-156-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... 17:23:32.826 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.826 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.826 [pool-156-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... 17:23:32.829 [pool-156-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 17:23:32.831 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.831 [pool-156-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 17:23:32.833 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.833 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:32.833 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.833 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.833 [pool-156-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... 17:23:32.833 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.833 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.833 [pool-156-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... 17:23:32.892 [pool-156-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 17:23:32.899 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.899 [pool-156-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 17:23:32.901 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.901 [pool-156-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:23:32.901 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.901 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.902 [pool-156-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... 17:23:32.902 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.902 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.902 [pool-156-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... 17:23:32.904 [pool-156-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 17:23:32.909 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:32.909 [pool-156-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 17:23:32.915 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:32.915 [pool-156-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:23:32.915 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.915 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.915 [pool-156-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... 17:23:32.916 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.916 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.916 [pool-156-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... 17:23:32.921 [pool-156-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 17:23:32.990 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.990 [pool-156-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 17:23:32.992 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.992 [pool-156-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...17:23:32.992 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.992 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.992 [pool-156-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... 17:23:32.992 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.992 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.992 [pool-156-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... 17:23:32.994 [pool-156-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 17:23:32.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:32.996 [pool-156-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 17:23:32.998 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:32.998 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:32.998 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:32.998 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:32.998 [pool-156-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... 17:23:32.998 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:32.998 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:32.998 [pool-156-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... 17:23:33.000 [pool-156-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 17:23:33.005 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 17:23:33.005 [pool-156-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 17:23:33.013 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:33.013 [pool-156-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:33.013 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.013 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.014 [pool-156-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... 17:23:33.014 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.014 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.014 [pool-156-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... 17:23:33.015 [pool-156-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 17:23:33.024 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 17:23:33.024 [pool-156-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 17:23:33.103 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:33.103 [pool-156-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. 0s89ms [pure insertion] marking any relevant derived attributes for update...17:23:33.103 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.103 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.103 [pool-156-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... 17:23:33.103 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.104 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.104 [pool-156-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... 17:23:33.105 [pool-156-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 17:23:33.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 17:23:33.114 [pool-156-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 17:23:33.120 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:33.120 [pool-156-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...17:23:33.120 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.120 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.121 [pool-156-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... 17:23:33.121 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.121 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.121 [pool-156-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... 17:23:33.123 [pool-156-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 17:23:33.126 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.126 [pool-156-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 17:23:33.128 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.128 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:33.128 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.128 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.129 [pool-156-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... 17:23:33.129 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.129 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.129 [pool-156-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... 17:23:33.130 [pool-156-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 17:23:33.133 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.133 [pool-156-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 17:23:33.134 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.134 [pool-156-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:23:33.134 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.134 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.135 [pool-156-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... 17:23:33.135 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.135 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.135 [pool-156-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... 17:23:33.192 [pool-156-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 17:23:33.195 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.195 [pool-156-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 17:23:33.199 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.199 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:33.199 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.199 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.200 [pool-156-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... 17:23:33.200 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.200 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.200 [pool-156-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... 17:23:33.204 [pool-156-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 17:23:33.208 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.208 [pool-156-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 17:23:33.210 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.210 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:33.210 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.210 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.211 [pool-156-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... 17:23:33.211 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.211 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.211 [pool-156-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... 17:23:33.213 [pool-156-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 17:23:33.227 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 17:23:33.227 [pool-156-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 17:23:33.328 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:23:33.328 [pool-156-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. 0s117ms [pure insertion] marking any relevant derived attributes for update...17:23:33.328 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.328 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.329 [pool-156-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... 17:23:33.329 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.329 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.329 [pool-156-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... 17:23:33.331 [pool-156-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 17:23:33.393 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:33.393 [pool-156-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 17:23:33.395 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.395 [pool-156-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:23:33.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.395 [pool-156-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... 17:23:33.395 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.395 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.395 [pool-156-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... 17:23:33.398 [pool-156-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 17:23:33.401 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:33.401 [pool-156-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 17:23:33.403 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.403 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:33.403 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.403 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.404 [pool-156-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... 17:23:33.404 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.404 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.404 [pool-156-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... 17:23:33.406 [pool-156-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 17:23:33.410 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.410 [pool-156-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 17:23:33.412 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.412 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:33.412 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.412 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.413 [pool-156-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... 17:23:33.413 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.413 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.413 [pool-156-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... 17:23:33.415 [pool-156-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 17:23:33.418 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.418 [pool-156-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 17:23:33.420 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.420 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:33.420 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.420 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.421 [pool-156-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... 17:23:33.421 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.421 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.421 [pool-156-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... 17:23:33.427 [pool-156-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 17:23:33.490 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:33.490 [pool-156-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 17:23:33.494 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:33.494 [pool-156-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:23:33.494 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.494 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.494 [pool-156-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... 17:23:33.495 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.495 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.495 [pool-156-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... 17:23:33.496 [pool-156-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 17:23:33.499 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.499 [pool-156-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 17:23:33.501 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.501 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:33.501 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:33.502 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:33.502 [pool-156-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... 17:23:33.502 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.502 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.502 [pool-156-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... 17:23:33.509 [pool-156-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 17:23:33.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:33.513 [pool-156-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 17:23:33.516 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:33.516 [pool-156-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:23:33.516 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:33.517 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:33.517 [pool-156-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... 17:23:33.517 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.517 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.517 [pool-156-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... 17:23:33.519 [pool-156-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 17:23:33.521 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.521 [pool-156-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 17:23:33.523 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.523 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:33.523 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.523 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.524 [pool-156-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... 17:23:33.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.524 [pool-156-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... 17:23:33.526 [pool-156-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 17:23:33.530 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.530 [pool-156-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 17:23:33.591 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.591 [pool-156-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:23:33.591 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.591 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.591 [pool-156-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... 17:23:33.591 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.591 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.591 [pool-156-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... 17:23:33.593 [pool-156-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 17:23:33.606 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 17:23:33.606 [pool-156-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 17:23:33.620 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:23:33.620 [pool-156-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. 0s29ms [pure insertion] marking any relevant derived attributes for update...17:23:33.620 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.620 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.621 [pool-156-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... 17:23:33.621 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.621 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.621 [pool-156-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... 17:23:33.623 [pool-156-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 17:23:33.626 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.626 [pool-156-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 17:23:33.628 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.628 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:33.628 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.628 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.629 [pool-156-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... 17:23:33.629 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.629 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.629 [pool-156-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... 17:23:33.691 [pool-156-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 17:23:33.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:33.698 [pool-156-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 17:23:33.701 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:33.701 [pool-156-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...17:23:33.701 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.701 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.701 [pool-156-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... 17:23:33.701 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.701 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.701 [pool-156-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... 17:23:33.703 [pool-156-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 17:23:33.705 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.705 [pool-156-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 17:23:33.707 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.707 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:33.707 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.707 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.707 [pool-156-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... 17:23:33.707 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.708 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.708 [pool-156-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... 17:23:33.709 [pool-156-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 17:23:33.712 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:33.712 [pool-156-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 17:23:33.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.714 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:33.714 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.714 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.714 [pool-156-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... 17:23:33.714 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.714 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.714 [pool-156-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... 17:23:33.720 [pool-156-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 17:23:33.726 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 17:23:33.726 [pool-156-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 17:23:33.791 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:33.791 [pool-156-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...17:23:33.791 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.791 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.791 [pool-156-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... 17:23:33.791 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.791 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.791 [pool-156-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... 17:23:33.793 [pool-156-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 17:23:33.796 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.796 [pool-156-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 17:23:33.798 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.798 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:33.798 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.798 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.798 [pool-156-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... 17:23:33.798 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.799 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.799 [pool-156-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... 17:23:33.803 [pool-156-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 17:23:33.805 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.805 [pool-156-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 17:23:33.807 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.807 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:33.807 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.807 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.807 [pool-156-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... 17:23:33.807 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.807 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.807 [pool-156-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... 17:23:33.809 [pool-156-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 17:23:33.812 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.812 [pool-156-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 17:23:33.813 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.814 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:33.814 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.814 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.814 [pool-156-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... 17:23:33.814 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.814 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.814 [pool-156-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... 17:23:33.816 [pool-156-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 17:23:33.819 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.819 [pool-156-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 17:23:33.820 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.821 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:33.821 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.821 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.821 [pool-156-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... 17:23:33.821 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.822 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.822 [pool-156-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... 17:23:33.824 [pool-156-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 17:23:33.829 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:33.829 [pool-156-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 17:23:33.832 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:33.833 [pool-156-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:23:33.833 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.833 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.833 [pool-156-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... 17:23:33.833 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.833 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.833 [pool-156-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... 17:23:33.891 [pool-156-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 17:23:33.894 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.894 [pool-156-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 17:23:33.896 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.896 [pool-156-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:23:33.896 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.896 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.896 [pool-156-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... 17:23:33.896 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.896 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.896 [pool-156-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... 17:23:33.898 [pool-156-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 17:23:33.904 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:33.904 [pool-156-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 17:23:33.907 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:33.907 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:33.907 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.907 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.908 [pool-156-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... 17:23:33.908 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.908 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.908 [pool-156-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... 17:23:33.909 [pool-156-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 17:23:33.915 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 17:23:33.915 [pool-156-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 17:23:33.925 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:33.925 [pool-156-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...17:23:33.925 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.925 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.925 [pool-156-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... 17:23:33.925 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.925 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.925 [pool-156-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... 17:23:33.927 [pool-156-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 17:23:33.929 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:33.929 [pool-156-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 17:23:33.931 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.931 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:33.931 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.931 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.932 [pool-156-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... 17:23:33.932 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.932 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.932 [pool-156-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... 17:23:33.990 [pool-156-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 17:23:33.994 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:33.994 [pool-156-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 17:23:33.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:33.996 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:33.996 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:33.996 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:33.996 [pool-156-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... 17:23:33.996 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:33.997 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:33.997 [pool-156-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... 17:23:33.999 [pool-156-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 17:23:34.009 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 17:23:34.009 [pool-156-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 17:23:34.017 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:34.017 [pool-156-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:23:34.017 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.017 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.017 [pool-156-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... 17:23:34.017 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.018 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.018 [pool-156-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... 17:23:34.020 [pool-156-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 17:23:34.024 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.024 [pool-156-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 17:23:34.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.028 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:34.028 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.028 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.028 [pool-156-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... 17:23:34.028 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.028 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.028 [pool-156-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... 17:23:34.091 [pool-156-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 17:23:34.094 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.094 [pool-156-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 17:23:34.096 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.096 [pool-156-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:23:34.096 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.096 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.097 [pool-156-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... 17:23:34.097 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.097 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.097 [pool-156-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... 17:23:34.099 [pool-156-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 17:23:34.102 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:34.103 [pool-156-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 17:23:34.107 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.107 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:34.107 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.107 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.107 [pool-156-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... 17:23:34.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.108 [pool-156-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... 17:23:34.113 [pool-156-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 17:23:34.119 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.119 [pool-156-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 17:23:34.121 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.121 [pool-156-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:23:34.121 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.121 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.122 [pool-156-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... 17:23:34.122 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.122 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.122 [pool-156-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... 17:23:34.124 [pool-156-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 17:23:34.126 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.126 [pool-156-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 17:23:34.128 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.128 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:34.128 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.128 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.129 [pool-156-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... 17:23:34.129 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.129 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.129 [pool-156-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... 17:23:34.131 [pool-156-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 17:23:34.192 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.192 [pool-156-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 17:23:34.195 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.195 [pool-156-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:23:34.195 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.195 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.196 [pool-156-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... 17:23:34.196 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.196 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.196 [pool-156-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... 17:23:34.204 [pool-156-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 17:23:34.395 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec) 17:23:34.395 [pool-156-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 17:23:34.527 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 17:23:34.527 [pool-156-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. 0s331ms [pure insertion] marking any relevant derived attributes for update...17:23:34.527 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.527 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.527 [pool-156-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... 17:23:34.527 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.527 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.527 [pool-156-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... 17:23:34.591 [pool-156-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 17:23:34.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.593 [pool-156-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 17:23:34.595 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.595 [pool-156-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:23:34.595 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.595 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.596 [pool-156-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... 17:23:34.596 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.596 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.596 [pool-156-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... 17:23:34.598 [pool-156-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 17:23:34.600 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.601 [pool-156-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 17:23:34.603 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.603 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:34.603 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.603 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.603 [pool-156-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... 17:23:34.603 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.603 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.603 [pool-156-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... 17:23:34.606 [pool-156-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 17:23:34.609 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.609 [pool-156-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 17:23:34.613 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.613 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:34.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.614 [pool-156-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... 17:23:34.614 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.614 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.614 [pool-156-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... 17:23:34.616 [pool-156-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 17:23:34.620 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:34.620 [pool-156-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 17:23:34.623 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:34.623 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:34.624 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.624 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.624 [pool-156-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... 17:23:34.624 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.624 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.624 [pool-156-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... 17:23:34.627 [pool-156-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 17:23:34.692 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.692 [pool-156-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 17:23:34.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.697 [pool-156-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:23:34.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.698 [pool-156-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... 17:23:34.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.698 [pool-156-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... 17:23:34.703 [pool-156-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 17:23:34.728 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 17:23:34.728 [pool-156-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 17:23:34.810 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:23:34.810 [pool-156-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. 0s112ms [pure insertion] marking any relevant derived attributes for update...17:23:34.810 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.810 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.810 [pool-156-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... 17:23:34.810 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.811 [pool-156-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... 17:23:34.812 [pool-156-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 17:23:34.815 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.815 [pool-156-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 17:23:34.817 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.817 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:34.817 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.817 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.817 [pool-156-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... 17:23:34.817 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.817 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.817 [pool-156-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... 17:23:34.819 [pool-156-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 17:23:34.824 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.824 [pool-156-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 17:23:34.826 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.826 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:34.826 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.826 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.827 [pool-156-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... 17:23:34.827 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.827 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.827 [pool-156-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... 17:23:34.829 [pool-156-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 17:23:34.831 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:34.831 [pool-156-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 17:23:34.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:34.891 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:34.891 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.891 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.891 [pool-156-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... 17:23:34.891 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.891 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.891 [pool-156-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... 17:23:34.893 [pool-156-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 17:23:34.899 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 17:23:34.899 [pool-156-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 17:23:34.906 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:34.906 [pool-156-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:34.906 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:34.906 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:34.907 [pool-156-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... 17:23:34.907 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:34.907 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:34.907 [pool-156-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... 17:23:34.909 [pool-156-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 17:23:34.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec) 17:23:34.996 [pool-156-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 17:23:35.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:23:35.028 [pool-156-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. 0s121ms [pure insertion] marking any relevant derived attributes for update...17:23:35.028 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.028 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.028 [pool-156-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... 17:23:35.028 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.028 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.028 [pool-156-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... 17:23:35.030 [pool-156-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 17:23:35.032 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.032 [pool-156-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 17:23:35.090 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.090 [pool-156-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:23:35.090 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.090 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.090 [pool-156-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... 17:23:35.091 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.091 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.091 [pool-156-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... 17:23:35.095 [pool-156-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 17:23:35.123 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec) 17:23:35.123 [pool-156-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 17:23:35.212 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 17:23:35.212 [pool-156-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. 0s122ms [pure insertion] marking any relevant derived attributes for update...17:23:35.212 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.212 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.212 [pool-156-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... 17:23:35.212 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.212 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.212 [pool-156-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... 17:23:35.214 [pool-156-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 17:23:35.216 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.216 [pool-156-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 17:23:35.218 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.218 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.218 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.218 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.219 [pool-156-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... 17:23:35.219 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.219 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.219 [pool-156-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... 17:23:35.221 [pool-156-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 17:23:35.224 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec) 17:23:35.224 [pool-156-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 17:23:35.302 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.302 [pool-156-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. 0s83ms [pure insertion] marking any relevant derived attributes for update...17:23:35.302 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.302 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.303 [pool-156-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... 17:23:35.303 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.303 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.303 [pool-156-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... 17:23:35.305 [pool-156-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 17:23:35.309 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.309 [pool-156-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 17:23:35.311 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.311 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:35.311 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.311 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.311 [pool-156-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... 17:23:35.311 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.311 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.311 [pool-156-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... 17:23:35.313 [pool-156-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 17:23:35.315 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.315 [pool-156-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 17:23:35.317 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.317 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.317 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.317 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.317 [pool-156-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... 17:23:35.317 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.317 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.317 [pool-156-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... 17:23:35.319 [pool-156-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 17:23:35.321 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.321 [pool-156-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 17:23:35.323 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.323 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.323 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.323 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.323 [pool-156-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... 17:23:35.323 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.323 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.323 [pool-156-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... 17:23:35.325 [pool-156-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 17:23:35.327 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.327 [pool-156-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 17:23:35.332 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.332 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:35.332 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.332 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.332 [pool-156-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... 17:23:35.332 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.332 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.332 [pool-156-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... 17:23:35.334 [pool-156-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 17:23:35.391 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.391 [pool-156-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 17:23:35.393 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.393 [pool-156-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:23:35.393 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.393 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.393 [pool-156-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... 17:23:35.393 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.393 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.393 [pool-156-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... 17:23:35.395 [pool-156-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 17:23:35.397 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.397 [pool-156-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 17:23:35.399 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.399 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.399 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.399 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.399 [pool-156-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... 17:23:35.399 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.399 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.399 [pool-156-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... 17:23:35.401 [pool-156-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 17:23:35.404 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:35.404 [pool-156-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 17:23:35.408 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.408 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:35.408 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.408 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.408 [pool-156-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... 17:23:35.408 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.408 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.408 [pool-156-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... 17:23:35.410 [pool-156-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 17:23:35.412 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.412 [pool-156-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 17:23:35.414 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.414 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.414 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.414 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.414 [pool-156-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... 17:23:35.414 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.414 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.414 [pool-156-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... 17:23:35.416 [pool-156-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 17:23:35.418 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.418 [pool-156-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 17:23:35.420 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.420 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.420 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.420 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.421 [pool-156-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... 17:23:35.421 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.421 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.421 [pool-156-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... 17:23:35.423 [pool-156-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 17:23:35.427 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.427 [pool-156-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 17:23:35.428 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.428 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:35.428 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.429 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.429 [pool-156-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... 17:23:35.429 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.429 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.429 [pool-156-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... 17:23:35.431 [pool-156-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 17:23:35.491 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.491 [pool-156-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 17:23:35.493 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.493 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:35.493 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.493 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.493 [pool-156-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... 17:23:35.493 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.493 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.493 [pool-156-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... 17:23:35.495 [pool-156-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 17:23:35.497 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.497 [pool-156-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 17:23:35.498 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.498 [pool-156-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:23:35.498 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:35.499 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:35.499 [pool-156-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... 17:23:35.499 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.499 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.499 [pool-156-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... 17:23:35.501 [pool-156-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 17:23:35.511 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 17:23:35.511 [pool-156-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 17:23:35.518 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:35.518 [pool-156-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...17:23:35.518 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.518 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.518 [pool-156-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... 17:23:35.518 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.518 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.518 [pool-156-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... 17:23:35.520 [pool-156-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 17:23:35.523 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.523 [pool-156-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 17:23:35.526 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.526 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:35.526 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.526 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.526 [pool-156-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... 17:23:35.526 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.526 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.526 [pool-156-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... 17:23:35.528 [pool-156-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 17:23:35.530 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.530 [pool-156-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 17:23:35.591 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.591 [pool-156-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:23:35.591 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.591 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.591 [pool-156-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... 17:23:35.591 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.591 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.591 [pool-156-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... 17:23:35.593 [pool-156-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 17:23:35.595 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.595 [pool-156-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 17:23:35.597 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.597 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.597 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.597 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.597 [pool-156-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... 17:23:35.597 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.597 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.597 [pool-156-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... 17:23:35.599 [pool-156-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 17:23:35.602 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.602 [pool-156-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 17:23:35.606 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.606 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:35.606 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.606 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.606 [pool-156-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... 17:23:35.606 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.606 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.606 [pool-156-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... 17:23:35.608 [pool-156-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 17:23:35.611 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:35.611 [pool-156-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 17:23:35.612 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.612 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.613 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.613 [pool-156-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... 17:23:35.613 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.613 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.613 [pool-156-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... 17:23:35.615 [pool-156-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 17:23:35.617 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.617 [pool-156-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 17:23:35.619 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.619 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.620 [pool-156-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... 17:23:35.620 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.620 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.620 [pool-156-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... 17:23:35.622 [pool-156-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 17:23:35.629 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 17:23:35.629 [pool-156-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 17:23:35.693 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:35.693 [pool-156-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:23:35.693 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.693 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.693 [pool-156-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... 17:23:35.693 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.693 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.693 [pool-156-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... 17:23:35.695 [pool-156-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 17:23:35.699 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:35.699 [pool-156-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 17:23:35.700 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.700 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:35.700 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.700 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.701 [pool-156-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... 17:23:35.701 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.701 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.701 [pool-156-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... 17:23:35.703 [pool-156-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 17:23:35.707 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.707 [pool-156-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 17:23:35.709 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.709 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:35.709 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.709 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.710 [pool-156-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... 17:23:35.710 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.710 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.710 [pool-156-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... 17:23:35.711 [pool-156-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 17:23:35.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.714 [pool-156-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 17:23:35.715 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.715 [pool-156-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:23:35.715 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.715 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.716 [pool-156-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... 17:23:35.716 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.716 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.716 [pool-156-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... 17:23:35.718 [pool-156-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 17:23:35.722 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 17:23:35.722 [pool-156-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 17:23:35.724 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.724 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:35.724 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.724 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.724 [pool-156-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... 17:23:35.724 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.725 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.725 [pool-156-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... 17:23:35.728 [pool-156-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 17:23:35.731 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.731 [pool-156-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 17:23:35.790 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.790 [pool-156-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:23:35.790 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:35.791 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:35.791 [pool-156-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... 17:23:35.791 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.791 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.791 [pool-156-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... 17:23:35.793 [pool-156-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 17:23:35.795 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.795 [pool-156-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 17:23:35.796 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.796 [pool-156-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:23:35.796 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.796 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.797 [pool-156-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... 17:23:35.797 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.797 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.797 [pool-156-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... 17:23:35.799 [pool-156-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 17:23:35.823 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec) 17:23:35.823 [pool-156-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 17:23:35.908 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:23:35.908 [pool-156-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. 0s111ms [pure insertion] marking any relevant derived attributes for update...17:23:35.908 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.908 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.909 [pool-156-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... 17:23:35.909 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.909 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.909 [pool-156-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... 17:23:35.910 [pool-156-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 17:23:35.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.913 [pool-156-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 17:23:35.914 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.914 [pool-156-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:23:35.914 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.914 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.915 [pool-156-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... 17:23:35.915 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.915 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.915 [pool-156-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... 17:23:35.917 [pool-156-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 17:23:35.923 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 17:23:35.923 [pool-156-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 17:23:35.930 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:35.930 [pool-156-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:35.930 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.930 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.931 [pool-156-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... 17:23:35.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.931 [pool-156-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... 17:23:35.933 [pool-156-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 17:23:35.991 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.991 [pool-156-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 17:23:35.992 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.992 [pool-156-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. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:23:35.992 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.992 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.993 [pool-156-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... 17:23:35.993 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.993 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.993 [pool-156-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... 17:23:35.995 [pool-156-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 17:23:35.997 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:35.997 [pool-156-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 17:23:35.999 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:35.999 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:35.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:35.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:35.999 [pool-156-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... 17:23:35.999 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:35.999 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:35.999 [pool-156-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... 17:23:36.002 [pool-156-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 17:23:36.006 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.006 [pool-156-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 17:23:36.008 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.008 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:36.008 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.008 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.008 [pool-156-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... 17:23:36.008 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.008 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.008 [pool-156-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... 17:23:36.010 [pool-156-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 17:23:36.013 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.013 [pool-156-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 17:23:36.014 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.014 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:36.014 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:36.015 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:36.015 [pool-156-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... 17:23:36.015 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.015 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.015 [pool-156-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... 17:23:36.017 [pool-156-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 17:23:36.020 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.020 [pool-156-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 17:23:36.022 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.022 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:36.022 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.022 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.022 [pool-156-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... 17:23:36.022 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.023 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.023 [pool-156-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... 17:23:36.027 [pool-156-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 17:23:36.093 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:36.093 [pool-156-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 17:23:36.097 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:36.097 [pool-156-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...17:23:36.097 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.097 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.097 [pool-156-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... 17:23:36.097 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.097 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.097 [pool-156-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... 17:23:36.099 [pool-156-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 17:23:36.102 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.102 [pool-156-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 17:23:36.104 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.104 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:36.104 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.104 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.104 [pool-156-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... 17:23:36.104 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.104 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.104 [pool-156-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... 17:23:36.106 [pool-156-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 17:23:36.110 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.110 [pool-156-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 17:23:36.112 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.112 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:36.112 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.112 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.113 [pool-156-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... 17:23:36.113 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.113 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.113 [pool-156-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... 17:23:36.115 [pool-156-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 17:23:36.119 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:36.119 [pool-156-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 17:23:36.122 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:36.122 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:36.122 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.122 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.122 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 200/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (3 sec, 6 sec total) 17:23:36.123 [pool-156-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... 17:23:36.123 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.123 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.123 [pool-156-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... 17:23:36.125 [pool-156-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 17:23:36.191 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:36.191 [pool-156-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 17:23:36.193 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.193 [pool-156-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:23:36.193 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.193 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.193 [pool-156-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... 17:23:36.193 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.193 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.193 [pool-156-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... 17:23:36.195 [pool-156-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 17:23:36.301 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec) 17:23:36.301 [pool-156-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 17:23:36.407 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 17:23:36.407 [pool-156-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. 0s214ms [pure insertion] marking any relevant derived attributes for update...17:23:36.407 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.407 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.408 [pool-156-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... 17:23:36.408 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.408 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.408 [pool-156-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... 17:23:36.410 [pool-156-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 17:23:36.428 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec) 17:23:36.428 [pool-156-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 17:23:36.505 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:23:36.505 [pool-156-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. 0s97ms [pure insertion] marking any relevant derived attributes for update...17:23:36.505 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.505 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.505 [pool-156-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... 17:23:36.505 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.506 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.506 [pool-156-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... 17:23:36.508 [pool-156-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 17:23:36.517 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 17:23:36.517 [pool-156-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 17:23:36.526 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:36.526 [pool-156-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:23:36.526 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.526 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.527 [pool-156-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... 17:23:36.527 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.527 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.527 [pool-156-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... 17:23:36.529 [pool-156-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 17:23:36.532 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:36.532 [pool-156-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 17:23:36.534 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.534 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:36.534 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.534 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.534 [pool-156-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... 17:23:36.534 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.534 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.534 [pool-156-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... 17:23:36.592 [pool-156-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 17:23:36.596 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.596 [pool-156-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 17:23:36.598 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.598 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:36.598 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:36.599 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:36.599 [pool-156-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... 17:23:36.599 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.599 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.599 [pool-156-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... 17:23:36.604 [pool-156-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 17:23:36.607 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.607 [pool-156-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 17:23:36.610 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.610 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:36.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.610 [pool-156-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... 17:23:36.610 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.610 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.610 [pool-156-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... 17:23:36.613 [pool-156-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 17:23:36.616 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.616 [pool-156-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 17:23:36.619 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.619 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:36.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.619 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.619 [pool-156-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... 17:23:36.619 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.619 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.619 [pool-156-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... 17:23:36.622 [pool-156-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 17:23:36.625 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.625 [pool-156-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 17:23:36.627 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.627 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:36.627 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.627 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.627 [pool-156-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... 17:23:36.627 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.627 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.627 [pool-156-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... 17:23:36.690 [pool-156-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 17:23:36.696 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:36.696 [pool-156-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 17:23:36.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.698 [pool-156-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:23:36.698 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.698 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.698 [pool-156-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... 17:23:36.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.698 [pool-156-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... 17:23:36.700 [pool-156-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 17:23:36.706 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 17:23:36.706 [pool-156-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 17:23:36.712 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:36.712 [pool-156-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:23:36.712 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.712 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.712 [pool-156-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... 17:23:36.712 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.712 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.712 [pool-156-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... 17:23:36.714 [pool-156-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 17:23:36.721 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:36.721 [pool-156-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 17:23:36.723 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.723 [pool-156-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...17:23:36.723 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.723 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.723 [pool-156-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... 17:23:36.723 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.723 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.723 [pool-156-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... 17:23:36.725 [pool-156-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 17:23:36.727 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.727 [pool-156-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 17:23:36.729 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.729 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:36.729 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.729 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.729 [pool-156-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... 17:23:36.729 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.729 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.729 [pool-156-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... 17:23:36.731 [pool-156-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 17:23:36.791 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.791 [pool-156-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 17:23:36.793 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.793 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:36.793 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.793 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.794 [pool-156-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... 17:23:36.794 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.794 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.794 [pool-156-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... 17:23:36.796 [pool-156-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 17:23:36.801 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.801 [pool-156-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 17:23:36.802 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.802 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:36.803 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.803 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.803 [pool-156-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... 17:23:36.803 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.803 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.803 [pool-156-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... 17:23:36.805 [pool-156-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 17:23:36.807 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.807 [pool-156-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 17:23:36.809 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.809 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:36.809 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.809 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.810 [pool-156-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... 17:23:36.810 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.810 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.810 [pool-156-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... 17:23:36.812 [pool-156-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 17:23:36.815 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.815 [pool-156-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 17:23:36.816 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.816 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:36.816 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:36.817 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:36.817 [pool-156-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... 17:23:36.817 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.817 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.817 [pool-156-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... 17:23:36.821 [pool-156-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 17:23:36.828 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 17:23:36.828 [pool-156-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 17:23:36.896 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:36.896 [pool-156-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...17:23:36.896 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.896 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.896 [pool-156-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... 17:23:36.896 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.896 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.896 [pool-156-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... 17:23:36.898 [pool-156-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 17:23:36.904 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:36.904 [pool-156-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 17:23:36.906 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.906 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:36.906 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.906 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.906 [pool-156-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... 17:23:36.906 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.906 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.906 [pool-156-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... 17:23:36.908 [pool-156-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 17:23:36.910 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.910 [pool-156-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 17:23:36.912 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.912 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:36.912 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.912 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.913 [pool-156-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... 17:23:36.913 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.913 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.913 [pool-156-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... 17:23:36.915 [pool-156-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 17:23:36.917 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:36.917 [pool-156-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 17:23:36.919 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.919 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:36.919 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.919 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.919 [pool-156-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... 17:23:36.919 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.920 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.920 [pool-156-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... 17:23:36.923 [pool-156-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 17:23:36.926 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.926 [pool-156-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 17:23:36.927 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.927 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:36.927 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.927 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.928 [pool-156-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... 17:23:36.928 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.928 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.928 [pool-156-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... 17:23:36.930 [pool-156-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 17:23:36.990 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.990 [pool-156-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 17:23:36.992 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.992 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:36.992 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.992 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:36.993 [pool-156-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... 17:23:36.993 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:36.993 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:36.993 [pool-156-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... 17:23:36.995 [pool-156-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 17:23:36.997 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:36.997 [pool-156-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 17:23:36.999 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:36.999 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:36.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:36.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.000 [pool-156-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... 17:23:37.000 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.000 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.000 [pool-156-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... 17:23:37.004 [pool-156-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 17:23:37.007 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.007 [pool-156-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 17:23:37.008 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.008 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:37.008 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.008 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.009 [pool-156-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... 17:23:37.009 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.009 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.009 [pool-156-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... 17:23:37.011 [pool-156-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 17:23:37.018 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec) 17:23:37.018 [pool-156-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 17:23:37.112 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:37.112 [pool-156-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. 0s103ms [pure insertion] marking any relevant derived attributes for update...17:23:37.112 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:37.113 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:37.113 [pool-156-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... 17:23:37.113 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.113 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.113 [pool-156-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... 17:23:37.116 [pool-156-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 17:23:37.119 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:37.119 [pool-156-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 17:23:37.121 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.121 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:37.121 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.121 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.122 [pool-156-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... 17:23:37.122 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.122 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.122 [pool-156-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... 17:23:37.124 [pool-156-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 17:23:37.127 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:37.127 [pool-156-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 17:23:37.130 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.130 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:37.130 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.130 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.131 [pool-156-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... 17:23:37.131 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.192 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.192 [pool-156-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... 17:23:37.194 [pool-156-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 17:23:37.203 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec) 17:23:37.203 [pool-156-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 17:23:37.210 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:37.210 [pool-156-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...17:23:37.210 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.210 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.210 [pool-156-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... 17:23:37.210 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.211 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.211 [pool-156-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... 17:23:37.213 [pool-156-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 17:23:37.223 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:37.223 [pool-156-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 17:23:37.227 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:37.227 [pool-156-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:23:37.227 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.227 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.228 [pool-156-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... 17:23:37.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.228 [pool-156-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... 17:23:37.230 [pool-156-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 17:23:37.234 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.234 [pool-156-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 17:23:37.291 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.291 [pool-156-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:23:37.291 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.291 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.291 [pool-156-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... 17:23:37.291 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.292 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.292 [pool-156-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... 17:23:37.294 [pool-156-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 17:23:37.307 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec) 17:23:37.307 [pool-156-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 17:23:37.315 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:37.315 [pool-156-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. 0s24ms [pure insertion] marking any relevant derived attributes for update...17:23:37.315 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.315 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.317 [pool-156-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... 17:23:37.317 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.317 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.317 [pool-156-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... 17:23:37.320 [pool-156-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 17:23:37.325 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 17:23:37.325 [pool-156-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 17:23:37.325 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.325 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:37.325 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:37.326 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:37.326 [pool-156-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... 17:23:37.326 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.328 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.328 [pool-156-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... 17:23:37.330 [pool-156-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 17:23:37.393 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.393 [pool-156-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 17:23:37.395 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.395 [pool-156-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...17:23:37.395 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.396 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.396 [pool-156-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... 17:23:37.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.396 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.396 [pool-156-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... 17:23:37.398 [pool-156-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 17:23:37.402 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.402 [pool-156-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 17:23:37.404 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.404 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:37.404 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.404 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.404 [pool-156-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... 17:23:37.404 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.404 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.405 [pool-156-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... 17:23:37.407 [pool-156-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 17:23:37.415 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:37.415 [pool-156-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 17:23:37.419 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:37.419 [pool-156-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:37.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.419 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.420 [pool-156-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... 17:23:37.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.420 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.420 [pool-156-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... 17:23:37.422 [pool-156-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 17:23:37.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.425 [pool-156-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 17:23:37.427 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.427 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:37.427 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.427 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.428 [pool-156-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... 17:23:37.428 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.428 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.428 [pool-156-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... 17:23:37.430 [pool-156-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 17:23:37.492 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.492 [pool-156-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 17:23:37.495 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.495 [pool-156-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:23:37.495 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.495 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.495 [pool-156-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... 17:23:37.495 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.495 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.495 [pool-156-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... 17:23:37.500 [pool-156-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 17:23:37.503 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.503 [pool-156-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 17:23:37.505 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.505 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:37.505 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.505 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.506 [pool-156-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... 17:23:37.506 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.506 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.506 [pool-156-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... 17:23:37.508 [pool-156-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 17:23:37.511 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.511 [pool-156-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 17:23:37.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.513 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:37.513 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.513 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.514 [pool-156-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... 17:23:37.514 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.514 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.514 [pool-156-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... 17:23:37.516 [pool-156-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 17:23:37.521 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:37.521 [pool-156-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 17:23:37.524 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.524 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:37.524 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.524 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.524 [pool-156-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... 17:23:37.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.524 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.524 [pool-156-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... 17:23:37.529 [pool-156-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 17:23:37.591 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.591 [pool-156-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 17:23:37.593 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.593 [pool-156-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...17:23:37.593 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.593 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.594 [pool-156-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... 17:23:37.594 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.594 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.594 [pool-156-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... 17:23:37.596 [pool-156-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 17:23:37.599 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.599 [pool-156-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 17:23:37.601 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.601 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:37.601 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.601 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.602 [pool-156-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... 17:23:37.602 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.602 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.602 [pool-156-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... 17:23:37.604 [pool-156-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 17:23:37.608 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.608 [pool-156-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 17:23:37.610 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.610 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:37.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.610 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.610 [pool-156-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... 17:23:37.610 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.611 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.611 [pool-156-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... 17:23:37.613 [pool-156-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 17:23:37.629 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 17:23:37.629 [pool-156-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 17:23:37.635 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:37.635 [pool-156-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. 0s25ms [pure insertion] marking any relevant derived attributes for update...17:23:37.635 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.635 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.635 [pool-156-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... 17:23:37.635 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.636 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.636 [pool-156-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... 17:23:37.691 [pool-156-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 17:23:37.694 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.694 [pool-156-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 17:23:37.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.697 [pool-156-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:23:37.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.697 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.698 [pool-156-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... 17:23:37.698 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.700 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.700 [pool-156-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... 17:23:37.702 [pool-156-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 17:23:37.725 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec) 17:23:37.725 [pool-156-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 17:23:37.810 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 17:23:37.811 [pool-156-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. 0s113ms [pure insertion] marking any relevant derived attributes for update...17:23:37.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.811 [pool-156-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... 17:23:37.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.811 [pool-156-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... 17:23:37.814 [pool-156-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 17:23:37.823 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec) 17:23:37.823 [pool-156-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 17:23:37.826 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.826 [pool-156-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:37.826 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.826 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.827 [pool-156-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... 17:23:37.827 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.827 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.827 [pool-156-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... 17:23:37.829 [pool-156-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 17:23:37.832 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.832 [pool-156-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 17:23:37.892 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.892 [pool-156-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:23:37.892 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.892 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.893 [pool-156-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... 17:23:37.893 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.893 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.893 [pool-156-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... 17:23:37.895 [pool-156-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 17:23:37.899 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.899 [pool-156-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 17:23:37.901 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.901 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:37.901 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.902 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.902 [pool-156-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... 17:23:37.902 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.904 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.904 [pool-156-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... 17:23:37.906 [pool-156-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 17:23:37.910 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.910 [pool-156-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 17:23:37.912 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.912 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:37.912 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.912 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.913 [pool-156-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... 17:23:37.913 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.913 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.913 [pool-156-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... 17:23:37.915 [pool-156-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 17:23:37.919 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.919 [pool-156-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 17:23:37.921 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.921 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:37.921 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.921 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.922 [pool-156-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... 17:23:37.922 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.922 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.922 [pool-156-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... 17:23:37.925 [pool-156-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 17:23:37.929 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.929 [pool-156-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 17:23:37.931 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.931 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:37.931 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.931 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:37.931 [pool-156-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... 17:23:37.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:37.931 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:37.931 [pool-156-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... 17:23:37.991 [pool-156-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 17:23:37.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:37.997 [pool-156-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 17:23:37.999 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:37.999 [pool-156-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...17:23:37.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:37.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.000 [pool-156-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... 17:23:38.000 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.000 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.000 [pool-156-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... 17:23:38.002 [pool-156-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 17:23:38.006 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.006 [pool-156-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 17:23:38.008 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.008 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:38.008 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:38.009 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:38.009 [pool-156-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... 17:23:38.009 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.009 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.009 [pool-156-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... 17:23:38.012 [pool-156-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 17:23:38.016 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.016 [pool-156-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 17:23:38.019 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.019 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:38.019 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.019 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.019 [pool-156-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... 17:23:38.019 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.021 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.021 [pool-156-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... 17:23:38.024 [pool-156-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 17:23:38.032 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec) 17:23:38.032 [pool-156-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 17:23:38.095 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:38.095 [pool-156-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...17:23:38.095 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.095 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.096 [pool-156-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... 17:23:38.096 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.096 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.096 [pool-156-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... 17:23:38.098 [pool-156-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 17:23:38.105 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.105 [pool-156-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 17:23:38.107 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.107 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:38.107 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:38.108 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:38.108 [pool-156-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... 17:23:38.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.108 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.108 [pool-156-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... 17:23:38.111 [pool-156-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 17:23:38.115 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.115 [pool-156-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 17:23:38.118 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.118 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:38.118 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.118 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.118 [pool-156-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... 17:23:38.119 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.119 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.119 [pool-156-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... 17:23:38.121 [pool-156-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 17:23:38.203 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec) 17:23:38.203 [pool-156-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 17:23:38.227 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:23:38.227 [pool-156-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. 0s109ms [pure insertion] marking any relevant derived attributes for update...17:23:38.227 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.227 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.228 [pool-156-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... 17:23:38.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.228 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.228 [pool-156-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... 17:23:38.230 [pool-156-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 17:23:38.307 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec) 17:23:38.308 [pool-156-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 17:23:38.329 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:23:38.329 [pool-156-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. 0s101ms [pure insertion] marking any relevant derived attributes for update...17:23:38.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.329 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.330 [pool-156-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... 17:23:38.330 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.330 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.330 [pool-156-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... 17:23:38.392 [pool-156-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 17:23:38.395 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.395 [pool-156-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 17:23:38.398 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.398 [pool-156-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:23:38.398 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.398 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.398 [pool-156-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... 17:23:38.398 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.398 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.398 [pool-156-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... 17:23:38.401 [pool-156-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 17:23:38.404 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.404 [pool-156-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 17:23:38.407 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.407 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:38.407 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.407 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.407 [pool-156-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... 17:23:38.407 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.407 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.407 [pool-156-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... 17:23:38.410 [pool-156-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 17:23:38.416 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:38.417 [pool-156-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 17:23:38.422 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:38.422 [pool-156-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:23:38.422 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.422 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.422 [pool-156-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... 17:23:38.422 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.422 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.422 [pool-156-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... 17:23:38.431 [pool-156-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 17:23:38.434 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.434 [pool-156-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 17:23:38.493 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.493 [pool-156-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:23:38.493 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.493 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.493 [pool-156-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... 17:23:38.493 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.494 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.494 [pool-156-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... 17:23:38.496 [pool-156-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 17:23:38.500 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.501 [pool-156-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 17:23:38.503 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.503 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:38.503 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.503 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.504 [pool-156-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... 17:23:38.504 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.504 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.504 [pool-156-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... 17:23:38.507 [pool-156-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 17:23:38.511 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.511 [pool-156-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 17:23:38.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.513 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:38.513 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:38.514 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:38.514 [pool-156-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... 17:23:38.514 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.514 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.514 [pool-156-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... 17:23:38.521 [pool-156-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 17:23:38.525 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.525 [pool-156-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 17:23:38.527 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.527 [pool-156-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:23:38.527 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.527 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.528 [pool-156-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... 17:23:38.528 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.528 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.528 [pool-156-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... 17:23:38.531 [pool-156-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 17:23:38.598 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec) 17:23:38.598 [pool-156-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 17:23:38.606 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:38.606 [pool-156-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. 0s78ms [pure insertion] marking any relevant derived attributes for update...17:23:38.606 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:38.607 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:38.607 [pool-156-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... 17:23:38.607 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.609 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.609 [pool-156-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... 17:23:38.611 [pool-156-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 17:23:38.614 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.614 [pool-156-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 17:23:38.615 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.616 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:38.616 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.616 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.616 [pool-156-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... 17:23:38.616 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.616 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.616 [pool-156-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... 17:23:38.618 [pool-156-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 17:23:38.623 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:38.623 [pool-156-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 17:23:38.627 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:38.627 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:38.627 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.627 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.628 [pool-156-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... 17:23:38.628 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.628 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.628 [pool-156-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... 17:23:38.691 [pool-156-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 17:23:38.697 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.697 [pool-156-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 17:23:38.699 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.699 [pool-156-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:23:38.699 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.699 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.699 [pool-156-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... 17:23:38.699 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.699 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.699 [pool-156-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... 17:23:38.701 [pool-156-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 17:23:38.705 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:23:38.705 [pool-156-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 17:23:38.709 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:38.709 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:38.709 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.709 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.709 [pool-156-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... 17:23:38.709 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.709 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.709 [pool-156-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... 17:23:38.711 [pool-156-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 17:23:38.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.714 [pool-156-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 17:23:38.718 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.718 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:38.718 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.718 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.718 [pool-156-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... 17:23:38.718 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.718 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.718 [pool-156-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... 17:23:38.720 [pool-156-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 17:23:38.732 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec) 17:23:38.732 [pool-156-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 17:23:38.804 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:23:38.804 [pool-156-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. 0s86ms [pure insertion] marking any relevant derived attributes for update...17:23:38.804 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.804 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.804 [pool-156-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... 17:23:38.805 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.805 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.805 [pool-156-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... 17:23:38.807 [pool-156-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 17:23:38.809 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.809 [pool-156-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 17:23:38.811 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.811 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:38.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.811 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.811 [pool-156-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... 17:23:38.811 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.812 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.812 [pool-156-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... 17:23:38.813 [pool-156-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 17:23:38.817 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.817 [pool-156-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 17:23:38.819 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.819 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:38.819 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.819 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.819 [pool-156-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... 17:23:38.819 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.819 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.820 [pool-156-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... 17:23:38.821 [pool-156-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 17:23:38.824 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.824 [pool-156-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 17:23:38.825 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.825 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:38.825 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.825 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.826 [pool-156-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... 17:23:38.826 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.826 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.826 [pool-156-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... 17:23:38.828 [pool-156-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 17:23:38.891 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.891 [pool-156-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 17:23:38.893 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.893 [pool-156-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:23:38.893 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.893 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.893 [pool-156-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... 17:23:38.893 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.894 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.894 [pool-156-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... 17:23:38.900 [pool-156-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 17:23:38.902 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.902 [pool-156-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 17:23:38.904 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.904 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:38.904 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.904 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.904 [pool-156-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... 17:23:38.904 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.904 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.904 [pool-156-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... 17:23:38.906 [pool-156-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 17:23:38.910 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:38.910 [pool-156-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 17:23:38.912 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.912 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:38.912 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.912 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.912 [pool-156-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... 17:23:38.912 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.912 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.912 [pool-156-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... 17:23:38.914 [pool-156-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 17:23:38.917 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.917 [pool-156-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 17:23:38.918 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.918 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:38.918 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:38.919 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:38.919 [pool-156-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... 17:23:38.919 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.919 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.919 [pool-156-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... 17:23:38.921 [pool-156-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 17:23:38.927 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:38.927 [pool-156-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 17:23:38.928 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.928 [pool-156-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:23:38.928 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:38.929 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:38.929 [pool-156-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... 17:23:38.929 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:38.929 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:38.929 [pool-156-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... 17:23:38.991 [pool-156-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 17:23:38.996 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec) 17:23:38.996 [pool-156-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 17:23:38.999 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:38.999 [pool-156-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:23:38.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:38.999 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:38.999 [pool-156-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... 17:23:38.999 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.000 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.000 [pool-156-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... 17:23:39.003 [pool-156-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 17:23:39.007 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:39.007 [pool-156-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 17:23:39.010 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.010 [pool-156-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:23:39.010 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.010 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.011 [pool-156-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... 17:23:39.011 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.011 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.011 [pool-156-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... 17:23:39.020 [pool-156-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 17:23:39.093 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec) 17:23:39.093 [pool-156-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 17:23:39.108 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:23:39.108 [pool-156-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. 0s97ms [pure insertion] marking any relevant derived attributes for update...17:23:39.108 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.108 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.109 [pool-156-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... 17:23:39.109 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.110 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.110 [pool-156-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... 17:23:39.112 [pool-156-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 17:23:39.115 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.115 [pool-156-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 17:23:39.116 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.117 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:39.117 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.117 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.117 [pool-156-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... 17:23:39.117 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.117 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.117 [pool-156-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... 17:23:39.119 [pool-156-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 17:23:39.122 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.122 [pool-156-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 17:23:39.125 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.125 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:39.125 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.125 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.125 [pool-156-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... 17:23:39.125 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.126 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.126 [pool-156-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... 17:23:39.191 [pool-156-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 17:23:39.197 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 17:23:39.197 [pool-156-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 17:23:39.201 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:39.201 [pool-156-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...17:23:39.201 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.201 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.202 [pool-156-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... 17:23:39.202 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.202 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.202 [pool-156-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... 17:23:39.203 [pool-156-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 17:23:39.206 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:39.206 [pool-156-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 17:23:39.208 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.208 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:39.209 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.209 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.209 [pool-156-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... 17:23:39.209 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.209 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.209 [pool-156-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... 17:23:39.211 [pool-156-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 17:23:39.297 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec) 17:23:39.297 [pool-156-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 17:23:39.304 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:23:39.304 [pool-156-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. 0s95ms [pure insertion] marking any relevant derived attributes for update...17:23:39.304 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.304 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.304 [pool-156-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... 17:23:39.304 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.304 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.304 [pool-156-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... 17:23:39.306 [pool-156-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 17:23:39.309 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.309 [pool-156-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 17:23:39.311 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.311 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:39.311 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.311 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.311 [pool-156-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... 17:23:39.311 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.313 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.313 [pool-156-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... 17:23:39.315 [pool-156-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 17:23:39.317 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.317 [pool-156-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 17:23:39.319 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.319 [pool-156-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:23:39.319 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.319 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.320 [pool-156-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... 17:23:39.320 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.320 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.320 [pool-156-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... 17:23:39.321 [pool-156-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 17:23:39.324 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:23:39.324 [pool-156-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 17:23:39.326 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.326 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:39.326 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.326 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.326 [pool-156-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... 17:23:39.326 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.326 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.326 [pool-156-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... 17:23:39.395 [pool-156-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 17:23:39.399 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.399 [pool-156-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 17:23:39.401 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.401 [pool-156-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...17:23:39.401 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.401 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.402 [pool-156-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... 17:23:39.402 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.402 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.402 [pool-156-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... 17:23:39.404 [pool-156-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 17:23:39.407 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.407 [pool-156-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 17:23:39.408 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.408 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:39.408 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:23:39.409 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:23:39.409 [pool-156-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... 17:23:39.409 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.409 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.409 [pool-156-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... 17:23:39.411 [pool-156-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 17:23:39.414 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.414 [pool-156-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 17:23:39.416 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.416 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:39.416 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.416 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.417 [pool-156-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... 17:23:39.417 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.417 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.417 [pool-156-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... 17:23:39.420 [pool-156-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 17:23:39.422 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.422 [pool-156-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 17:23:39.427 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.427 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:39.427 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.427 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.427 [pool-156-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... 17:23:39.427 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.427 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.427 [pool-156-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... 17:23:39.429 [pool-156-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 17:23:39.498 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec) 17:23:39.498 [pool-156-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 17:23:39.531 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:23:39.531 [pool-156-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. 0s104ms [pure insertion] marking any relevant derived attributes for update...17:23:39.531 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.531 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.531 [pool-156-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... 17:23:39.531 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.531 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.531 [pool-156-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... 17:23:39.537 [pool-156-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 17:23:39.592 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 17:23:39.592 [pool-156-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 17:23:39.595 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:39.595 [pool-156-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:23:39.595 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.595 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.595 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 300/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (3 sec, 10 sec total) 17:23:39.595 [pool-156-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... 17:23:39.596 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.596 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.596 [pool-156-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... 17:23:39.597 [pool-156-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 17:23:39.600 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.600 [pool-156-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 17:23:39.602 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.602 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:39.602 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.602 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.602 [pool-156-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... 17:23:39.602 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.602 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.602 [pool-156-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... 17:23:39.605 [pool-156-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 17:23:39.610 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.610 [pool-156-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 17:23:39.616 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.616 [pool-156-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:23:39.616 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.616 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.617 [pool-156-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... 17:23:39.617 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.617 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.617 [pool-156-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... 17:23:39.618 [pool-156-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 17:23:39.621 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.621 [pool-156-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 17:23:39.622 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.623 [pool-156-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:23:39.623 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.623 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.623 [pool-156-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... 17:23:39.623 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.623 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.623 [pool-156-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... 17:23:39.625 [pool-156-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 17:23:39.627 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.627 [pool-156-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 17:23:39.630 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.630 [pool-156-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:23:39.630 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.630 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.630 [pool-156-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... 17:23:39.630 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.630 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.630 [pool-156-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... 17:23:39.693 [pool-156-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 17:23:39.698 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.698 [pool-156-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 17:23:39.704 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.704 [pool-156-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...17:23:39.704 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.704 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.705 [pool-156-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... 17:23:39.705 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.705 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.705 [pool-156-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... 17:23:39.706 [pool-156-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 17:23:39.709 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.709 [pool-156-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 17:23:39.710 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.710 [pool-156-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:23:39.710 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.710 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.711 [pool-156-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... 17:23:39.711 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.711 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.711 [pool-156-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... 17:23:39.712 [pool-156-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 17:23:39.717 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec) 17:23:39.717 [pool-156-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 17:23:39.724 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:23:39.724 [pool-156-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:23:39.724 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.724 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.725 [pool-156-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... 17:23:39.725 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.725 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.725 [pool-156-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... 17:23:39.794 [pool-156-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 17:23:39.807 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec) 17:23:39.807 [pool-156-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 17:23:39.819 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:23:39.819 [pool-156-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. 0s94ms [pure insertion] marking any relevant derived attributes for update...17:23:39.819 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.819 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.819 [pool-156-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... 17:23:39.819 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:39.821 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:39.821 [pool-156-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... 17:23:39.823 [pool-156-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 17:23:39.826 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:23:39.826 [pool-156-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 17:23:39.829 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:23:39.829 [pool-156-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:23:39.829 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:39.829 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:39.829 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processed 309/309 files in repo file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/ (0 sec, 10 sec total) 17:23:39.829 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:39.829 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:39.905 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 17:23:41.402 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 17:23:41.402 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~1.573s attempting to resolve any uninitialized derived attributes... 17:23:41.402 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:41.402 [pool-156-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:41.402 [pool-156-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... 17:23:41.402 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 1s573ms [proxy update] 17:23:41.402 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:41.405 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 309 deleted 0 changed 309 validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-loaded 309 000000000000.exml c elems 619 d elems 0 time ~12s validating changes... validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.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/2961d57b-5120-11de-bbaf-00218648fa3d.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.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.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/07111319-1fd7-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-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/641a5778-89a9-11df-9978-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-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/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-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/37d0688a-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.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.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.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/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.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-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.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.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-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/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-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.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.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.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.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/6a3f6989-c2fd-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/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-01f1-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.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-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/8ed6276e-5821-11df-be59-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/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.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.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-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/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.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.MetaclassReference/00bc2f68-0000-0fa9-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.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/c6a579b6-5d0d-11df-a996-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/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-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.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.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/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.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/01ec1ac4-0000-2eff-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.Stereotype/00000000-0000-9c48-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-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/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-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/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-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/01ec141c-0000-12fc-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/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/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.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.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/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-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/01ec141c-0000-12f7-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/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.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/01280500-0000-0b37-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.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/a46b20b8-26ab-11df-ac88-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/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/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.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-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/35b84299-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-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/0054070c-0000-005f-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/01ec12fc-0000-024c-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.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-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-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/00bc27b8-0000-0e0b-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/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.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.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/01ec1ac4-0000-2f04-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-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/229bc921-c2fd-11de-8ac8-001302895b2b.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/Standard.DataType/00000004-0000-000d-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.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.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/00bc4480-0000-06a8-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/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/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.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/002005c0-0001-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml changed resource size: 619 relevant graph size: 619 validated changes... true 17:23:43.448 [pool-156-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 14 s 226 ms 17:23:43.450 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:23:43.450 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:43.451 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:43.451 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:23:44.470 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:23:44.470 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2460470990740727841/test_zoo[LevelDB GreyCat] 17:23:44.470 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:23:44.697 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:23:44.698 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:44.698 [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 17:23:44.794 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:23:44.795 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:23:44.914 [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 17:23:44.916 [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 17:23:44.917 [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 17:23:44.918 [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 17:23:44.918 [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 17:23:44.919 [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 17:23:44.919 [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 17:23:44.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 17:23:44.920 [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 17:23:44.920 [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 17:23:44.920 [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 17:23:44.920 [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 17:23:44.920 [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 17:23:44.921 [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 17:23:44.921 [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 17:23:44.921 [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 17:23:44.921 [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 17:23:44.921 [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 17:23:44.922 [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 17:23:44.922 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.923 [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 17:23:44.924 [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 17:23:44.924 [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 17:23:44.924 [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[] 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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[] 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.925 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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[] 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.926 [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 17:23:44.927 [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 17:23:44.927 [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 17:23:44.927 [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 17:23:44.928 [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 17:23:44.939 [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 17:23:44.991 [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 17:23:45.001 [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 17:23:45.013 [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 17:23:45.027 [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 17:23:45.028 [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 17:23:45.092 [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 17:23:45.113 [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 17:23:45.114 [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 17:23:45.118 [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 17:23:45.119 [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 17:23:45.119 [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 17:23:45.123 [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 17:23:45.124 [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 17:23:45.124 [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 17:23:45.124 [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 17:23:45.124 [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 17:23:45.125 [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 17:23:45.127 [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 17:23:45.218 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:23:45.218 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:23:45.298 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:23:45.298 [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! 17:23:45.298 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:45.299 [pool-158-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 17:23:45.299 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:23:45.509 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5898192117479674595/:org.eclipse.hawk.localfolder.LocalFolder:false 17:23:45.510 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:23:45.510 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:45.512 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:45.514 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:45.514 [pool-158-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@78446d21 (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit5898192117479674595/v0-B.2.0.bpmn, -1, -1) 17:23:45.819 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn... 0s0ms [pure insertion] marking any relevant derived attributes for update...17:23:45.819 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:23:45.821 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:23:45.821 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:45.821 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:45.822 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:23:45.822 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:23:45.822 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:45.822 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:45.890 [pool-158-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... 17:23:45.891 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s70ms [proxy update] 17:23:45.891 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:45.891 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:23:45.891 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 381 ms 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 Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit5898192117479674595/v0-B.2.0.bpmn 17:23:45.892 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:45.894 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:45.894 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:45.894 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:46.012 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 17:23:46.015 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:46.015 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:23:46.015 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn... 17:23:46.018 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 17:23:46.023 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind 17:23:46.023 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind 17:23:46.098 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection 17:23:46.104 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType 17:23:46.109 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection 17:23:46.110 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior 17:23:46.291 [pool-158-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType 17:23:46.295 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec) 17:23:46.295 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 17:23:47.307 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec) 17:23:47.307 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn. 1s295ms [pure insertion] marking any relevant derived attributes for update...17:23:47.307 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:47.307 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:47.307 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:47.307 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:47.323 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total) 17:23:47.414 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs 17:23:47.414 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.107s attempting to resolve any uninitialized derived attributes... 17:23:47.414 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:47.414 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:47.414 [pool-158-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... 17:23:47.414 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s107ms [proxy update] 17:23:47.414 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:47.414 [pool-158-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 ~1s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1020 relevant graph size: 1020 validated changes... true 17:23:47.528 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 636 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit5898192117479674595/v0-B.2.0.bpmn 17:23:47.529 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:47.531 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:47.531 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:47.531 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:47.628 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 17:23:47.628 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:47.630 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store 17:23:47.704 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451 17:23:47.704 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:23:47.704 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 17:23:47.704 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn 17:23:49.021 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.317s 17:23:49.313 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 17:23:49.419 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec) 17:23:49.419 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:23:50.604 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec) 17:23:50.604 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 2s976ms [pure insertion] marking any relevant derived attributes for update...17:23:50.604 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:50.604 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:50.604 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:50.604 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:50.622 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total) 17:23:50.714 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs 17:23:50.714 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.11s attempting to resolve any uninitialized derived attributes... 17:23:50.715 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:50.715 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:50.715 [pool-158-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... 17:23:50.715 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s111ms [proxy update] 17:23:50.715 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:50.715 [pool-158-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 ~3s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1020 relevant graph size: 1020 validated changes... true 17:23:50.821 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 292 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit5898192117479674595/v0-B.2.0.bpmn 17:23:50.821 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:50.824 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:50.824 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:50.824 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:50.922 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 17:23:50.922 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:50.924 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store 17:23:51.002 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647 17:23:51.002 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:23:51.002 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 17:23:51.002 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:23:52.133 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.131s 17:23:52.558 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 17:23:52.705 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec) 17:23:52.705 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 17:23:54.620 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~1 sec) 17:23:54.620 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s698ms [pure insertion] marking any relevant derived attributes for update...17:23:54.620 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:54.620 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:54.621 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:54.621 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:54.697 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total) 17:23:54.797 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs 17:23:54.797 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.176s attempting to resolve any uninitialized derived attributes... 17:23:54.797 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:54.797 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:54.797 [pool-158-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... 17:23:54.797 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s176ms [proxy update] 17:23:54.797 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: 17:23:54.798 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. interesting 1 deleted 0 changed 1 loaded 1 validating file UPDATED for /v0-B.2.0.bpmn c elems 1125 d elems 1020 time ~3s validating changes... changed resource size: 1125 relevant graph size: 1125 validated changes... true 17:23:54.905 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 83 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit5898192117479674595/v0-B.2.0.bpmn 17:23:54.905 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:54.908 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:54.908 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:54.908 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:55.000 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 17:23:55.000 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:55.003 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store 17:23:55.022 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556 17:23:55.022 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:23:55.022 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 17:23:55.022 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:23:56.395 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.373s 17:23:56.697 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 17:23:56.803 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec) 17:23:56.803 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 17:23:57.627 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:23:57.796 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:23:57.922 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:23:58.699 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~1 sec) 17:23:58.699 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s699ms [pure insertion] marking any relevant derived attributes for update...17:23:58.699 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:23:58.699 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:23:58.699 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:23:58.699 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:23:58.730 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 17:23:58.909 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 17:23:58.909 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.21s attempting to resolve any uninitialized derived attributes... 17:23:58.909 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:23:58.909 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:23:58.909 [pool-158-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... 17:23:58.909 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s210ms [proxy update] 17:23:58.909 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:23:58.909 [pool-158-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 ~4s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1125 relevant graph size: 1125 validated changes... true 17:23:59.010 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 105 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit5898192117479674595/v0-B.2.0.bpmn 17:23:59.011 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:23:59.013 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:23:59.013 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:23:59.013 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:23:59.112 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 17:23:59.112 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:23:59.114 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store 17:23:59.192 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333 17:23:59.192 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:23:59.192 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 17:23:59.193 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:00.326 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.133s 17:24:00.594 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 17:24:00.697 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 17:24:00.697 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 17:24:02.311 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec) 17:24:02.311 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s199ms [pure insertion] marking any relevant derived attributes for update...17:24:02.311 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:02.311 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:02.311 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:02.311 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:02.390 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 17:24:02.511 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 17:24:02.511 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.2s attempting to resolve any uninitialized derived attributes... 17:24:02.511 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:02.511 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:02.511 [pool-158-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... 17:24:02.511 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s200ms [proxy update] 17:24:02.511 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:02.512 [pool-158-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 ~3s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1127 relevant graph size: 1127 validated changes... true 17:24:02.620 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 609 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit5898192117479674595/v0-B.2.0.bpmn 17:24:02.620 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:02.622 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:02.623 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:02.623 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:02.712 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 17:24:02.712 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:02.714 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 17:24:02.792 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907 17:24:02.792 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:24:02.792 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 17:24:02.792 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:03.635 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.843s 17:24:03.795 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 17:24:03.894 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 17:24:03.894 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:06.398 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~2 sec) 17:24:06.398 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 3s686ms [pure insertion] marking any relevant derived attributes for update...17:24:06.398 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:06.398 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:06.398 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:06.398 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:06.417 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 17:24:06.506 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 17:24:06.506 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.108s attempting to resolve any uninitialized derived attributes... 17:24:06.506 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:06.506 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:06.506 [pool-158-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... 17:24:06.506 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s108ms [proxy update] 17:24:06.506 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 17:24:06.506 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 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 17:24:06.606 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 986 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit5898192117479674595/v0-B.2.0.bpmn 17:24:06.607 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:06.609 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:06.609 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:06.609 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:06.702 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 17:24:06.702 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:06.704 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 17:24:06.724 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673 17:24:06.724 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:24:06.724 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 17:24:06.724 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:07.649 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.925s 17:24:07.848 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 17:24:07.928 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec) 17:24:07.928 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn 17:24:12.193 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~4 sec) 17:24:12.193 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 5s491ms [pure insertion] marking any relevant derived attributes for update...17:24:12.193 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:12.193 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:12.193 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:12.193 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:12.213 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total) 17:24:12.313 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs 17:24:12.313 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.12s attempting to resolve any uninitialized derived attributes... 17:24:12.313 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:12.313 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:12.313 [pool-158-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... 17:24:12.313 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s120ms [proxy update] 17:24:12.313 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:12.313 [pool-158-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 ~5s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1127 relevant graph size: 1127 validated changes... true 17:24:12.414 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 5 s 807 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit5898192117479674595/v0-B.2.0.bpmn 17:24:12.414 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:12.417 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:12.418 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:12.418 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:12.513 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn... 17:24:12.513 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:12.516 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store 17:24:12.535 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035 17:24:12.590 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:24:12.590 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn... 17:24:12.590 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:13.718 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.128s 17:24:13.975 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn 17:24:14.023 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec) 17:24:14.023 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:16.937 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~2 sec) 17:24:16.937 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn. 4s424ms [pure insertion] marking any relevant derived attributes for update...17:24:16.937 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:16.937 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:16.937 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:16.937 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:16.992 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total) 17:24:17.100 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs 17:24:17.100 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.163s attempting to resolve any uninitialized derived attributes... 17:24:17.100 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:17.100 [pool-158-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:17.100 [pool-158-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... 17:24:17.100 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s163ms [proxy update] 17:24:17.100 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:17.100 [pool-158-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 ~4s validating changes... validating file UPDATED for /v0-B.2.0.bpmn changed resource size: 1129 relevant graph size: 1129 validated changes... true 17:24:17.200 [pool-158-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 786 ms 17:24:17.201 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:17.201 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5898192117479674595/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:17.202 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:17.202 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:17.482 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:17.483 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8120080787671138533/test_bpmn[LevelDB GreyCat] 17:24:17.483 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:17.690 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:17.691 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:17.691 [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 17:24:17.691 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:17.691 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:17.693 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:17.693 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:17.693 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:17.693 [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! 17:24:17.693 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:17.694 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:24:17.693 [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 17:24:17.694 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:24:17.697 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:17.697 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:17.717 [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 17:24:17.717 [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 17:24:17.717 [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 17:24:17.717 [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 17:24:17.717 [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 17:24:17.717 [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 17:24:17.717 [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 17:24:17.717 [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 17:24:17.717 [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 17:24:17.717 [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 17:24:17.718 [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[] 17:24:17.718 [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 17:24:17.718 [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 17:24:17.718 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.719 [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 17:24:17.720 [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 17:24:17.720 [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 17:24:17.720 [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 17:24:17.720 [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 17:24:17.720 [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 17:24:17.720 [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 17:24:17.720 [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 17:24:17.721 [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 17:24:17.723 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:24:17.723 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:17.936 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:17.937 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:17.937 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:17.938 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:17.941 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:17.942 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:17.942 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:24:17.976 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:17.976 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:17.976 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:24:17.978 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:24:17.980 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:17.980 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:24:17.986 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:17.986 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s44ms [pure insertion] marking any relevant derived attributes for update...17:24:17.986 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:17.986 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:17.987 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:24:17.987 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:17.987 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:17.987 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:24:17.989 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:24:17.990 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:17.990 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:24:17.995 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:24:17.995 [pool-160-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...17:24:17.995 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:17.995 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:17.995 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:24:17.996 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:17.996 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:17.996 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:24:17.997 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:24:17.999 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:17.999 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:24:18.005 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:18.005 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:24:18.005 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:18.005 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:18.005 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:18.006 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:18.006 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:24:18.014 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:24:18.014 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 17:24:18.014 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:18.014 [pool-160-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:18.014 [pool-160-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... 17:24:18.014 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 17:24:18.014 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:18.014 [pool-160-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 ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:24:18.015 [pool-160-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms 17:24:18.024 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:18.024 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:18.025 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:18.025 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:18.595 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:18.595 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8106203032688939057/test_instanceCountsAllOf[LevelDB GreyCat] 17:24:18.595 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:18.720 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:18.721 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:18.721 [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 17:24:18.721 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:18.721 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:18.723 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:18.723 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:18.723 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:18.723 [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! 17:24:18.723 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:24:18.723 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:18.723 [pool-162-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 17:24:18.724 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:24:18.726 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:18.726 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:18.747 [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 17:24:18.747 [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 17:24:18.747 [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 17:24:18.749 [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 17:24:18.749 [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 17:24:18.749 [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 17:24:18.750 [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 17:24:18.750 [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 17:24:18.750 [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 17:24:18.750 [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 17:24:18.750 [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 17:24:18.750 [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 17:24:18.750 [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 17:24:18.750 [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 17:24:18.750 [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 17:24:18.751 [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 17:24:18.751 [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 17:24:18.751 [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 17:24:18.751 [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 17:24:18.751 [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[] 17:24:18.751 [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 17:24:18.751 [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 17:24:18.751 [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 17:24:18.751 [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 17:24:18.751 [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 17:24:18.751 [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 17:24:18.752 [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 17:24:18.752 [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 17:24:18.752 [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 17:24:18.752 [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 17:24:18.752 [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 17:24:18.752 [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 17:24:18.752 [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 17:24:18.752 [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 17:24:18.754 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:24:18.754 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:19.491 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:19.492 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:19.492 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:19.493 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:19.498 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:19.498 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:19.498 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:24:19.605 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:19.605 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:19.605 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:24:19.608 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:24:19.611 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:19.611 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:24:19.620 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:24:19.620 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s122ms [pure insertion] marking any relevant derived attributes for update...17:24:19.620 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:19.621 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:19.622 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:24:19.622 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:19.622 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:19.622 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:24:19.624 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:24:19.627 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:19.627 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:24:19.634 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:19.634 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:24:19.634 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:19.634 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:19.635 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:24:19.635 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:19.635 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:19.635 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:24:19.638 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:24:19.640 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:19.640 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:24:19.695 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:19.695 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s60ms [pure insertion] marking any relevant derived attributes for update...17:24:19.695 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:19.695 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:19.695 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:19.695 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:19.696 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:24:19.703 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:24:19.703 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 17:24:19.703 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:19.703 [pool-162-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:19.703 [pool-162-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... 17:24:19.703 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 17:24:19.703 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 3 17:24:19.704 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:24:19.704 [pool-162-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 212 ms 17:24:19.709 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:19.710 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:19.711 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:19.711 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:20.198 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:20.198 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit48765094103015116/test_listFiles[LevelDB GreyCat] 17:24:20.198 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:20.340 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:20.341 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:20.341 [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 17:24:20.341 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:20.341 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:20.342 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:20.342 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:20.342 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:20.342 [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! 17:24:20.343 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:24:20.343 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:20.343 [pool-164-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 17:24:20.343 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:24:20.345 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:20.345 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.358 [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 17:24:20.359 [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 17:24:20.359 [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 17:24:20.359 [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[] 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.360 [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 17:24:20.361 [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 17:24:20.361 [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 17:24:20.361 [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 17:24:20.361 [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 17:24:20.361 [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 17:24:20.361 [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 17:24:20.361 [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 17:24:20.361 [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 17:24:20.361 [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 17:24:20.364 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:24:20.364 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:20.552 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:20.553 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:20.553 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:20.554 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:20.557 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:20.557 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:20.558 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:24:20.600 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:20.601 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:20.601 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:24:20.602 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:24:20.604 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:20.604 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:24:20.610 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:20.610 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s52ms [pure insertion] marking any relevant derived attributes for update...17:24:20.610 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:20.611 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:20.612 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:24:20.612 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:20.612 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:20.612 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:24:20.613 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:24:20.615 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:20.615 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:24:20.620 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:24:20.620 [pool-164-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...17:24:20.620 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:20.620 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:20.620 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:24:20.620 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:20.620 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:20.620 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:24:20.622 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:24:20.624 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:20.624 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:24:20.630 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:20.630 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:24:20.631 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:20.631 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:20.631 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:20.631 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:20.631 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:24:20.691 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:24:20.691 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.06s attempting to resolve any uninitialized derived attributes... 17:24:20.691 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:20.691 [pool-164-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:20.691 [pool-164-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... 17:24:20.691 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s60ms [proxy update] 17:24:20.691 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:20.691 [pool-164-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 ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:24:20.692 [pool-164-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 139 ms 17:24:20.695 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:20.696 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1143004911737571971/test_instanceCounts[LevelDB GreyCat] 17:24:20.697 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:20.697 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1143004911737571971/test_instanceCounts[LevelDB GreyCat] 17:24:20.698 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:20.698 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1143004911737571971/test_instanceCounts[LevelDB GreyCat] 17:24:20.700 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:20.700 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1143004911737571971/test_instanceCounts[LevelDB GreyCat] 17:24:20.703 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:20.703 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:20.704 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:20.704 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:20.992 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:20.992 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1143004911737571971/test_instanceCounts[LevelDB GreyCat] 17:24:20.992 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:21.117 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:21.118 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:21.118 [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 17:24:21.118 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:21.118 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:21.119 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:21.119 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:21.120 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:21.120 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:24:21.120 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:24:21.120 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:21.120 [pool-166-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 17:24:21.120 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:24:21.122 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:21.122 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:21.135 [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 17:24:21.135 [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 17:24:21.136 [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 17:24:21.136 [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 17:24:21.136 [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 17:24:21.136 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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 17:24:21.137 [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[] 17:24:21.137 [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 17:24:21.138 [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 17:24:21.138 [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 17:24:21.138 [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 17:24:21.138 [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 17:24:21.138 [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 17:24:21.138 [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 17:24:21.138 [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 17:24:21.139 [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 17:24:21.139 [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 17:24:21.139 [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 17:24:21.139 [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 17:24:21.140 [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 17:24:21.140 [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 17:24:21.140 [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 17:24:21.142 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:24:21.142 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:21.330 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:21.331 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:21.331 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:21.332 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:21.334 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:21.334 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:21.335 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:24:21.387 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:21.387 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:21.387 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:24:21.388 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:24:21.391 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:21.391 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:24:21.403 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:24:21.403 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:24:21.403 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 17:24:21.407 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 17:24:21.407 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:24:21.407 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:21.407 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:21.407 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:24:21.413 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:24:21.419 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:21.419 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:24:21.491 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:21.491 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s84ms [pure insertion] marking any relevant derived attributes for update...17:24:21.491 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:21.491 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:21.492 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:24:21.492 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:21.492 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:21.492 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:24:21.494 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:24:21.496 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:21.496 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:24:21.502 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:21.502 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:24:21.502 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:21.502 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:21.502 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:21.502 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:21.503 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:24:21.510 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:24:21.510 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 17:24:21.510 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:21.510 [pool-166-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:21.510 [pool-166-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... 17:24:21.510 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 17:24:21.511 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:21.511 [pool-166-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 ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:24:21.511 [pool-166-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 180 ms 17:24:21.513 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:21.513 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5539864964577858758/test_reverseRefs[LevelDB GreyCat] 17:24:21.516 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:21.516 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5539864964577858758/test_reverseRefs[LevelDB GreyCat] 17:24:21.518 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:21.518 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5539864964577858758/test_reverseRefs[LevelDB GreyCat] 17:24:21.520 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:21.521 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5539864964577858758/test_reverseRefs[LevelDB GreyCat] 17:24:21.524 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:21.524 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5539864964577858758/test_reverseRefs[LevelDB GreyCat] 17:24:21.526 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:21.526 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5539864964577858758/test_reverseRefs[LevelDB GreyCat] 17:24:21.529 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:21.529 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:21.530 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:21.530 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:22.079 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:22.079 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5539864964577858758/test_reverseRefs[LevelDB GreyCat] 17:24:22.079 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:22.297 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:22.298 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:22.298 [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 17:24:22.298 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:22.298 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:22.300 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:22.300 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:22.300 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:22.300 [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! 17:24:22.300 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:24:22.300 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:22.301 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:24:22.301 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 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 Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 17:24:22.304 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:22.304 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:22.323 [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 17:24:22.323 [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 17:24:22.323 [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 17:24:22.323 [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 17:24:22.323 [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 17:24:22.323 [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 17:24:22.324 [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 17:24:22.324 [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 17:24:22.324 [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 17:24:22.324 [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 17:24:22.324 [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 17:24:22.325 [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 17:24:22.325 [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 17:24:22.325 [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[] 17:24:22.325 [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 17:24:22.325 [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 17:24:22.325 [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 17:24:22.325 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.326 [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 17:24:22.329 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:24:22.329 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:22.509 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:22.510 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:22.510 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:22.511 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:22.515 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:22.515 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:22.516 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:24:22.566 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:22.566 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:22.566 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:24:22.568 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:24:22.570 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:22.570 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:24:22.576 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:24:22.576 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:24:22.576 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:22.577 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:22.578 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:24:22.578 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:22.578 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:22.578 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:24:22.579 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:24:22.581 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:22.581 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:24:22.586 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:22.586 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:24:22.586 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:22.586 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:22.587 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model... 17:24:22.587 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:22.587 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:22.587 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model... 17:24:22.589 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model 17:24:22.591 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:22.591 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model 17:24:22.597 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:22.597 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:24:22.597 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:22.597 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:22.597 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:22.597 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:22.597 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:24:22.605 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:24:22.605 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 17:24:22.605 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:22.605 [pool-168-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:22.605 [pool-168-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... 17:24:22.605 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 17:24:22.605 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:22.606 [pool-168-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 ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:24:22.606 [pool-168-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 96 ms 17:24:22.609 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:22.609 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5082976418789327084/test_forwardRefs[LevelDB GreyCat] 17:24:22.611 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:22.611 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5082976418789327084/test_forwardRefs[LevelDB GreyCat] 17:24:22.614 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:22.614 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5082976418789327084/test_forwardRefs[LevelDB GreyCat] 17:24:22.615 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:22.615 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5082976418789327084/test_forwardRefs[LevelDB GreyCat] 17:24:22.619 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:22.619 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:22.620 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:22.620 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:23.006 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:23.007 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5082976418789327084/test_forwardRefs[LevelDB GreyCat] 17:24:23.007 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:23.157 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:23.158 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:23.158 [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 17:24:23.158 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:23.158 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:23.159 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:23.159 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:23.159 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:23.159 [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! 17:24:23.159 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:23.160 [pool-170-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 17:24:23.160 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:24:23.161 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 17:24:23.176 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:23.176 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:23.217 [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 17:24:23.217 [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 17:24:23.217 [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 17:24:23.218 [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 17:24:23.218 [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 17:24:23.218 [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 17:24:23.218 [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 17:24:23.218 [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 17:24:23.218 [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 17:24:23.218 [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 17:24:23.218 [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[] 17:24:23.218 [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 17:24:23.218 [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 17:24:23.219 [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 17:24:23.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 17:24:23.219 [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 17:24:23.219 [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 17:24:23.219 [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 17:24:23.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 17:24:23.219 [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 17:24:23.220 [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 17:24:23.220 [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 17:24:23.221 [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 17:24:23.221 [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 17:24:23.221 [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 17:24:23.222 [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 17:24:23.222 [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 17:24:23.222 [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 17:24:23.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 17:24:23.222 [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 17:24:23.222 [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 17:24:23.222 [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 17:24:23.222 [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 17:24:23.222 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:24:23.224 [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 17:24:23.227 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:24:23.228 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:24:23.228 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:24:23.233 [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 17:24:23.233 [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 17:24:23.234 [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 17:24:23.236 [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 17:24:23.244 [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 17:24:23.244 [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 17:24:23.244 [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 17:24:23.252 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:24:23.252 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:23.461 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:23.462 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:23.462 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:23.470 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:23.472 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:23.472 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:23.499 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:23.511 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:23.511 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:23.511 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:23.514 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:23.990 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 17:24:23.990 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:24.234 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:24:24.234 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s735ms [pure insertion] marking any relevant derived attributes for update...17:24:24.234 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:24.235 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:24.235 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:24.235 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:24.245 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:24.245 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:24:24.245 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:24.245 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:24.245 [pool-170-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... 17:24:24.245 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:24:24.245 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:24.245 [pool-170-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 ~0s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:24.607 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 145 ms 17:24:24.854 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:24.855 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:24.855 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:24.866 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:24.867 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:24:24.867 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:24.867 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:24.873 [pool-170-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... 17:24:24.873 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:24.873 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:24.873 [pool-170-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... 17:24:24.874 [pool-170-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 17:24:24.875 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:24.875 [pool-170-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 17:24:24.877 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:24.877 [pool-170-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:24:24.877 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:24.877 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:24.881 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:24.881 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:24.881 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:24.881 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:24.883 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:24.885 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 17:24:24.885 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:24.890 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:24.890 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:24:24.890 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:24.890 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:24.897 [pool-170-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... 17:24:24.897 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:24.897 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:24.897 [pool-170-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... 17:24:24.899 [pool-170-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 17:24:24.996 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 17:24:24.996 [pool-170-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 17:24:25.059 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:24:25.059 [pool-170-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. 0s162ms [pure insertion] marking any relevant derived attributes for update...17:24:25.059 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:25.059 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:25.094 [pool-170-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... 17:24:25.094 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:25.094 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:25.094 [pool-170-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... 17:24:25.096 [pool-170-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 17:24:25.096 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:25.096 [pool-170-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 17:24:25.099 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:25.100 [pool-170-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:24:25.100 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:25.100 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:25.104 [pool-170-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... 17:24:25.105 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:25.105 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:25.105 [pool-170-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... 17:24:25.106 [pool-170-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 17:24:25.108 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:24:25.108 [pool-170-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 17:24:25.122 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:24:25.122 [pool-170-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...17:24:25.122 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:25.123 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:25.133 [pool-170-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... 17:24:25.133 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:25.133 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:25.133 [pool-170-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... 17:24:25.191 [pool-170-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 17:24:25.411 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 17:24:25.411 [pool-170-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 17:24:25.503 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:24:25.503 [pool-170-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. 0s370ms [pure insertion] marking any relevant derived attributes for update...17:24:25.503 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:25.503 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:25.507 [pool-170-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... 17:24:25.507 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:25.508 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:25.508 [pool-170-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... 17:24:25.544 [pool-170-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 17:24:25.544 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:25.544 [pool-170-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 17:24:25.546 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:25.546 [pool-170-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. 0s39ms [pure insertion] marking any relevant derived attributes for update...17:24:25.546 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:25.546 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:25.550 [pool-170-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... 17:24:25.550 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:25.550 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:25.550 [pool-170-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... 17:24:25.552 [pool-170-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 17:24:25.552 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:25.552 [pool-170-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 17:24:25.554 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:25.554 [pool-170-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:24:25.554 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:25.554 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:25.558 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:25.558 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:25.558 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:25.558 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:25.560 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:25.590 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:25.590 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:25.590 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:25.590 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s32ms [pure insertion] marking any relevant derived attributes for update...17:24:25.590 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:25.590 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:25.602 [pool-170-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... 17:24:25.602 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:25.602 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:25.602 [pool-170-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... 17:24:25.604 [pool-170-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 17:24:26.210 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 17:24:26.210 [pool-170-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 17:24:26.536 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:24:26.536 [pool-170-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. 0s934ms [pure insertion] marking any relevant derived attributes for update...17:24:26.536 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:26.536 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:26.540 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:26.540 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:26.540 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:26.540 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:26.542 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:26.591 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:26.591 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:26.591 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:26.591 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s51ms [pure insertion] marking any relevant derived attributes for update...17:24:26.591 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:26.591 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:26.591 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:26.591 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:26.605 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:24:27.142 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:24:27.142 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.551s attempting to resolve any uninitialized derived attributes... 17:24:27.142 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:27.142 [pool-170-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:27.142 [pool-170-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... 17:24:27.142 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s552ms [proxy update] 17:24:27.143 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:27.143 [pool-170-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 ~2s 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 /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:27.490 [pool-170-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 635 ms 17:24:27.491 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7400113322428790143/test_allContents[LevelDB GreyCat] 17:24:27.493 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7400113322428790143/test_allContents[LevelDB GreyCat] 17:24:27.517 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7400113322428790143/test_allContents[LevelDB GreyCat] 17:24:27.519 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7400113322428790143/test_allContents[LevelDB GreyCat] 17:24:27.520 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7400113322428790143/test_allContents[LevelDB GreyCat] 17:24:27.622 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7400113322428790143/test_allContents[LevelDB GreyCat] 17:24:27.624 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7400113322428790143/test_allContents[LevelDB GreyCat] 17:24:27.625 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:27.625 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:27.627 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:27.627 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:27.628 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:24:27.798 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:24:27.924 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:24:28.563 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:28.564 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7400113322428790143/test_allContents[LevelDB GreyCat] 17:24:28.564 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:28.764 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:28.765 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:28.765 [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 17:24:28.765 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:28.765 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:28.766 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:28.767 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:28.767 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:28.767 [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! 17:24:28.767 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:28.767 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:24:28.767 [pool-172-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 17:24:28.767 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 17:24:28.781 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:28.781 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:28.835 [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 17:24:28.835 [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 17:24:28.836 [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 17:24:28.836 [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 17:24:28.836 [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 17:24:28.836 [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[] 17:24:28.836 [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 17:24:28.836 [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 17:24:28.836 [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 17:24:28.836 [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 17:24:28.836 [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 17:24:28.836 [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 17:24:28.836 [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 17:24:28.837 [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 17:24:28.837 [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 17:24:28.837 [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 17:24:28.838 [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 17:24:28.838 [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 17:24:28.839 [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 17:24:28.839 [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 17:24:28.839 [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 17:24:28.839 [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 17:24:28.839 [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 17:24:28.839 [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 17:24:28.839 [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 17:24:28.839 [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 17:24:28.840 [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 17:24:28.840 [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 17:24:28.840 [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 17:24:28.840 [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 17:24:28.840 [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 17:24:28.840 [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 17:24:28.841 [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 17:24:28.841 [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 17:24:28.841 [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 17:24:28.841 [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 17:24:28.841 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:24:28.842 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:24:28.843 [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 17:24:28.850 [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 17:24:28.854 [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 17:24:28.855 [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 17:24:28.859 [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 17:24:28.859 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:24:28.859 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:24:28.872 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:24:28.872 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:29.111 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:29.112 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:29.112 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:29.122 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:29.125 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:29.125 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:29.153 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:29.169 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:29.169 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:29.169 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:29.190 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:29.717 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 17:24:29.717 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:30.110 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:24:30.110 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s957ms [pure insertion] marking any relevant derived attributes for update...17:24:30.110 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:30.111 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:30.111 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:30.111 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:30.121 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:30.121 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:24:30.121 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:30.121 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:30.121 [pool-172-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... 17:24:30.121 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 17:24:30.122 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:30.122 [pool-172-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 ~1s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:30.530 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 418 ms 17:24:30.787 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:30.788 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:30.788 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:30.800 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:30.801 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:24:30.801 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:30.801 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:30.806 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:30.806 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:30.806 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:30.806 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:30.807 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:30.809 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:30.809 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:30.809 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:30.809 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:24:30.809 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:30.809 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:30.813 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:30.813 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:30.813 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:30.813 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:30.815 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:30.817 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:30.817 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:30.817 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:30.817 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:24:30.817 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:30.817 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:30.822 [pool-172-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... 17:24:30.822 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:30.823 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:30.823 [pool-172-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... 17:24:30.824 [pool-172-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 17:24:30.827 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:24:30.827 [pool-172-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 17:24:30.842 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:24:30.843 [pool-172-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:24:30.843 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:30.843 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:30.893 [pool-172-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... 17:24:30.893 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:30.893 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:30.893 [pool-172-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... 17:24:30.895 [pool-172-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 17:24:30.895 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:30.895 [pool-172-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 17:24:30.897 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:30.897 [pool-172-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:24:30.897 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:30.897 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:30.901 [pool-172-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... 17:24:30.901 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:30.901 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:30.901 [pool-172-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... 17:24:30.903 [pool-172-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 17:24:30.903 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:30.903 [pool-172-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 17:24:30.906 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:30.906 [pool-172-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:24:30.906 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:30.906 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:30.918 [pool-172-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... 17:24:30.918 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:30.918 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:30.918 [pool-172-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... 17:24:30.921 [pool-172-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 17:24:31.212 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 17:24:31.212 [pool-172-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 17:24:31.407 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:24:31.407 [pool-172-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. 0s489ms [pure insertion] marking any relevant derived attributes for update...17:24:31.407 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:31.407 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:31.411 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:31.411 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:31.411 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:31.411 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:31.413 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:31.416 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 17:24:31.416 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:31.421 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:31.421 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:24:31.421 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:31.421 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:31.426 [pool-172-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... 17:24:31.426 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:31.426 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:31.426 [pool-172-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... 17:24:31.428 [pool-172-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 17:24:31.429 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:31.429 [pool-172-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 17:24:31.431 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:31.431 [pool-172-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:24:31.431 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:31.431 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:31.491 [pool-172-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... 17:24:31.491 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:31.491 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:31.491 [pool-172-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... 17:24:31.493 [pool-172-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 17:24:31.532 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 17:24:31.532 [pool-172-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 17:24:31.606 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:24:31.606 [pool-172-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. 0s115ms [pure insertion] marking any relevant derived attributes for update...17:24:31.606 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:31.606 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:31.610 [pool-172-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... 17:24:31.610 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:31.611 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:31.611 [pool-172-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... 17:24:31.613 [pool-172-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 17:24:31.614 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:31.614 [pool-172-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 17:24:31.616 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:31.616 [pool-172-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:24:31.616 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:31.617 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:31.626 [pool-172-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... 17:24:31.626 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:31.626 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:31.626 [pool-172-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... 17:24:31.629 [pool-172-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 17:24:31.862 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 17:24:31.862 [pool-172-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 17:24:32.372 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:24:32.372 [pool-172-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. 0s746ms [pure insertion] marking any relevant derived attributes for update...17:24:32.372 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:32.372 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:32.372 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:32.372 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:32.468 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:24:32.697 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:24:32.697 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.325s attempting to resolve any uninitialized derived attributes... 17:24:32.697 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:32.697 [pool-172-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:32.697 [pool-172-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... 17:24:32.697 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s325ms [proxy update] 17:24:32.697 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:32.697 [pool-172-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 ~1s validating changes... validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /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.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:33.025 [pool-172-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 237 ms 17:24:33.025 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:33.025 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1832078155438303574/test_subtreeTraversalScoping[LevelDB GreyCat] 17:24:33.027 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:24:33.027 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1832078155438303574/test_subtreeTraversalScoping[LevelDB GreyCat] 17:24:33.028 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:33.028 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:33.029 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:33.029 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:33.610 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:33.610 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1832078155438303574/test_subtreeTraversalScoping[LevelDB GreyCat] 17:24:33.610 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:33.825 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:33.826 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:33.826 [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 17:24:33.826 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:33.826 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:33.828 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:33.828 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:33.828 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:33.828 [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! 17:24:33.828 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:33.829 [pool-174-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 17:24:33.829 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:24:33.829 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 17:24:33.844 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:33.844 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:33.971 [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 17:24:33.972 [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 17:24:33.972 [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 17:24:33.972 [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 17:24:33.972 [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 17:24:33.972 [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[] 17:24:33.972 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.973 [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 17:24:33.974 [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 17:24:33.974 [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 17:24:33.974 [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 17:24:33.975 [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 17:24:33.975 [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 17:24:33.975 [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 17:24:33.990 [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 17:24:33.990 [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 17:24:33.990 [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 17:24:33.990 [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 17:24:33.990 [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 17:24:33.990 [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 17:24:33.991 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:24:33.994 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:24:33.995 [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 17:24:33.996 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:24:33.996 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:24:34.005 [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 17:24:34.009 [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 17:24:34.009 [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 17:24:34.010 [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 17:24:34.013 [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 17:24:34.013 [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 17:24:34.013 [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 17:24:34.021 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:24:34.021 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:34.257 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:34.258 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:34.258 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:34.266 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:34.269 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:34.269 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:34.308 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:34.323 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:34.323 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:34.324 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:34.326 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:34.621 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 17:24:34.621 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:34.799 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:24:34.799 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s491ms [pure insertion] marking any relevant derived attributes for update...17:24:34.799 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:34.800 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:34.800 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:34.800 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:34.810 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:34.810 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:24:34.810 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:34.810 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:34.810 [pool-174-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... 17:24:34.810 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:24:34.810 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:34.810 [pool-174-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 ~0s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:35.155 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 897 ms 17:24:35.358 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:35.358 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:35.359 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:35.370 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:35.371 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:24:35.371 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:35.371 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:35.375 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:35.375 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:35.375 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:35.375 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:35.377 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:35.379 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:35.379 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:35.379 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:35.379 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:24:35.379 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:35.379 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:35.383 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:35.383 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:35.383 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:35.383 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:35.385 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:35.386 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:35.386 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:35.386 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:35.386 [pool-174-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...17:24:35.386 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:35.386 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:35.390 [pool-174-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... 17:24:35.390 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:35.391 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:35.391 [pool-174-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... 17:24:35.392 [pool-174-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 17:24:35.393 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:35.393 [pool-174-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 17:24:35.394 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:35.394 [pool-174-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:24:35.394 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:35.394 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:35.399 [pool-174-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... 17:24:35.399 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:35.400 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:35.400 [pool-174-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... 17:24:35.422 [pool-174-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 17:24:35.423 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:35.423 [pool-174-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 17:24:35.424 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:35.424 [pool-174-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. 0s25ms [pure insertion] marking any relevant derived attributes for update...17:24:35.424 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:35.424 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:35.434 [pool-174-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... 17:24:35.434 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:35.434 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:35.434 [pool-174-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... 17:24:35.436 [pool-174-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 17:24:35.701 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 17:24:35.701 [pool-174-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 17:24:35.756 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:24:35.756 [pool-174-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. 0s322ms [pure insertion] marking any relevant derived attributes for update...17:24:35.756 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:35.756 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:35.791 [pool-174-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... 17:24:35.791 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:35.791 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:35.791 [pool-174-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... 17:24:35.792 [pool-174-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 17:24:35.793 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:35.793 [pool-174-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 17:24:35.794 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:35.794 [pool-174-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...17:24:35.794 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:35.794 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:35.806 [pool-174-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... 17:24:35.806 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:35.806 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:35.806 [pool-174-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... 17:24:35.808 [pool-174-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 17:24:36.202 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 17:24:36.202 [pool-174-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 17:24:36.405 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:24:36.405 [pool-174-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. 0s599ms [pure insertion] marking any relevant derived attributes for update...17:24:36.405 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:36.406 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:36.410 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:36.410 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:36.410 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:36.410 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:36.412 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:36.415 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 17:24:36.415 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:36.420 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:36.420 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:24:36.420 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:36.420 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:36.426 [pool-174-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... 17:24:36.426 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:36.426 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:36.426 [pool-174-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... 17:24:36.427 [pool-174-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 17:24:36.699 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 17:24:36.699 [pool-174-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 17:24:36.720 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:24:36.720 [pool-174-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. 0s294ms [pure insertion] marking any relevant derived attributes for update...17:24:36.720 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:36.720 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:36.724 [pool-174-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... 17:24:36.724 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:36.724 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:36.724 [pool-174-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... 17:24:36.726 [pool-174-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 17:24:36.726 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:36.726 [pool-174-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 17:24:36.728 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:36.728 [pool-174-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:24:36.728 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:36.728 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:36.732 [pool-174-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... 17:24:36.732 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:36.732 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:36.732 [pool-174-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... 17:24:36.734 [pool-174-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 17:24:36.736 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:24:36.736 [pool-174-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 17:24:36.794 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:24:36.794 [pool-174-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:24:36.794 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:36.794 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:36.794 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:36.794 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:36.808 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:24:37.089 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:24:37.089 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.295s attempting to resolve any uninitialized derived attributes... 17:24:37.089 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:37.089 [pool-174-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:37.089 [pool-174-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... 17:24:37.089 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s295ms [proxy update] 17:24:37.089 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... 17:24:37.090 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.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/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:37.397 [pool-174-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 38 ms 17:24:37.398 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7244576723898096965/test_getAllOf[LevelDB GreyCat] 17:24:37.399 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7244576723898096965/test_getAllOf[LevelDB GreyCat] 17:24:37.413 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7244576723898096965/test_getAllOf[LevelDB GreyCat] 17:24:37.415 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7244576723898096965/test_getAllOf[LevelDB GreyCat] 17:24:37.537 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7244576723898096965/test_getAllOf[LevelDB GreyCat] 17:24:37.538 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 17:24:37.538 [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); 17:24:37.581 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 17:24:37.597 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:24:38.522 [main] INFO o.e.h.c.r.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:24:38.522 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.941s 17:24:38.522 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 17:24:38.523 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:38.523 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:38.524 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:38.524 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:39.362 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:39.362 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7244576723898096965/test_getAllOf[LevelDB GreyCat] 17:24:39.362 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:39.589 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:39.590 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:39.590 [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 17:24:39.590 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:39.590 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:39.592 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:39.592 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:39.592 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:39.592 [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! 17:24:39.592 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:39.593 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... 17:24:39.593 [pool-176-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 17:24:39.593 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 17:24:39.607 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:39.607 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:39.641 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:24:39.641 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:24:39.648 [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 17:24:39.691 [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 17:24:39.696 [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 17:24:39.697 [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 17:24:39.699 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:24:39.700 [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 17:24:39.701 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:24:39.704 [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 17:24:39.704 [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 17:24:39.704 [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 17:24:39.705 [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 17:24:39.705 [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 17:24:39.705 [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 17:24:39.705 [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 17:24:39.705 [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[] 17:24:39.705 [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 17:24:39.705 [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 17:24:39.705 [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 17:24:39.705 [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 17:24:39.705 [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 17:24:39.705 [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 17:24:39.706 [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 17:24:39.706 [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 17:24:39.706 [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 17:24:39.706 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.707 [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 17:24:39.708 [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 17:24:39.709 [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 17:24:39.709 [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 17:24:39.710 [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 17:24:39.710 [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 17:24:39.717 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:24:39.717 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:40.036 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:40.036 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:40.037 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:40.045 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:40.047 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:40.047 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:40.070 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:40.086 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:40.086 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:40.086 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:40.089 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:40.335 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec) 17:24:40.335 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:40.516 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:24:40.516 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s446ms [pure insertion] marking any relevant derived attributes for update...17:24:40.516 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:40.517 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:40.517 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:40.517 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:40.527 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:40.527 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:24:40.527 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:40.527 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:40.527 [pool-176-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... 17:24:40.527 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:24:40.527 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:40.527 [pool-176-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 ~0s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:40.719 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 682 ms 17:24:40.963 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:40.964 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:40.964 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:40.980 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:40.981 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:24:40.981 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:40.981 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:40.994 [pool-176-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... 17:24:40.994 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:40.994 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:40.994 [pool-176-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... 17:24:40.996 [pool-176-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 17:24:41.163 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 17:24:41.163 [pool-176-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 17:24:41.265 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:24:41.265 [pool-176-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. 0s271ms [pure insertion] marking any relevant derived attributes for update...17:24:41.265 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.265 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.269 [pool-176-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... 17:24:41.269 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.269 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.269 [pool-176-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... 17:24:41.271 [pool-176-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 17:24:41.271 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:41.271 [pool-176-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 17:24:41.290 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:41.290 [pool-176-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:24:41.290 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.290 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.295 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:41.295 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.295 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.295 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:41.296 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:41.298 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:41.298 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:41.298 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:41.298 [pool-176-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...17:24:41.298 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:41.299 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:41.303 [pool-176-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... 17:24:41.303 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.304 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.304 [pool-176-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... 17:24:41.327 [pool-176-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 17:24:41.328 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:41.328 [pool-176-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 17:24:41.329 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:41.329 [pool-176-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. 0s26ms [pure insertion] marking any relevant derived attributes for update...17:24:41.329 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.329 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.334 [pool-176-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... 17:24:41.334 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.334 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.334 [pool-176-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... 17:24:41.335 [pool-176-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 17:24:41.337 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:24:41.337 [pool-176-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 17:24:41.351 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:24:41.351 [pool-176-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:24:41.351 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.351 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.355 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:41.355 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.355 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.355 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:41.357 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:41.359 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 17:24:41.359 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:41.393 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:41.393 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s38ms [pure insertion] marking any relevant derived attributes for update...17:24:41.393 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.393 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.400 [pool-176-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... 17:24:41.400 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.400 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.400 [pool-176-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... 17:24:41.401 [pool-176-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 17:24:41.498 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 17:24:41.498 [pool-176-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 17:24:41.518 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:24:41.518 [pool-176-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. 0s118ms [pure insertion] marking any relevant derived attributes for update...17:24:41.518 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.518 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.522 [pool-176-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... 17:24:41.522 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.522 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.522 [pool-176-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... 17:24:41.524 [pool-176-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 17:24:41.524 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:41.524 [pool-176-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 17:24:41.525 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:41.525 [pool-176-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...17:24:41.525 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.525 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.590 [pool-176-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... 17:24:41.590 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.591 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.591 [pool-176-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... 17:24:41.592 [pool-176-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 17:24:41.743 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 17:24:41.743 [pool-176-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 17:24:41.914 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:24:41.914 [pool-176-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. 0s324ms [pure insertion] marking any relevant derived attributes for update...17:24:41.914 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.914 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.918 [pool-176-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... 17:24:41.918 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.918 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.918 [pool-176-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... 17:24:41.921 [pool-176-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 17:24:41.922 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:41.922 [pool-176-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 17:24:41.923 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:41.923 [pool-176-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. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:24:41.923 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:41.924 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:41.928 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:41.928 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:41.929 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:41.929 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:41.945 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:41.947 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:41.947 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:41.947 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:41.947 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...17:24:41.947 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:41.947 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:41.947 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:41.947 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:41.960 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:24:42.225 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:24:42.225 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.278s attempting to resolve any uninitialized derived attributes... 17:24:42.225 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:42.225 [pool-176-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:42.225 [pool-176-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... 17:24:42.225 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s278ms [proxy update] 17:24:42.225 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:42.226 [pool-176-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 ~1s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:42.642 [pool-176-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 678 ms 17:24:42.642 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2366525460336751088/test_getFiles[LevelDB GreyCat] 17:24:42.644 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2366525460336751088/test_getFiles[LevelDB GreyCat] 17:24:42.645 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:42.645 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:42.646 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:42.646 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:43.225 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:43.225 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2366525460336751088/test_getFiles[LevelDB GreyCat] 17:24:43.225 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:43.409 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:43.410 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:43.410 [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 17:24:43.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:43.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:43.414 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:43.414 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:43.414 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:43.414 [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! 17:24:43.414 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:43.414 [pool-178-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 17:24:43.414 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:24:43.415 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 17:24:43.429 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:43.429 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.471 [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 17:24:43.472 [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 17:24:43.472 [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[] 17:24:43.472 [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 17:24:43.472 [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 17:24:43.472 [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 17:24:43.472 [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 17:24:43.472 [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 17:24:43.473 [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 17:24:43.474 [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 17:24:43.474 [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 17:24:43.474 [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 17:24:43.474 [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 17:24:43.474 [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 17:24:43.475 [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 17:24:43.475 [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 17:24:43.476 [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 17:24:43.476 [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 17:24:43.476 [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 17:24:43.477 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:24:43.478 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:24:43.479 [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 17:24:43.482 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:24:43.482 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:24:43.482 [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 17:24:43.482 [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 17:24:43.484 [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 17:24:43.490 [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 17:24:43.505 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:24:43.505 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:43.721 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:43.722 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:43.722 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:43.732 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:43.759 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 17:24:43.760 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:43.760 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:43.766 [pool-178-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... 17:24:43.770 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:43.770 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:43.770 [pool-178-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... 17:24:43.775 [pool-178-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 17:24:43.903 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec) 17:24:43.903 [pool-178-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 17:24:43.914 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:24:43.914 [pool-178-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. 0s148ms [pure insertion] marking any relevant derived attributes for update...17:24:43.914 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:43.915 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:43.919 [pool-178-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... 17:24:43.919 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:43.919 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:43.919 [pool-178-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... 17:24:43.921 [pool-178-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 17:24:43.921 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:43.921 [pool-178-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 17:24:43.922 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:43.922 [pool-178-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...17:24:43.922 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:43.922 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:43.926 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:43.926 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:43.926 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:43.926 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:24:43.990 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:43.992 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:43.992 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:24:43.992 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:43.992 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:24:43.992 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:43.992 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:43.996 [pool-178-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... 17:24:43.996 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:43.996 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:43.996 [pool-178-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... 17:24:43.998 [pool-178-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 17:24:44.000 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec) 17:24:44.000 [pool-178-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 17:24:44.014 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:24:44.014 [pool-178-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...17:24:44.014 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:44.014 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:44.018 [pool-178-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... 17:24:44.018 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:44.018 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:44.018 [pool-178-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... 17:24:44.020 [pool-178-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 17:24:44.020 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:44.020 [pool-178-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 17:24:44.021 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:44.021 [pool-178-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...17:24:44.021 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:44.021 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:44.025 [pool-178-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... 17:24:44.025 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:44.025 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:44.025 [pool-178-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... 17:24:44.027 [pool-178-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 17:24:44.027 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:44.027 [pool-178-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 17:24:44.029 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:44.029 [pool-178-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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:24:44.029 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:44.029 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:44.033 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:44.033 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:44.033 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:44.033 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:24:44.034 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:44.036 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec) 17:24:44.036 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:24:44.036 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:44.036 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:24:44.036 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:44.036 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:44.093 [pool-178-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... 17:24:44.093 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:44.093 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:44.093 [pool-178-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... 17:24:44.095 [pool-178-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 17:24:44.249 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec) 17:24:44.249 [pool-178-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 17:24:44.319 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:24:44.319 [pool-178-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. 0s226ms [pure insertion] marking any relevant derived attributes for update...17:24:44.319 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:44.319 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:44.323 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:24:44.323 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:44.323 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:44.323 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:24:44.325 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:24:44.326 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec) 17:24:44.326 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:24:44.331 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:44.331 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:24:44.331 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:44.331 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:44.335 [pool-178-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... 17:24:44.335 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:44.335 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:44.335 [pool-178-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... 17:24:44.336 [pool-178-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 17:24:44.337 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec) 17:24:44.337 [pool-178-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 17:24:44.338 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:44.338 [pool-178-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. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:24:44.338 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:44.338 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:44.350 [pool-178-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... 17:24:44.390 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:44.390 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:44.390 [pool-178-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... 17:24:44.392 [pool-178-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 17:24:44.640 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec) 17:24:44.640 [pool-178-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 17:24:45.112 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:24:45.112 [pool-178-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. 0s762ms [pure insertion] marking any relevant derived attributes for update...17:24:45.112 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:45.112 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:45.112 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:45.112 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:45.124 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:24:45.294 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:24:45.294 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.182s attempting to resolve any uninitialized derived attributes... 17:24:45.294 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:45.294 [pool-178-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:45.294 [pool-178-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... 17:24:45.294 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s182ms [proxy update] 17:24:45.294 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:45.295 [pool-178-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 ~1s validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggvalidating changes... able.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.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/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 17:24:45.570 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 848 ms 17:24:45.570 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit460894413717650367/test_getAllOfCountsSubtypes[LevelDB GreyCat] changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:24:45.590 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 17:24:45.590 [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); 17:24:45.612 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 17:24:45.615 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:24:45.626 [main] INFO o.e.h.c.r.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:24:45.626 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.014s 17:24:45.626 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 17:24:45.627 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit460894413717650367/test_getAllOfCountsSubtypes[LevelDB GreyCat] 17:24:45.627 [main] INFO o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 17:24:45.627 [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); 17:24:45.628 [main] INFO o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 17:24:45.631 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:24:45.649 [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) 17:24:45.649 [main] INFO o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.021s 17:24:45.649 [main] INFO o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 17:24:45.652 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:45.655 [pool-178-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 17:24:45.655 [pool-178-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 17:24:45.655 [pool-178-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit460894413717650367/test_getAllOfCountsSubtypes[LevelDB GreyCat] 17:24:45.656 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:45.656 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:45.657 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:45.657 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:46.237 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:46.238 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit460894413717650367/test_getAllOfCountsSubtypes[LevelDB GreyCat] 17:24:46.238 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:46.397 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:46.398 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:46.398 [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 17:24:46.398 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:46.398 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:46.399 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:46.399 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:46.399 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:46.399 [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! 17:24:46.400 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:46.400 [pool-180-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 17:24:46.400 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:24:46.401 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:24:46.403 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:46.403 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:46.405 [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 17:24:46.405 [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 17:24:46.405 [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 17:24:46.405 [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 17:24:46.405 [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 17:24:46.405 [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 17:24:46.405 [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 17:24:46.405 [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 17:24:46.405 [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 17:24:46.406 [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 17:24:46.406 [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 17:24:46.406 [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 17:24:46.406 [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 17:24:46.406 [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 17:24:46.406 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.407 [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 17:24:46.408 [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 17:24:46.408 [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[] 17:24:46.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:24:46.410 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:46.410 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:24:46.412 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:46.412 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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[] 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.431 [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 17:24:46.432 [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 17:24:46.432 [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 17:24:46.432 [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 17:24:46.432 [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 17:24:46.432 [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 17:24:46.432 [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 17:24:46.432 [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 17:24:46.432 [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 17:24:46.432 [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[] 17:24:46.432 [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 17:24:46.433 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:24:46.433 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:46.433 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:24:46.434 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:46.434 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:46.439 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:24:46.440 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:24:46.440 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:46.625 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3702078972637349036/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:46.626 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:46.626 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:46.627 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:46.630 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:46.630 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:46.630 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:46.666 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:46.666 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:46.666 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:24:46.668 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:24:46.670 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:24:46.670 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:24:46.670 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:46.670 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s40ms [pure insertion] marking any relevant derived attributes for update...17:24:46.670 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:46.671 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:46.671 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:46.671 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:46.671 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:46.671 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:24:46.671 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:46.671 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:46.671 [pool-180-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... 17:24:46.671 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:24:46.672 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:46.672 [pool-180-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 validating file UPDATED for /tree.model time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 17:24:46.672 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 46 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit3702078972637349036/tree.model 17:24:46.672 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:46.673 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:46.673 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:46.673 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:46.673 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:46.673 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:46.674 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:24:46.674 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:24:46.674 [pool-180-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:24:46.674 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model... 17:24:46.674 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 17:24:46.675 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s 17:24:46.677 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:24:46.678 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:24:46.678 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:24:46.678 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:46.679 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:46.679 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:46.679 [pool-180-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:46.679 [pool-180-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... 17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:46.679 [pool-180-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 file UPDATED for /tree.model validating changes... changed resource size: 3 relevant graph size: 3 validated changes... true 17:24:46.679 [pool-180-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms 17:24:46.679 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:46.679 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit3702078972637349036/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:46.681 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:46.681 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:47.515 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:47.516 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7735595215043947829/test_addChild[LevelDB GreyCat] 17:24:47.516 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:47.666 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:47.667 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:47.667 [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 17:24:47.667 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:47.667 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:47.668 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:47.668 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:47.668 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:47.668 [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! 17:24:47.669 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:47.669 [pool-182-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 17:24:47.669 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:24:47.669 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:24:47.671 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:47.671 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:47.673 [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 17:24:47.673 [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 17:24:47.673 [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 17:24:47.674 [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 17:24:47.674 [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 17:24:47.674 [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 17:24:47.674 [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 17:24:47.674 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.675 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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[] 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.676 [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 17:24:47.679 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:24:47.679 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:47.679 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:24:47.680 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:47.680 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.700 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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[] 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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[] 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.701 [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 17:24:47.702 [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 17:24:47.702 [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 17:24:47.702 [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 17:24:47.702 [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 17:24:47.702 [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 17:24:47.702 [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 17:24:47.704 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:24:47.704 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:47.704 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:24:47.704 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:47.704 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:47.709 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:24:47.710 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:24:47.710 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:47.946 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2254032228974850257/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:47.947 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:47.947 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:47.948 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:47.948 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:47.948 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:47.948 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:47.948 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:47.950 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:47.950 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:24:47.950 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:47.950 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:47.984 [pool-182-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... 17:24:47.984 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s44ms [proxy update] 17:24:47.992 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:47.992 [pool-182-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 17:24:47.993 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 46 ms 17:24:47.993 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:47.994 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:47.996 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:47.996 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:47.996 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:47.998 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:47.998 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:47.998 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:24:48.001 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:24:48.003 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:24:48.003 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:24:48.003 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:48.003 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:24:48.003 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:48.003 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:48.003 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:48.003 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:48.003 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:48.003 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:24:48.003 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:48.003 [pool-182-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:48.004 [pool-182-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... 17:24:48.004 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:24:48.004 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:48.004 [pool-182-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 ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 17:24:48.004 [pool-182-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms 17:24:48.004 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:48.004 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2254032228974850257/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:48.005 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:48.005 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:48.376 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:48.376 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2914907126021878373/test_addModel[LevelDB GreyCat] 17:24:48.376 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:48.510 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:48.511 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:48.511 [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 17:24:48.511 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:48.511 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:48.513 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:48.513 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:48.513 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:48.513 [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! 17:24:48.513 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:48.513 [pool-184-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 17:24:48.514 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:24:48.514 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:24:48.515 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:48.515 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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[] 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.518 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.519 [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 17:24:48.520 [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 17:24:48.520 [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 17:24:48.520 [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 17:24:48.520 [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 17:24:48.520 [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 17:24:48.521 [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 17:24:48.521 [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 17:24:48.524 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:24:48.524 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:48.524 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:24:48.526 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:48.526 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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 17:24:48.545 [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[] 17:24:48.545 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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[] 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.546 [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 17:24:48.547 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:24:48.547 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:48.547 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:24:48.548 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:48.548 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:48.553 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:24:48.554 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:24:48.554 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:48.739 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8997106661612688582/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:48.740 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:48.740 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:48.741 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:48.743 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:48.743 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:48.744 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:48.788 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:48.788 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:48.788 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:24:48.790 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:24:48.792 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:24:48.792 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:24:48.792 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:48.792 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s48ms [pure insertion] marking any relevant derived attributes for update...17:24:48.793 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:48.793 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:48.793 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:48.793 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:48.794 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:48.794 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:24:48.794 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:48.794 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:48.794 [pool-184-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... 17:24:48.794 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:24:48.794 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:48.794 [pool-184-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 ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 17:24:48.794 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 54 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit8997106661612688582/tree.model 17:24:48.794 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:48.795 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:48.795 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:48.795 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:48.796 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:48.796 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:48.796 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:24:48.796 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:24:48.796 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:24:48.796 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 17:24:48.796 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:24:48.799 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model. 0s3ms [pure insertion] marking any relevant derived attributes for update...17:24:48.799 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:48.799 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:48.799 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:48.799 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:48.799 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:48.799 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:24:48.799 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:48.799 [pool-184-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:48.799 [pool-184-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... 17:24:48.799 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:24:48.799 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:48.800 [pool-184-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 17:24:48.800 [pool-184-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 17:24:48.801 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:48.801 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8997106661612688582/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:48.802 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:48.802 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:50.037 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:50.038 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7386680409653573182/test_renameRoot[LevelDB GreyCat] 17:24:50.038 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:50.223 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:50.224 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:50.224 [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 17:24:50.224 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:50.224 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:50.226 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:50.226 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:50.226 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:50.226 [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! 17:24:50.226 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:50.226 [pool-186-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 17:24:50.226 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:24:50.227 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:24:50.228 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:50.228 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:50.232 [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 17:24:50.232 [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 17:24:50.232 [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 17:24:50.232 [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 17:24:50.233 [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 17:24:50.234 [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 17:24:50.234 [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 17:24:50.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 17:24:50.234 [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 17:24:50.234 [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 17:24:50.234 [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 17:24:50.235 [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 17:24:50.235 [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 17:24:50.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 17:24:50.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 17:24:50.235 [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 17:24:50.235 [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 17:24:50.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 17:24:50.235 [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 17:24:50.235 [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 17:24:50.235 [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 17:24:50.235 [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 17:24:50.235 [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 17:24:50.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 17:24:50.235 [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 17:24:50.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 17:24:50.235 [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 17:24:50.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 17:24:50.235 [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[] 17:24:50.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 17:24:50.236 [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 17:24:50.236 [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 17:24:50.236 [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 17:24:50.238 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:24:50.238 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:50.238 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:24:50.240 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:50.240 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:50.251 [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 17:24:50.251 [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 17:24:50.251 [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 17:24:50.251 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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[] 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.252 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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 17:24:50.253 [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[] 17:24:50.253 [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 17:24:50.255 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:24:50.255 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:50.255 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:24:50.256 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:50.256 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:50.275 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:24:50.276 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:24:50.276 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:50.583 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6637885886177893051/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:50.584 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:50.584 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:50.585 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:50.588 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:50.588 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:50.589 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:50.633 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:50.633 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:50.633 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:24:50.635 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:24:50.638 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:24:50.638 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:24:50.638 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:50.638 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s49ms [pure insertion] marking any relevant derived attributes for update...17:24:50.638 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:50.639 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:50.639 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:50.639 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:50.639 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:50.639 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:24:50.639 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:50.639 [pool-186-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:50.639 [pool-186-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... 17:24:50.639 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:24:50.639 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:50.639 [pool-186-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 ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 17:24:50.640 [pool-186-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 56 ms property: eContainer not found in metamodel for type: Tree 17:24:50.641 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:50.641 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6637885886177893051/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:50.642 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:50.642 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:51.265 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:51.266 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1153807280826336730/test_eContainer[LevelDB GreyCat] 17:24:51.266 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:51.408 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:51.409 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:51.409 [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 17:24:51.409 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:51.409 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:51.411 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:51.411 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:51.411 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:51.411 [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! 17:24:51.411 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:51.411 [pool-188-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 17:24:51.412 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:24:51.412 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:24:51.413 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:51.413 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:51.416 [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[] 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.416 [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 17:24:51.417 [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 17:24:51.417 [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 17:24:51.417 [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 17:24:51.417 [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 17:24:51.417 [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 17:24:51.417 [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 17:24:51.418 [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 17:24:51.418 [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 17:24:51.418 [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 17:24:51.418 [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 17:24:51.418 [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 17:24:51.418 [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 17:24:51.419 [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 17:24:51.419 [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 17:24:51.419 [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 17:24:51.419 [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 17:24:51.419 [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 17:24:51.419 [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 17:24:51.419 [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 17:24:51.419 [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 17:24:51.419 [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 17:24:51.421 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:24:51.421 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:51.421 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:24:51.423 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:51.423 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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[] 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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[] 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.451 [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 17:24:51.452 [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 17:24:51.452 [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 17:24:51.452 [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 17:24:51.452 [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 17:24:51.452 [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 17:24:51.452 [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 17:24:51.452 [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 17:24:51.452 [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 17:24:51.452 [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 17:24:51.453 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:24:51.453 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:51.453 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:24:51.454 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:51.454 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:51.459 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:24:51.460 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:24:51.460 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:51.645 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5971003698700505249/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:51.646 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:51.647 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:51.647 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:51.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:51.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:51.650 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:51.703 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:51.703 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:51.703 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:24:51.704 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:24:51.707 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:24:51.707 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:24:51.708 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:51.708 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s58ms [pure insertion] marking any relevant derived attributes for update...17:24:51.708 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:51.708 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:51.708 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:51.708 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:51.709 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:51.709 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:24:51.709 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:51.709 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:51.709 [pool-188-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... 17:24:51.709 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:24:51.709 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:51.709 [pool-188-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 ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 17:24:51.709 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 62 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit5971003698700505249/tree.model 17:24:51.710 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:51.710 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:51.710 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:51.710 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:51.711 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:51.711 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:51.711 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:24:51.711 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 17:24:51.711 [pool-188-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:24:51.711 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model... 17:24:51.711 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 17:24:51.713 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 17:24:51.715 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:24:51.716 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec) 17:24:51.716 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:24:51.716 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:24:51.716 [pool-188-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...17:24:51.716 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:51.716 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:51.716 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:51.716 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:51.716 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:51.716 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:24:51.716 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:51.716 [pool-188-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:51.716 [pool-188-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... 17:24:51.716 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:24:51.716 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:51.716 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 2 time ~0s validating changes... changed resource size: 1 17:24:51.717 [pool-188-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms relevant graph size: 1 validated changes... true 17:24:51.717 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:51.717 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5971003698700505249/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:51.718 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:51.718 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:52.791 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:52.792 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1756989846103296097/test_removeChild[LevelDB GreyCat] 17:24:52.792 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:24:53.445 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:53.446 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:53.446 [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 17:24:53.446 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:53.446 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:53.448 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:53.448 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:53.448 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:53.448 [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! 17:24:53.448 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:53.448 [pool-190-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 17:24:53.449 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:24:53.449 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:24:53.450 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:53.450 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:53.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 17:24:53.453 [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 17:24:53.453 [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 17:24:53.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 17:24:53.453 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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[] 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.454 [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 17:24:53.455 [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 17:24:53.455 [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 17:24:53.455 [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 17:24:53.455 [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 17:24:53.455 [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 17:24:53.455 [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 17:24:53.455 [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 17:24:53.455 [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 17:24:53.456 [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 17:24:53.456 [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 17:24:53.456 [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 17:24:53.456 [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 17:24:53.456 [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 17:24:53.456 [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 17:24:53.458 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:24:53.458 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:53.458 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:24:53.459 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:53.459 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:53.478 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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[] 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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[] 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.479 [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 17:24:53.480 [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 17:24:53.480 [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 17:24:53.480 [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 17:24:53.480 [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 17:24:53.481 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:24:53.481 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:53.481 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:24:53.481 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:53.482 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:53.487 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:24:53.488 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:24:53.488 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:24:53.673 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6476248471780315623/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:53.674 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:53.674 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:53.675 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:53.677 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:53.677 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:53.678 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:53.731 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:53.731 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:53.731 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model... 17:24:53.732 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model 17:24:53.736 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:24:53.736 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model 17:24:53.736 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:24:53.736 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model. 0s58ms [pure insertion] marking any relevant derived attributes for update...17:24:53.736 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:53.737 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:53.737 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:53.737 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:53.737 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:53.737 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:24:53.737 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:53.737 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:53.737 [pool-190-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... 17:24:53.738 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:24:53.738 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. sync metrics: interesting 1 deleted 0 changed 1 17:24:53.738 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 17:24:53.738 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 64 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit6476248471780315623/tree.model 17:24:53.738 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:53.739 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:53.739 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:53.739 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:53.740 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model... 17:24:53.740 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:53.740 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:24:53.740 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:24:53.740 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:24:53.740 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 17:24:53.740 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:53.741 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:24:53.741 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:53.741 [pool-190-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:53.741 [pool-190-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... 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 17:24:53.741 [pool-190-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 17:24:53.742 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:53.742 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6476248471780315623/:org.eclipse.hawk.localfolder.LocalFolder:false 17:24:53.743 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:53.743 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:54.433 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:54.434 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1217139437991342580/test_renameChild[LevelDB GreyCat] 17:24:54.434 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:55.258 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:55.259 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:55.259 [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 17:24:55.510 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:55.510 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:55.711 [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 17:24:55.711 [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 17:24:55.715 [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 17:24:55.715 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.718 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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[] 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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[] 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.719 [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 17:24:55.720 [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 17:24:55.720 [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 17:24:55.720 [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 17:24:55.721 [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 17:24:55.722 [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 17:24:55.722 [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 17:24:55.725 [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 17:24:55.725 [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 17:24:55.727 [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 17:24:55.728 [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 17:24:55.728 [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 17:24:55.729 [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 17:24:55.730 [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 17:24:55.731 [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 17:24:55.731 [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 17:24:55.790 [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 17:24:55.791 [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 17:24:55.792 [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 17:24:55.794 [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 17:24:55.794 [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 17:24:55.826 [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 17:24:55.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 17:24:55.834 [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 17:24:55.897 [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 17:24:55.911 [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 17:24:55.916 [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 17:24:55.917 [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 17:24:56.009 [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 17:24:56.032 [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 17:24:56.127 [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 17:24:56.307 [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 17:24:56.312 [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 17:24:56.318 [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 17:24:56.324 [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 17:24:56.324 [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 17:24:56.324 [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 17:24:56.324 [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 17:24:56.324 [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 17:24:56.325 [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 17:24:56.328 [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 17:24:56.329 [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 17:24:56.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 17:24:56.331 [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 17:24:56.331 [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 17:24:56.331 [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 17:24:56.332 [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 17:24:56.332 [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 17:24:56.332 [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 17:24:56.332 [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 17:24:56.332 [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 17:24:56.332 [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 17:24:56.333 [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 17:24:56.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 17:24:56.333 [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 17:24:56.333 [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 17:24:56.333 [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 17:24:56.333 [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 17:24:56.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 17:24:56.334 [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 17:24:56.334 [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 17:24:56.335 [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 17:24:56.335 [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 17:24:56.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 17:24:56.335 [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 17:24:56.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 17:24:56.335 [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 17:24:56.335 [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 17:24:56.335 [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 17:24:56.335 [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 17:24:56.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 17:24:56.335 [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 17:24:56.336 [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 17:24:56.336 [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 17:24:56.336 [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[] 17:24:56.390 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:24:56.391 [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 17:24:56.391 [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 17:24:56.393 [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 17:24:56.394 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:24:56.394 [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 17:24:56.394 [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 17:24:56.394 [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 17:24:56.396 [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 17:24:56.398 [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 17:24:56.398 [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 17:24:56.416 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:24:56.416 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:24:56.425 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:24:56.425 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:24:56.425 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:56.426 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:24:56.426 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:24:56.515 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:24:56.516 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:56.517 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:56.517 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:56.521 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:56.521 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:56.606 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:24:56.610 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:56.610 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:56.610 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:24:56.613 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:24:56.692 [pool-192-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 17:24:56.724 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:24:56.724 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:24:56.795 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:24:56.795 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s189ms [pure insertion] marking any relevant derived attributes for update...17:24:56.795 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:56.796 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:56.799 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:24:56.800 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:56.800 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:56.800 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:24:56.801 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:24:56.905 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:24:56.905 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:24:56.917 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:24:56.917 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s118ms [pure insertion] marking any relevant derived attributes for update...17:24:56.917 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:24:56.918 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:24:56.920 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:24:56.920 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:56.920 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:56.920 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:24:56.922 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:24:57.090 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:24:57.090 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:24:57.099 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:24:57.099 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s179ms [pure insertion] marking any relevant derived attributes for update...17:24:57.099 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:57.099 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:57.101 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:24:57.101 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:57.101 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:57.101 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:24:57.103 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:24:57.201 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:24:57.201 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:24:57.209 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:24:57.209 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s108ms [pure insertion] marking any relevant derived attributes for update...17:24:57.209 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:57.209 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:57.210 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:57.210 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:57.214 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:24:57.214 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:24:57.214 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:24:57.214 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:57.214 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:57.214 [pool-192-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... 17:24:57.214 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:24:57.214 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:57.215 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:24:57.215 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 698 ms 17:24:57.215 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 17:24:57.217 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:57.217 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:57.227 [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 17:24:57.227 [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 17:24:57.290 [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 17:24:57.291 [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 17:24:57.291 [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 17:24:57.291 [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 17:24:57.292 [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 17:24:57.292 [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 17:24:57.294 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) reseting local top revision of repository: pathmap://UML_LIBRARIES/ 17:24:57.295 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). (as elements in it were removed or new metamodels were added to Hawk) 17:24:57.630 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3644906160723819935/test_create[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:24:57.701 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7481439247415672478/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:24:57.702 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:57.702 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:57.702 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:57.703 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:57.703 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:57.703 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:57.703 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:57.703 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:24:57.704 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:24:57.704 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:24:57.704 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:57.704 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:57.704 [pool-192-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... 17:24:57.704 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:24:57.704 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:57.704 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:57.705 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:57.705 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:57.708 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 17:24:57.708 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:57.708 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:24:57.708 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 17:24:57.710 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 17:24:57.719 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 17:24:57.719 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 17:24:57.723 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:24:57.723 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:24:57.723 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:57.723 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:57.723 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:57.723 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:57.725 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:24:57.725 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:24:57.725 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:24:57.725 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:57.725 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:57.725 [pool-192-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... 17:24:57.725 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:24:57.725 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:57.725 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:24:57.725 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms 17:24:57.731 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:24:57.731 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:24:57.732 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:24:57.732 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:24:57.792 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 17:24:57.792 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:24:57.793 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store 17:24:57.799 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit8864763134443853054/test_recreate[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:24:57.810 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 17:24:57.810 [pool-192-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:24:57.810 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml... 17:24:57.810 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 17:24:57.817 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 17:24:57.840 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 17:24:57.892 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 17:24:57.892 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 17:24:57.895 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:24:57.895 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...17:24:57.895 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:24:57.895 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:24:57.896 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:24:57.896 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:24:57.897 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:24:57.897 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:24:57.897 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:24:57.897 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:24:57.897 [pool-192-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:24:57.897 [pool-192-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... 17:24:57.897 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:24:57.897 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:24:57.897 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:24:57.897 [pool-192-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 166 ms 17:24:57.899 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:24:57.899 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7481439247415672478/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:24:57.900 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:57.900 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:24:57.926 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@43b4fe19 failed java.nio.file.NoSuchFileException: /tmp/junit3004300958298195265/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[na:1.8.0_252] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[na:1.8.0_252] at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[na:1.8.0_252] at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[na:1.8.0_252] at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[na:1.8.0_252] at java.nio.file.Files.readAttributes(Files.java:1737) ~[na:1.8.0_252] at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) ~[na:na] at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) ~[na:na] at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) ~[na:na] at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) ~[na:na] at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) ~[na:na] at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) ~[na:na] at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) ~[na:na] at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) ~[org.eclipse.hawk.greycat-2.1.0-SNAPSHOT.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_252] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_252] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252] at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252] 17:24:58.782 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:24:58.782 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4029317910401865247/test_upgradeModelProfileVersion[LevelDB GreyCat] 17:24:58.782 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:24:59.132 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:24:59.133 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:24:59.133 [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 17:24:59.193 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:24:59.193 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:24:59.392 [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 17:24:59.393 [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 17:24:59.395 [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 17:24:59.395 [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 17:24:59.395 [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 17:24:59.396 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:24:59.396 [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 17:24:59.397 [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 17:24:59.397 [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 17:24:59.400 [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 17:24:59.400 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.401 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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[] 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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[] 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.402 [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 17:24:59.403 [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 17:24:59.403 [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 17:24:59.404 [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 17:24:59.405 [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 17:24:59.405 [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 17:24:59.405 [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 17:24:59.408 [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 17:24:59.409 [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 17:24:59.410 [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 17:24:59.410 [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 17:24:59.412 [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 17:24:59.413 [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 17:24:59.413 [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 17:24:59.415 [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 17:24:59.416 [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 17:24:59.417 [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 17:24:59.417 [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 17:24:59.504 [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 17:24:59.509 [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 17:24:59.511 [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 17:24:59.520 [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 17:24:59.532 [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 17:24:59.537 [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 17:24:59.538 [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 17:24:59.628 [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 17:24:59.794 [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 17:24:59.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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind 17:24:59.992 [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 17:24:59.997 [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 17:25:00.002 [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 17:25:00.009 [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 17:25:00.009 [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 17:25:00.010 [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 17:25:00.010 [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 17:25:00.011 [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 17:25:00.013 [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 17:25:00.013 [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 17:25:00.013 [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 17:25:00.013 [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 17:25:00.013 [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 17:25:00.013 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:00.013 [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 17:25:00.013 [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 17:25:00.014 [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 17:25:00.015 [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 17:25:00.017 [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 17:25:00.020 [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 17:25:00.021 [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 17:25:00.021 [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 17:25:00.021 [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 17:25:00.022 [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 17:25:00.022 [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 17:25:00.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 17:25:00.022 [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 17:25:00.022 [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 17:25:00.022 [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 17:25:00.023 [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 17:25:00.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 17:25:00.023 [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 17:25:00.023 [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 17:25:00.023 [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 17:25:00.023 [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 17:25:00.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 17:25:00.024 [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 17:25:00.024 [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 17:25:00.025 [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 17:25:00.025 [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 17:25:00.025 [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 17:25:00.025 [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 17:25:00.025 [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 17:25:00.025 [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 17:25:00.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 17:25:00.025 [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 17:25:00.025 [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 17:25:00.025 [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 17:25:00.025 [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 17:25:00.026 [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 17:25:00.026 [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 17:25:00.026 [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[] 17:25:00.097 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:00.097 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:25:00.106 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:25:00.106 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:25:00.106 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:00.106 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:00.106 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:00.191 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:00.192 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:00.192 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:00.192 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:00.197 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:00.197 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:00.213 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:25:00.222 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:00.222 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:00.222 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:25:00.295 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:25:00.319 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:25:00.319 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:25:00.326 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:25:00.326 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s113ms [pure insertion] marking any relevant derived attributes for update...17:25:00.326 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:00.327 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:00.328 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:25:00.328 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:00.328 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:00.328 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:25:00.330 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:25:00.410 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:25:00.410 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:25:00.416 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:25:00.416 [pool-194-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...17:25:00.416 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:00.416 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:00.417 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:25:00.417 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:00.417 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:00.417 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:25:00.419 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:25:00.515 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:25:00.515 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:25:00.525 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:25:00.525 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s108ms [pure insertion] marking any relevant derived attributes for update...17:25:00.525 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:00.525 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:00.527 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:25:00.527 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:00.527 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:00.527 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:25:00.591 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:25:00.623 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:25:00.623 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:25:00.629 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:25:00.629 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s102ms [pure insertion] marking any relevant derived attributes for update...17:25:00.629 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:00.629 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:00.630 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:00.630 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:00.693 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:00.693 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:00.693 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.063s attempting to resolve any uninitialized derived attributes... 17:25:00.693 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:00.693 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:00.693 [pool-194-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... 17:25:00.693 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s63ms [proxy update] 17:25:00.693 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:00.694 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:00.694 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 502 ms 17:25:01.064 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:01.065 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:01.065 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:01.067 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:01.067 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:01.067 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:01.069 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 17:25:01.069 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:01.069 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:01.069 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 17:25:01.071 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml 17:25:01.521 [pool-194-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 17:25:01.524 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 17:25:01.525 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml 17:25:01.694 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 17:25:01.694 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s625ms [pure insertion] marking any relevant derived attributes for update...17:25:01.695 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:01.695 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:01.695 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:01.695 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:01.698 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 17:25:01.699 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 17:25:01.699 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:25:01.699 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:01.699 [pool-194-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:01.699 [pool-194-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... 17:25:01.699 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:25:01.700 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:01.700 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:01.700 [pool-194-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 635 ms 17:25:01.701 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:25:01.701 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:01.702 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:01.702 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:02.498 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:25:02.499 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7250217909569201331/test_stereotypeAsModel[LevelDB GreyCat] 17:25:02.499 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:25:02.691 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:25:02.692 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:02.692 [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 17:25:02.710 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:02.710 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:02.843 [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 17:25:02.843 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.845 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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[] 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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[] 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.846 [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 17:25:02.847 [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 17:25:02.847 [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 17:25:02.937 [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 17:25:02.939 [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 17:25:02.940 [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 17:25:02.940 [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 17:25:02.942 [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 17:25:02.942 [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 17:25:02.944 [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 17:25:02.944 [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 17:25:02.945 [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 17:25:02.945 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:02.946 [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 17:25:02.948 [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 17:25:02.948 [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 17:25:02.949 [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 17:25:02.949 [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 17:25:02.950 [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 17:25:02.951 [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 17:25:02.953 [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 17:25:02.953 [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 17:25:02.953 [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 17:25:02.955 [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 17:25:02.955 [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 17:25:03.016 [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 17:25:03.021 [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 17:25: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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 17:25:03.032 [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 17:25:03.096 [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 17:25:03.100 [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 17:25:03.101 [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 17:25:03.192 [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 17:25:03.214 [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 17:25:03.233 [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 17:25:03.434 [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 17:25:03.493 [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 17:25:03.498 [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 17:25:03.505 [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 17:25:03.505 [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 17:25:03.507 [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 17:25:03.507 [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 17:25:03.507 [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 17:25:03.507 [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 17:25:03.507 [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 17:25:03.507 [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 17:25:03.511 [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 17:25:03.512 [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 17:25:03.512 [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 17:25:03.512 [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 17:25:03.513 [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 17:25:03.513 [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 17:25:03.513 [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 17:25:03.514 [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 17:25:03.514 [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 17:25:03.514 [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 17:25:03.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 17:25:03.514 [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 17:25:03.514 [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 17:25:03.514 [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 17:25:03.514 [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 17:25:03.514 [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 17:25:03.515 [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 17:25:03.515 [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 17:25:03.515 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.516 [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 17:25:03.517 [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 17:25:03.517 [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 17:25:03.517 [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[] 17:25:03.518 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:03.518 [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 17:25:03.519 [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 17:25:03.519 [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 17:25:03.521 [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 17:25:03.522 [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 17:25:03.522 [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 17:25:03.524 [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 17:25:03.525 [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 17:25:03.525 [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 17:25:03.592 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:03.592 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:25:03.600 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:25:03.600 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:25:03.600 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:03.601 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:03.601 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:03.617 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:03.618 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:03.618 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:03.618 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:03.622 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:03.622 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:03.698 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:25:03.704 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:03.704 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:03.704 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:25:03.711 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:25:03.794 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:25:03.794 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:25:03.800 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:25:03.800 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s102ms [pure insertion] marking any relevant derived attributes for update...17:25:03.800 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:03.801 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:03.803 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:25:03.803 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:03.803 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:03.803 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:25:03.804 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:25:03.828 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:25:03.828 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:25:03.894 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:25:03.894 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s91ms [pure insertion] marking any relevant derived attributes for update...17:25:03.894 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:03.894 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:03.895 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:25:03.895 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:03.895 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:03.895 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:25:03.897 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:25:03.926 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:25:03.926 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:25:03.993 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:25:03.993 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s98ms [pure insertion] marking any relevant derived attributes for update...17:25:03.993 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:03.993 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:03.995 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:25:03.995 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:03.995 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:03.995 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:25:03.996 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:25:04.090 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:25:04.090 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:25:04.096 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:25:04.096 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s101ms [pure insertion] marking any relevant derived attributes for update...17:25:04.096 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:04.096 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:04.097 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:04.097 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:04.101 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:04.101 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:04.101 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:25:04.101 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:04.101 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:04.101 [pool-196-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... 17:25:04.101 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:25:04.101 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:04.101 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:04.101 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 483 ms 17:25:04.345 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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 17:25:04.346 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:04.346 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:04.348 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:04.349 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:04.349 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:04.350 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 17:25:04.350 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:04.350 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:04.350 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 17:25:04.355 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml 17:25:04.402 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 17:25:04.402 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml 17:25:04.411 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:25:04.411 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:25:04.411 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:04.411 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:04.412 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 17:25:04.412 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:04.412 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:04.412 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 17:25:04.422 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml 17:25:04.498 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 17:25:04.498 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml 17:25:04.502 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:25:04.502 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s90ms [pure insertion] marking any relevant derived attributes for update...17:25:04.502 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:04.502 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:04.502 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:04.502 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:04.504 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 17:25:04.507 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 17:25:04.507 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:25:04.507 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:04.507 [pool-196-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:04.507 [pool-196-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... 17:25:04.507 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:25:04.507 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:04.507 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:04.507 [pool-196-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 161 ms 17:25:04.508 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5878377140387259157/test_localfolderCrosslinks[LevelDB GreyCat] 17:25:04.510 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5878377140387259157/test_localfolderCrosslinks[LevelDB GreyCat] 17:25:04.512 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:25:04.512 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_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 17:25:04.513 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:04.513 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:05.243 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:25:05.243 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5878377140387259157/test_localfolderCrosslinks[LevelDB GreyCat] 17:25:05.243 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:25:05.393 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:25:05.395 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:05.395 [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 17:25:05.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:05.410 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:05.526 [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 17:25:05.526 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:05.526 [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 17:25:05.526 [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 17:25:05.527 [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 17:25:05.530 [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 17:25:05.530 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.531 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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[] 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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[] 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.532 [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 17:25:05.533 [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 17:25:05.533 [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 17:25:05.534 [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 17:25:05.535 [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 17:25:05.536 [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 17:25:05.536 [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 17:25:05.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/emf/2002/Ecore 17:25:05.538 [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 17:25:05.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::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 17:25:05.540 [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 17:25:05.541 [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 17:25:05.541 [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 17:25:05.542 [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 17:25:05.619 [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 17:25:05.624 [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 17:25:05.626 [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 17:25:05.635 [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 17:25:05.810 [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 17:25:05.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 17:25:05.816 [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 17:25:05.915 [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 17:25:05.937 [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 17:25:05.958 [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 17:25:06.123 [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 17:25:06.128 [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 17:25:06.134 [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 17:25:06.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 17:25:06.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 17:25:06.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 17:25:06.143 [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 17:25:06.143 [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 17:25:06.145 [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 17:25:06.145 [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 17:25:06.145 [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 17:25:06.145 [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 17:25:06.145 [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 17:25:06.145 [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 17:25:06.145 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:06.145 [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 17:25:06.148 [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 17:25:06.148 [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 17:25:06.236 [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 17:25:06.237 [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 17:25:06.237 [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 17:25:06.237 [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 17:25:06.238 [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 17:25:06.238 [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 17:25:06.238 [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 17:25:06.238 [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 17:25:06.238 [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 17:25:06.238 [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 17:25:06.239 [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 17:25:06.239 [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 17:25:06.239 [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 17:25:06.239 [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 17:25:06.239 [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 17:25:06.239 [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 17:25:06.239 [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 17:25:06.239 [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 17:25:06.240 [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 17:25:06.240 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.241 [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 17:25:06.242 [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 17:25:06.242 [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[] 17:25:06.242 [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 17:25:06.242 [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 17:25:06.243 [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 17:25:06.243 [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 17:25:06.244 [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 17:25:06.302 [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 17:25:06.302 [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 17:25:06.304 [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 17:25:06.304 [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 17:25:06.323 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:06.323 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:25:06.331 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:25:06.331 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:25:06.331 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:06.331 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:06.331 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:06.398 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:06.399 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:06.399 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:06.399 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:06.402 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:06.402 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:06.403 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:25:06.409 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:06.410 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:06.410 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:25:06.412 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:25:06.504 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:25:06.504 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:25:06.516 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:25:06.516 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s113ms [pure insertion] marking any relevant derived attributes for update...17:25:06.516 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:06.517 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:06.528 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:25:06.528 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:06.528 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:06.528 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:25:06.591 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:25:06.735 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:25:06.735 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:25:06.744 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:25:06.744 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s216ms [pure insertion] marking any relevant derived attributes for update...17:25:06.744 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:06.744 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:06.745 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:25:06.745 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:06.745 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:06.745 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:25:06.746 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:25:06.809 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:25:06.810 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:25:06.814 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:25:06.814 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s69ms [pure insertion] marking any relevant derived attributes for update...17:25:06.814 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:06.814 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:06.815 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:25:06.815 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:06.815 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:06.815 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:25:06.817 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:25:06.901 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:25:06.901 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:25:06.908 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:25:06.908 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:25:06.908 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:06.908 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:06.908 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:06.908 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:06.913 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:06.913 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:06.913 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:25:06.913 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:06.913 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:06.913 [pool-198-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... 17:25:06.913 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:25:06.913 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:06.913 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:06.913 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 514 ms 17:25:07.270 [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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:07.271 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:07.271 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:07.272 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:07.272 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:07.272 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:07.274 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 17:25:07.274 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:07.274 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:07.274 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 17:25:07.275 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 17:25:07.283 [pool-198-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 17:25:07.284 [pool-198-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 17:25:07.284 [pool-198-thread-1] WARN o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 17:25:07.286 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 17:25:07.286 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 17:25:07.293 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 17:25:07.293 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s19ms [pure insertion] marking any relevant derived attributes for update...17:25:07.293 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:07.293 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:07.293 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:07.293 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:07.295 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 17:25:07.296 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 17:25:07.296 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 17:25:07.296 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:07.296 [pool-198-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:07.296 [pool-198-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... 17:25:07.296 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:25:07.297 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:07.297 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:07.297 [pool-198-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 26 ms 17:25:07.316 [pool-198-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6460819547021740550/test_zoo[LevelDB GreyCat] 17:25:07.319 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:25:07.319 [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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:07.320 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:07.320 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:08.341 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:25:08.341 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6460819547021740550/test_zoo[LevelDB GreyCat] 17:25:08.341 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:25:08.516 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:25:08.517 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:08.517 [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 17:25:08.533 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:08.533 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:08.625 [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 17:25:08.625 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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[] 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.628 [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 17:25:08.629 [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 17:25:08.629 [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[] 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [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 17:25:08.629 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:08.629 [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 17:25:08.631 [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 17:25:08.632 [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 17:25:08.633 [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 17:25:08.633 [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 17:25:08.633 [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 17:25:08.635 [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 17:25:08.635 [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 17:25:08.637 [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 17:25:08.637 [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 17:25:08.638 [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 17:25:08.638 [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 17:25:08.638 [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 17:25:08.641 [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 17:25:08.643 [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 17:25:08.643 [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 17:25:08.690 [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 17:25:08.694 [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 17:25:08.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/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 17:25:08.705 [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 17:25:08.718 [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 17:25:08.722 [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 17:25:08.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 17:25:08.763 [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 17:25:08.792 [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 17:25:08.811 [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 17:25:08.924 [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 17:25:08.929 [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 17:25:08.935 [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 17:25:08.942 [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 17:25:08.942 [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 17:25:08.944 [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 17:25:08.944 [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 17:25:08.944 [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 17:25:08.944 [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 17:25:08.944 [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 17:25:08.944 [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 17:25:08.944 [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 17:25:08.945 [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 17:25:08.945 [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 17:25:08.946 [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 17:25:08.948 [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 17:25:08.951 [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 17:25:08.952 [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 17:25:08.953 [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 17:25:08.953 [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 17:25:08.954 [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 17:25:08.954 [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 17:25:08.954 [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 17:25:08.954 [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 17:25:08.954 [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 17:25:08.954 [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 17:25:08.954 [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 17:25:08.954 [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 17:25:08.955 [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 17:25:08.955 [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 17:25:08.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 17:25:08.955 [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 17:25:08.955 [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 17:25:08.955 [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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.956 [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 17:25:08.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 17:25:08.958 [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 17:25:08.958 [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[] 17:25:08.958 [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 17:25:08.959 [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 17:25:08.960 [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 17:25:08.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 17:25:08.962 [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 17:25:08.962 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:08.962 [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 17:25:08.962 [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 17:25:08.991 [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 17:25:08.992 [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 17:25:08.992 [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 17:25:09.008 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:09.008 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:25:09.015 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:25:09.016 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:25:09.016 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:09.016 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:09.016 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:09.091 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:09.092 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:09.092 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:09.092 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:09.095 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:09.095 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:09.097 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:25:09.102 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:09.104 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:09.104 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:25:09.106 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:25:09.194 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:25:09.194 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:25:09.203 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:25:09.203 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s106ms [pure insertion] marking any relevant derived attributes for update...17:25:09.203 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:09.204 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:09.206 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:25:09.206 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:09.206 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:09.206 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:25:09.208 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:25:09.294 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:25:09.294 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:25:09.300 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:25:09.300 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...17:25:09.300 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:09.300 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:09.312 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:25:09.312 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:09.313 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:09.313 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:25:09.314 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:25:09.395 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:25:09.395 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:25:09.402 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:25:09.402 [pool-200-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...17:25:09.402 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:09.402 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:09.403 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:25:09.403 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:09.403 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:09.403 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:25:09.405 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:25:09.429 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:25:09.429 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:25:09.433 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:25:09.433 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s30ms [pure insertion] marking any relevant derived attributes for update...17:25:09.433 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:09.433 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:09.433 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:09.433 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:09.492 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:09.493 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:09.493 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.06s attempting to resolve any uninitialized derived attributes... 17:25:09.493 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:09.493 [pool-200-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:09.493 [pool-200-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... 17:25:09.493 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s60ms [proxy update] 17:25:09.493 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:09.493 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:09.493 [pool-200-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 401 ms 17:25:09.497 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:25:09.497 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:09.498 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:09.498 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:09.961 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:25:09.962 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7888628324162398608/test_indexLibraries[LevelDB GreyCat] 17:25:09.962 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:25:10.120 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:25:10.121 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:10.121 [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 17:25:10.135 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:10.135 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:10.211 [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 17:25:10.211 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.212 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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[] 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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[] 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.213 [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 17:25:10.214 [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 17:25:10.214 [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 17:25:10.215 [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 17:25:10.216 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:10.217 [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 17:25:10.218 [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 17:25:10.219 [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 17:25:10.220 [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 17:25:10.220 [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 17:25:10.303 [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 17:25:10.308 [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 17:25:10.310 [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 17:25:10.320 [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 17:25:10.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::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 17:25:10.337 [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 17:25:10.390 [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 17:25:10.522 [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 17:25:10.600 [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 17:25:10.619 [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 17:25:10.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 17:25:10.801 [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 17:25:10.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 17:25:10.813 [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 17:25:10.813 [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 17:25:10.814 [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 17:25:10.841 [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 17:25:10.841 [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 17:25:10.841 [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 17:25:10.841 [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 17:25:10.841 [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 17:25:10.841 [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 17:25:10.841 [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 17:25:10.841 [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 17:25:10.845 [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 17:25:10.846 [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 17:25:10.846 [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 17:25:10.846 [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 17:25:10.847 [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 17:25:10.847 [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 17:25:10.847 [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 17:25:10.847 [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 17:25:10.847 [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 17:25:10.847 [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 17:25:10.890 [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 17:25:10.890 [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 17:25:10.890 [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 17:25:10.890 [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 17:25:10.890 [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 17:25:10.890 [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 17:25:10.891 [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 17:25:10.891 [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 17:25:10.891 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.892 [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 17:25:10.893 [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 17:25:10.893 [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 17:25:10.893 [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[] 17:25:10.894 [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 17:25:10.894 [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 17:25:10.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 17:25:10.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 17:25:10.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 17:25:10.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::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 17:25:10.899 [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 17:25:10.900 [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 17:25:10.900 [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 17:25:10.902 [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 17:25:10.903 [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 17:25:10.904 [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 17:25:10.905 [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 17:25:10.905 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:10.905 [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 17:25:10.906 [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 17:25:10.908 [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 17:25:10.909 [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 17:25:10.909 [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 17:25:10.910 [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 17:25:10.912 [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 17:25:10.912 [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 17:25:10.924 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:10.924 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:25:10.931 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:25:10.931 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:25:10.931 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:10.932 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:10.932 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:11.002 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:11.003 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:11.003 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:11.003 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:11.006 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:11.006 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:11.006 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:25:11.010 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:11.010 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:11.010 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:25:11.013 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:25:11.033 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:25:11.033 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:25:11.093 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:25:11.093 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s87ms [pure insertion] marking any relevant derived attributes for update...17:25:11.093 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:11.094 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:11.104 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:25:11.104 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:11.104 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:11.104 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:25:11.106 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:25:11.128 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:25:11.128 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:25:11.193 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:25:11.193 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...17:25:11.193 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:11.193 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:11.195 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:25:11.195 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:11.195 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:11.195 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:25:11.196 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:25:11.220 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:25:11.220 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:25:11.226 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:25:11.226 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s31ms [pure insertion] marking any relevant derived attributes for update...17:25:11.226 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:11.226 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:11.228 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:25:11.228 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:11.228 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:11.228 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:25:11.290 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:25:11.317 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:25:11.317 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:25:11.325 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:25:11.325 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...17:25:11.325 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:11.325 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:11.326 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:11.326 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:11.330 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:11.331 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:11.331 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:25:11.331 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:11.331 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:11.331 [pool-202-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... 17:25:11.331 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:25:11.331 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:11.331 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:11.331 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 328 ms 17:25:11.331 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 17:25:11.332 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:11.332 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:11.398 [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 17:25:11.398 [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 17:25:11.398 [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 17:25:11.399 [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 17:25:11.399 [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 17:25:11.399 [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 17:25:11.400 [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 17:25:11.400 [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 17:25:11.402 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 17:25:11.402 [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) 17:25:11.668 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:11.669 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:11.669 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:11.669 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:11.670 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:11.670 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:11.670 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:11.670 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:11.670 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:11.670 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:11.670 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:25:11.670 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:11.670 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:11.670 [pool-202-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... 17:25:11.670 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:25:11.670 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:11.671 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:11.672 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:11.672 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:11.675 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 17:25:11.675 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:11.675 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:11.675 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 17:25:11.676 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 17:25:11.684 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 17:25:11.684 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 17:25:11.687 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:25:11.687 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:25:11.687 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:11.687 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:11.688 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:11.688 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:11.689 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:25:11.689 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:25:11.689 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:25:11.689 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:11.689 [pool-202-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:11.689 [pool-202-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... 17:25:11.689 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:25:11.689 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:11.689 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:11.689 [pool-202-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 20 ms 17:25:11.692 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:25:11.692 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:11.693 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:11.693 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:12.791 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:25:12.791 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7007790537577911966/test_customProfileV4[LevelDB GreyCat] 17:25:12.792 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:25:12.986 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:25:12.987 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:12.987 [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 17:25:13.000 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:13.000 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:13.103 [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 17:25:13.104 [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 17:25:13.104 [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 17:25:13.105 [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 17:25:13.106 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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[] 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.109 [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 17:25:13.110 [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 17:25:13.110 [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[] 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.110 [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 17:25:13.111 [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 17:25:13.111 [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 17:25:13.141 [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 17:25:13.146 [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 17:25:13.148 [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 17:25:13.156 [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 17:25:13.192 [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 17:25:13.196 [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 17:25:13.197 [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 17:25:13.234 [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 17:25:13.308 [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 17:25:13.326 [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 17:25:13.411 [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 17:25:13.416 [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 17:25:13.421 [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 17:25:13.428 [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 17:25:13.429 [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 17:25:13.429 [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 17:25:13.430 [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 17:25:13.431 [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 17:25:13.432 [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 17:25:13.432 [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 17:25:13.434 [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 17:25:13.434 [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 17:25:13.434 [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 17:25:13.435 [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 17:25:13.437 [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 17:25:13.438 [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 17:25:13.438 [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 17:25:13.438 [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 17:25:13.438 [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 17:25:13.438 [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 17:25:13.438 [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 17:25:13.438 [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 17:25:13.441 [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 17:25:13.441 [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 17:25:13.441 [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 17:25:13.441 [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 17:25:13.445 [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 17:25:13.446 [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 17:25:13.446 [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 17:25:13.446 [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 17:25:13.447 [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 17:25:13.447 [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 17:25:13.447 [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 17:25:13.447 [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 17:25:13.447 [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 17:25:13.447 [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 17:25:13.448 [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 17:25:13.448 [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 17:25:13.448 [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 17:25:13.448 [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 17:25:13.448 [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 17:25:13.448 [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 17:25:13.449 [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 17:25:13.449 [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 17:25:13.449 [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 17:25:13.450 [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 17:25:13.450 [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 17:25:13.450 [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 17:25:13.450 [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 17:25:13.450 [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 17:25:13.450 [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 17:25:13.450 [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 17:25:13.450 [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 17:25:13.450 [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 17:25:13.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 17:25:13.450 [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 17:25:13.451 [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 17:25:13.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 17:25:13.451 [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[] 17:25:13.451 [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 17:25:13.452 [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 17:25:13.454 [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 17:25:13.454 [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 17:25:13.455 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:13.456 [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 17:25:13.456 [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 17:25:13.456 [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 17:25:13.457 [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 17:25:13.510 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:13.510 [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 17:25:13.510 [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 17:25:13.511 [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 17:25:13.526 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:13.526 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:25:13.533 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:25:13.533 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:25:13.533 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:13.533 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:13.533 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:13.545 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:13.590 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:13.590 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:13.590 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:13.592 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:13.592 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:13.594 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:25:13.598 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:13.598 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:13.598 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:25:13.602 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:25:13.626 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:25:13.626 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:25:13.690 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:25:13.690 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s98ms [pure insertion] marking any relevant derived attributes for update...17:25:13.691 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:13.691 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:13.693 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:25:13.693 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:13.693 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:13.693 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:25:13.695 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:25:13.721 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:25:13.721 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:25:13.729 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:25:13.729 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s36ms [pure insertion] marking any relevant derived attributes for update...17:25:13.729 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:13.729 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:13.798 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:25:13.798 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:13.798 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:13.798 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:25:13.800 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:25:13.823 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:25:13.823 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:25:13.830 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:25:13.830 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s32ms [pure insertion] marking any relevant derived attributes for update...17:25:13.830 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:13.830 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:13.831 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:25:13.831 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:13.831 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:13.831 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:25:13.890 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:25:13.911 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:25:13.911 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:25:13.915 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:25:13.915 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s84ms [pure insertion] marking any relevant derived attributes for update...17:25:13.915 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:13.915 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:13.915 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:13.915 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:13.919 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:13.919 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:13.919 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:25:13.919 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:13.919 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:13.919 [pool-204-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... 17:25:13.919 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:25:13.919 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:13.920 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:13.920 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 330 ms 17:25:13.920 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 17:25:13.921 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:13.921 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:13.929 [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 17:25:13.929 [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 17:25:13.930 [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 17:25:13.930 [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 17:25:13.931 [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 17:25:13.931 [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 17:25:13.931 [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 17:25:13.932 [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 17:25:13.933 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 17:25:13.933 [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) 17:25:14.223 [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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:14.224 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:14.224 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:14.224 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:14.225 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:14.225 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:14.225 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:14.225 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:14.225 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:14.225 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:14.225 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:25:14.225 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:14.225 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:14.225 [pool-204-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... 17:25:14.225 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:25:14.226 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:14.227 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:14.227 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:14.227 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:14.229 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml... 17:25:14.229 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:14.230 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:14.230 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml... 17:25:14.231 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml 17:25:14.242 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 17:25:14.242 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml 17:25:14.245 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:25:14.245 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:25:14.245 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:14.245 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:14.245 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:14.245 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:14.246 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:25:14.246 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:25:14.246 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:25:14.246 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:14.246 [pool-204-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:14.246 [pool-204-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... 17:25:14.246 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:25:14.247 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:14.247 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:14.247 [pool-204-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms 17:25:14.250 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:25:14.250 [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_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false 17:25:14.251 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:14.251 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:14.904 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:25:14.905 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8693205827825021911/test_customProfileV5[LevelDB GreyCat] 17:25:14.905 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. 17:25:15.072 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:25:15.073 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:15.073 [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 17:25:15.085 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:15.085 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.154 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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[] 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.155 [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 17:25:15.156 [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 17:25:15.156 [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[] 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.156 [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 17:25:15.157 [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 17:25:15.157 [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 17:25:15.159 [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 17:25:15.160 [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 17:25:15.160 [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 17:25:15.191 [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 17:25:15.196 [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 17:25:15.199 [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 17:25:15.208 [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 17:25:15.220 [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 17:25:15.224 [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 17:25:15.225 [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 17:25:15.263 [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 17:25:15.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 17:25:15.363 [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 17:25:15.446 [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 17:25:15.451 [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 17:25:15.458 [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 17:25:15.465 [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 17:25:15.465 [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 17:25:15.466 [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 17:25:15.466 [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 17:25:15.469 [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 17:25:15.470 [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 17:25:15.470 [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 17:25:15.470 [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 17:25:15.470 [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 17:25:15.470 [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 17:25:15.470 [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 17:25:15.470 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:15.471 [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 17:25:15.471 [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 17:25:15.473 [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 17:25:15.474 [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 17:25:15.474 [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 17:25:15.477 [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 17:25:15.477 [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 17:25:15.478 [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 17:25:15.478 [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 17:25:15.478 [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 17:25:15.480 [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 17:25:15.529 [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 17:25:15.530 [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 17:25:15.530 [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 17:25:15.530 [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 17:25:15.531 [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 17:25:15.531 [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 17:25:15.531 [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 17:25:15.532 [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 17:25:15.532 [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 17:25:15.532 [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 17:25:15.532 [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 17:25:15.532 [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 17:25:15.532 [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 17:25:15.532 [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 17:25:15.532 [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 17:25:15.532 [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 17:25:15.533 [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 17:25:15.533 [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 17:25:15.533 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.534 [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 17:25:15.535 [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 17:25:15.535 [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 17:25:15.535 [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[] 17:25:15.536 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:15.536 [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 17:25:15.538 [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 17:25:15.539 [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 17:25:15.539 [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 17:25:15.539 [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 17:25:15.541 [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 17:25:15.542 [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 17:25:15.542 [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 17:25:15.543 [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 17:25:15.545 [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 17:25:15.545 [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 17:25:15.546 [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 17:25:15.559 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:25:15.559 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:25:15.565 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:25:15.590 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:25:15.590 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:15.590 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:15.590 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:15.603 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:15.604 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:15.604 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:15.604 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:15.606 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:15.606 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:15.608 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:25:15.611 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:15.611 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:15.612 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:25:15.614 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:25:15.697 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:25:15.697 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:25:15.703 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:25:15.703 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...17:25:15.703 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:15.704 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:15.705 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:25:15.705 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:15.706 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:15.706 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:25:15.707 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:25:15.729 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:25:15.729 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:25:15.792 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:25:15.792 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s87ms [pure insertion] marking any relevant derived attributes for update...17:25:15.792 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:15.792 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:15.794 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:25:15.794 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:15.794 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:15.794 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:25:15.796 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:25:15.830 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:25:15.830 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:25:15.897 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:25:15.897 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s103ms [pure insertion] marking any relevant derived attributes for update...17:25:15.897 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:15.897 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:15.911 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:25:15.911 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:15.911 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:15.911 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:25:15.914 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:25:15.994 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:25:15.994 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:25:16.005 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:25:16.005 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...17:25:16.005 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:16.005 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:16.006 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:16.006 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:16.012 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:16.012 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:16.012 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 17:25:16.012 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:16.012 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:16.012 [pool-206-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... 17:25:16.012 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 17:25:16.012 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:16.012 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:16.012 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 408 ms 17:25:16.012 [main] INFO o.e.h.c.r.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 17:25:16.014 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:16.014 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:16.022 [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 17:25:16.023 [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 17:25:16.023 [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 17:25:16.023 [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 17:25:16.023 [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 17:25:16.024 [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 17:25:16.025 [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 17:25:16.025 [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 17:25:16.027 [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) 17:25:16.027 [main] INFO o.e.h.c.r.CompositeStateListener - Added metamodel(s). 17:25:16.343 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8810581181753755972/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:16.343 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:16.344 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:16.344 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:16.345 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:16.345 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:16.345 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:16.345 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:16.345 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:16.345 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:16.345 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:25:16.345 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:16.345 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:16.345 [pool-206-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... 17:25:16.345 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:25:16.345 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:16.349 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:16.349 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:16.349 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:16.352 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 17:25:16.352 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:16.352 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:16.352 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 17:25:16.354 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 17:25:16.363 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 17:25:16.363 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 17:25:16.367 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:25:16.367 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:25:16.367 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:16.367 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:16.368 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 17:25:16.368 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:16.368 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:16.368 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 17:25:16.369 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 17:25:16.395 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 17:25:16.395 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 17:25:16.409 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:25:16.409 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s41ms [pure insertion] marking any relevant derived attributes for update...17:25:16.409 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:16.409 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:16.410 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 17:25:16.410 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:16.410 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:16.410 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 17:25:16.412 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 17:25:16.422 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec) 17:25:16.422 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 17:25:16.495 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 17:25:16.495 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s85ms [pure insertion] marking any relevant derived attributes for update...17:25:16.495 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:16.495 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:16.497 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 17:25:16.497 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:16.497 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:16.497 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 17:25:16.499 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 17:25:16.809 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec) 17:25:16.809 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 17:25:16.924 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 17:25:16.924 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s427ms [pure insertion] marking any relevant derived attributes for update...17:25:16.924 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:16.924 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:16.926 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 17:25:16.926 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:16.926 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:16.926 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 17:25:16.928 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 17:25:17.002 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 17:25:17.002 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 17:25:17.007 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:25:17.007 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s81ms [pure insertion] marking any relevant derived attributes for update...17:25:17.007 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:17.007 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:17.007 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:17.007 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:17.010 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 17:25:17.015 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 17:25:17.015 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 17:25:17.015 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:17.015 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:17.015 [pool-206-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... 17:25:17.015 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 17:25:17.016 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:17.016 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:17.016 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 672 ms 17:25:17.018 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:17.021 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:17.022 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:17.022 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:17.025 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 17:25:17.026 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:17.026 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store 17:25:17.029 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 17:25:17.029 [pool-206-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:25:17.029 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 17:25:17.029 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 17:25:17.036 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 17:25:17.040 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 17:25:17.096 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec) 17:25:17.096 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 17:25:17.101 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:25:17.101 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s76ms [pure insertion] marking any relevant derived attributes for update...17:25:17.101 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:17.101 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:17.102 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:17.102 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:17.104 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 17:25:17.105 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 17:25:17.106 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:25:17.106 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:17.106 [pool-206-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:17.106 [pool-206-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... 17:25:17.106 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:25:17.106 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:17.106 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:17.106 [pool-206-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms 17:25:17.108 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:25:17.108 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit8810581181753755972/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:17.109 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:17.109 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:18.586 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:25:18.586 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5991307926811163692/test_modelProfileInsideRepository[LevelDB GreyCat] 17:25:18.587 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:25:18.897 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... 17:25:18.898 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:18.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 17:25:18.914 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:25:18.914 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.721 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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[] 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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[] 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.722 [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 17:25:19.723 [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 17:25:19.723 [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 17:25:19.724 [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 17:25:19.726 [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 17:25:19.726 [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 17:25:19.760 [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 17:25:19.765 [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 17:25:19.767 [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 17:25:19.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind 17:25:19.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::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind 17:25:19.792 [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 17:25:19.793 [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 17:25:19.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::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort 17:25:19.922 [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 17:25:19.942 [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 17:25:20.022 [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 17:25:20.027 [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 17:25:20.032 [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 17:25:20.038 [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 17:25:20.039 [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 17:25:20.040 [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 17:25:20.041 [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 17:25:20.041 [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 17:25:20.042 [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 17:25:20.042 [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 17:25:20.045 [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 17:25:20.045 [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 17:25:20.045 [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 17:25:20.045 [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 17:25:20.045 [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 17:25:20.045 [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 17:25:20.049 [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 17:25:20.050 [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 17:25:20.050 [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 17:25:20.050 [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 17:25:20.051 [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 17:25:20.051 [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 17:25:20.051 [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 17:25:20.051 [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 17:25:20.051 [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 17:25:20.051 [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 17:25:20.052 [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 17:25:20.052 [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 17:25:20.052 [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 17:25:20.052 [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 17:25:20.052 [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 17:25:20.052 [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 17:25:20.052 [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 17:25:20.052 [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 17:25:20.053 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.054 [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 17:25:20.055 [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 17:25:20.055 [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[] 17:25:20.055 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:20.056 [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 17:25:20.056 [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 17:25:20.058 [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 17:25:20.059 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:25:20.059 [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 17:25:20.062 [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 17:25:20.062 [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 17:25:20.063 [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 17:25:20.063 [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 17:25:20.063 [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 17:25:20.065 [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 17:25:20.066 [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 17:25:20.067 [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 17:25:20.067 [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 17:25:20.067 [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 17:25:20.069 [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 17:25:20.069 [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 17:25:20.070 [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 17:25:20.071 [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 17:25:20.072 [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 17:25:20.073 [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 17:25:20.073 [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 17:25:20.073 [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 17:25:20.076 [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 17:25:20.076 [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 17:25:20.097 [main] INFO o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 17:25:20.097 [main] INFO o.e.h.c.r.CompositeStateListener - Registering metamodels... 17:25:20.104 [main] INFO o.e.h.c.r.CompositeStateListener - Registered metamodels. 17:25:20.104 [main] INFO o.e.h.c.r.CompositeStateListener - Initialized Hawk. 17:25:20.104 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:20.104 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:20.104 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:25:20.115 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:20.116 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:20.116 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:20.117 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:20.119 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:20.119 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:20.120 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:25:20.124 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:20.126 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:20.126 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:25:20.128 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:25:20.194 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec) 17:25:20.194 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:25:20.200 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:25:20.200 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s80ms [pure insertion] marking any relevant derived attributes for update...17:25:20.200 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:20.201 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:20.202 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:25:20.202 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:20.202 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:20.202 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:25:20.204 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:25:20.230 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec) 17:25:20.230 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:25:20.295 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:25:20.295 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:25:20.295 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:20.295 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:20.296 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:25:20.296 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:20.296 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:20.296 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:25:20.298 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:25:20.317 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec) 17:25:20.317 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:25:20.320 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:25:20.320 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s24ms [pure insertion] marking any relevant derived attributes for update...17:25:20.320 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:20.320 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:20.329 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:25:20.329 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:20.329 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:20.329 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:25:20.391 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:25:20.503 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec) 17:25:20.503 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:25:20.511 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:25:20.511 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s182ms [pure insertion] marking any relevant derived attributes for update...17:25:20.511 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:20.512 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:20.512 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:20.512 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:20.516 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:25:20.516 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:25:20.516 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:25:20.516 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:20.516 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:20.516 [pool-208-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... 17:25:20.516 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:25:20.516 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:20.516 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:20.516 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 400 ms 17:25:20.615 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:20.616 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:20.616 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating Hawk... updating indexer: 17:25:20.620 [pool-208-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 3 ms 17:25:20.620 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files... 17:25:20.621 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Deleting models removed from repository... 17:25:20.621 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating models to the new version... 17:25:20.621 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 17:25:20.621 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:20.621 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:20.621 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 17:25:20.623 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml 17:25:20.703 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec) 17:25:20.703 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml 17:25:20.714 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:25:20.714 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:25:20.714 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:25:20.715 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:25:20.715 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 17:25:20.715 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called 17:25:20.717 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:25:20.717 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 17:25:20.792 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml 17:25:20.806 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec) 17:25:20.806 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml 17:25:20.810 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:25:20.810 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...17:25:20.810 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:25:20.810 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:25:20.810 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:25:20.810 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references... 17:25:20.811 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 17:25:20.814 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 17:25:20.814 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:25:20.814 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes... 17:25:20.814 [pool-208-thread-1] INFO o.e.h.g.updater.GraphModelInserter - Deriving attributes... 17:25:20.814 [pool-208-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... 17:25:20.814 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:25:20.814 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated proxies. 17:25:20.814 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations. 17:25:20.814 [pool-208-thread-1] INFO o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 198 ms 17:25:20.814 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5699432570964961794/test_workspaceCrosslinks[LevelDB GreyCat] 17:25:20.816 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5699432570964961794/test_workspaceCrosslinks[LevelDB GreyCat] 17:25:20.821 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shutting down... 17:25:20.821 [main] INFO o.e.h.c.r.CompositeStateListener - Saving Hawk metadata... adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:25:20.822 [main] INFO o.e.h.c.r.CompositeStateListener - Saved Hawk metadata. 17:25:20.822 [main] INFO o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:25:21.189 [main] INFO o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:25:21.190 [main] INFO o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5699432570964961794/test_workspaceCrosslinks[LevelDB GreyCat] 17:25:21.190 [main] INFO o.e.h.c.r.CompositeStateListener - Hawk shut down. Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 172.49 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 34.363 s tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.801 s treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.211 s treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.064 s derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.262 s deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.711 s derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 1.459 s addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.591 s lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.795 s lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 1.029 s eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.971 s queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 1.103 s metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 1.496 s elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 3.683 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 2.507 s metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 2.108 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 16.612 s bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 33.012 s instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.105 s listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.603 s instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.793 s reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 1.088 s forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.927 s allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.564 s subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.045 s getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.755 s getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 3.862 s getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 3.01 s addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.273 s addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.86 s renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.662 s eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.227 s removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.526 s renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 1.641 s upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.355 s stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.712 s localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.745 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.097 s indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.62 s customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.831 s customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.113 s modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.683 s workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 2.601 s Results: Tests run: 129, Failures: 0, Errors: 0, Skipped: 0 [Pipeline] } [Pipeline] // container Post stage [Pipeline] junit Recording test results [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-eG82dEDIAnt7/agent.525 SSH_AGENT_PID=527 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_4447776997846743592.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_4447776997846743592.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + greycat/deploy-downloads.sh Creating downloads for Hawk Greycat backend 2.1.0 at /home/data/httpd/download.eclipse.org/hawk/2.1.0 sending incremental file list artifacts.jar artifacts.xml.xz content.jar content.xml.xz p2.index features/org.eclipse.hawk.greycat.feature.source_2.1.0.202007062148.jar features/org.eclipse.hawk.greycat.feature_2.1.0.202007062148.jar plugins/org.eclipse.hawk.greycat.source_2.1.0.202007062148.jar plugins/org.eclipse.hawk.greycat_2.1.0.202007062148.jar sent 15.07M bytes received 30.74K bytes 3.36M bytes/sec total size is 24.61M speedup is 1.63 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 527 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: , teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: , username: , timestamp: [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS